What's Changed
- Add support to send request to the mech marketplace by @KahanMajmudar in #60
- Add price to mech config by @KahanMajmudar in #63
- Make mech marketplace deliver work by @KahanMajmudar in #61
- fix: mm onchain request tx args by @KahanMajmudar in #66
- fix: mech packages path by @KahanMajmudar in #68
- Update doc by @Sfgangloff in #69
- Changes based on the latest contract changes by @KahanMajmudar in #67
- Release
v0.3.0
by @Adamantios in #70 - Fix dependencies by @Adamantios in #71
- Release workflow by @Adamantios in #72
- Updates/readme by @KahanMajmudar in #73
New Contributors
- @Sfgangloff made their first contribution in #69
List of new features
- Makes the agent id optional by adding
agent_id
flag - Introduces new marketplace interact for MM mechs
- Supports all 3 types of mech (native, token and nvm)
- Allows the users to send requests to custom marketplace mechs using
--priority-mech
flag - Allows users to send offchain requests to MM mechs using
--use-offchain
flag - Using offchain requests, the ipfs upload is now offloaded to the mech instead of the client
- Allows users to send prepaid requests to MM mechs using
--use-prepaid
flag - Allows users to purchase prepaid credits for native and token mech by using
deposit_native.py
anddeposit_token.py
scripts respectively
Full Changelog: v0.2.20...v0.2.22