Juno v0.2.0
This release adds support for Staknet v0.11.0.
WARNING: This release has breaking changes and database is not compatible with the previous version.
Added
- Starknet v0.11.0support:- Add Poseidon hash for new state commitment.
- Add DeclareTransactionversion 2.
- Add and Store Cairo 1/Sierra class definition and hash calculations.
 
- pprofoption is added for profiling and monitoring.
- Verify Class Hashes.
Changed
- Starknet v0.11.0support:- Update InvokeTransactionversion 1'scontract addresstosender address.
- Update current JSON RPC  endpoints to v.0.3.0-rc1.
 
- Update 
- Rename the verbosityoption tolog-levelandlog-levelacceptsstringinstead ofuint8. Seehelpfor details.
- networkoption accepts- stringinstead of- uint8. See- helpfor details.
- Database table is updated to account for Starknet v0.11.0changes.
Removed
- Remove metricsandeth-nodeoptions since it is not used.
Fixed
- Graceful Shutdown: ensures all services have returned before exiting.
Full Changelog: v0.1.0...v0.2.0