Major changes
- ⚠️ This version of the tool requires access to a JSON-RPC 0.9.0 API. We have tested the tool with Pathfinder 0.20.0. Please make sure you upgrade your Starknet JSON-RPC URLs (should now end in
v0_9
). ⚠️ - Starknet 0.14.0 has introduced a fee market. The attestation tool now uses a non-zero
tip
value for attestation transactions. The median tip value of recently included transactions is used to improve the chance of getting the attestation transactions included.
What's Changed
- fix validator_attestation_missed_epochs_count metric bug by @saniksin in #39
- fix typo after #PR39 by @saniksin in #40
- improve transaction hash logging by @saniksin in #43
- improve block hash logging by @saniksin in #44
- fix(state): log a specific error if getting attestation tx status fails by @kkovaacs in #45
- chore: upgrade starknet to 0.16.0 by @kkovaacs in #46
- feat: use JSON-RPC API 0.9.0 by @kkovaacs in #48
- chore: upgrade Rust toolchain to 1.89.0 by @kkovaacs in #49
- chore: upgrade starknet-rs to 0.17.0-rc.4 by @kkovaacs in #51
- chore: upgrade starknet-rs and other dependencies by @kkovaacs in #55
- chore: update README by @kkovaacs in #52
- chore: bump version to 0.5.0 by @kkovaacs in #56
Full Changelog: v0.4.0...v0.5.0