Usage related changes
API changes
- BREAKING: Remove non-RPC logic by @3alpha in #842
- After a long period of deprecation of non-RPC API
- The only remaining non-RPC API is the liveness probe:
/is_alive
- All Devnet-specific functionalities are now only available as JSON-RPC methods (e.g.
POST /mint
is no longer possible, only a JSON-RPC request with"method": "devnet_mint"
)
- Support general JSON-RPC API via websockets by @FabijanC in #844
- Improve RPC request deserialisation error messaging by @3alpha in #851
Other usage related changes
- Devnet Docker images reduced in size and using more secure base images by @Abeeujah in #843
- Fix docs on setting gas prices by @FabijanC in #854
Development related changes
- Refactor server crate by @3alpha in #847
- Test minting overflow behavior by @FabijanC in #852
- Reduce redundancy in main.rs by @FabijanC in #849
- Update typos-cli; partially resolve Dependabot alerts by @FabijanC in #855
- Custom assertion methods return Result by @Abeeujah in #848
- Use
--locked
withcargo install
by @FabijanC in #856 - Updated CONTRIBUTING.md by @FabijanC in aea765d
- Release v0.6.0 by @FabijanC in #858
Full Changelog: v0.5.1...v0.6.0