- Feature:
- Update dragonchain_mock_webserver docker image version
- Bugs:
- Path must not start with a slash or os.path.join will discard anything before it
- Bugs:
- Add additional option
-a
in contract create for case where arguments can't normally be parsed on the command line (such as when desired argument is a flag itself)
- Add additional option
- Feature:
- Update
dctl contract rm
to support an optional transaction type (likedctl contract get
) - Add
dctl interchain publish
to support publishing a signed transaction on a Dragonchain interchain network
- Update
- Development:
- Update dependencies
- Bugs:
- Update Dragonchain mock webserver to fix bugs resolved in dragonchain
- Development:
- Update dependencies
- Feature:
- Add
dctl transaction eternal <transactionId>
to get eternal proof report for a transaction
- Add
- Feature:
- Add support for api key permissioning
- Development:
- Update dependencies
- Bugfix:
- fixes binance chain create and update network flags
- Bugfix:
- fixes heap data being written incorrectly when testing smartcontracts
- fixes error thrown when no secrets are present
- Feature:
- Add binance commands
- Feature:
- Add new commands
dctl creds remote rm
,dctl creds remote ls
- Remove nonsensical command
dctl creds default rm
- Seperate credentials commands into two logical partitions,
dctl creds local
anddctl creds remote
- Add new commands
- Development:
- Beginning of CHANGELOG