This release adds support for the upcoming starknet v0.12.1 upgrade. In addition, it also adds support for v0.4.0 of the RPC specification.
Added
- RPC v0.4 support on
/rpc/v0.4/ - control log color output via
--color auto | always | never - if Sierra to CASM compilation fails we now fall back to fetching CASM from the gateway
- Negate bot spam on response metrics by returning
Ok(200)on/RPC queries. Web crawlers and bots often poke this endpoint which previously skewed response failure metrics when these were rejected.
Fixed
- system contract updates are not correctly stored
starknet_simulateTransactionfails for transactions sending L2->L1 messages- deprecated error code 21
INVALID_MESSAGE_SELECTORis used in RPC v0.3
Changed
cairo-langupgraded to 12.2.1a0- Cairo compiler upgraded from 2.0.2 to 2.1.0-rc1
Removed
- support for RPC v0.2