Skip to content

Releases: fetchai/jenesis

v0.7.1

06 Mar 15:13
925e198
Compare
Choose a tag to compare
Release 0.7.1

v0.7.0

18 Oct 09:47
68baee7
Compare
Choose a tag to compare

New features:

  • Supports Python 3.11
  • Updated to CosmPy v0.9.1
  • Network logs command
  • Pass arguments to scripts

Fixes:

  • Support contracts with hyphens

v0.6.0

06 Jan 14:37
27f99ad
Compare
Choose a tag to compare

New features:

  • Support for latest CosmPy (v0.6.2)

Bug fixes:

  • Fixed code_id == 0 conflict with CosmPy upgrades

v0.5.4

13 Dec 09:53
d8e8a26
Compare
Choose a tag to compare

New features:

  • adds autocomplete for deployment from shell
  • better support for multiple deployments of the same contract
  • adds fetchai-mainnet config

v0.5.2

21 Oct 09:41
832738b
Compare
Choose a tag to compare

New features:

  • now supports keyring-backend test
  • list available contract templates
  • support workspace-style schema files

Bug fixes:

  • detect change in instantiate args when schema name contains instantiate
  • add lib flag to build steps

v0.5.1

13 Oct 16:18
1189899
Compare
Choose a tag to compare

New features:

  • automated deployment of contracts that point to other contract addresses
  • better handling of docker containers
  • various speed-ups and performance improvements
  • read schema files with customized names

v0.4.0

27 Sep 16:13
ce8997b
Compare
Choose a tag to compare

New features:

  • Dynamic methods for contract queries and msgs
  • Allow init_args to point to contract address
  • Generate schema files after compilation
  • Faster compilation option
  • Show docker compile logs as an option
  • Allow multiple deployments of the same contract
  • Only overwrite jenesis.toml init_args if instantiation schema changes

v0.3.1

08 Sep 14:52
8289cb8
Compare
Choose a tag to compare

Bug fixes:

  • Catch error when no keyring is found for shell and run cmds

v0.3.0

07 Sep 17:09
cda6367
Compare
Choose a tag to compare

New features:

  • Adds keyring support for Linux
  • Improved integration of contract schema
  • Initial integration tests
  • Adds update command for manually added contracts
  • Local wallets, ledger client and faucet now available by default for the shell and run commands

v0.2.0

26 Aug 11:03
e7040fb
Compare
Choose a tag to compare

New features:

  • attach command allows attaching to deployed contracts
  • add profile command adds new profiles from the command line
  • creating a profile with --network fetchai-localnode will cause a local node to spin up when using any of the relevant commands