Releases: fetchai/jenesis
Releases · fetchai/jenesis
v0.7.0
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
New features:
- Support for latest CosmPy (v0.6.2)
Bug fixes:
- Fixed
code_id == 0
conflict with CosmPy upgrades
v0.5.4
New features:
- adds autocomplete for deployment from shell
- better support for multiple deployments of the same contract
- adds fetchai-mainnet config
v0.5.2
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
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
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
Bug fixes:
- Catch error when no keyring is found for shell and run cmds
v0.3.0
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
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