Fixes
- event addresses are stored incorrectly (#349 #351 #357)
- The database migration for this fix can take a while to run, depending on your hardware. It took 2-7min on our developer machines for 200k blocks.
- submitting deploy transaction calldata as hex instead of decimal (#370)
- misleading hex parsing error message (#366)
starknet_addDeclareTransaction
incorrectly requiresabi
field (#371)- docs: add
addDeclareTransaction
to readme (#358)
Internal improvements
- stop relying on unstable rowid as a primary key (#360)
- fix
get_block_xxx
using two database transactions (#359) - improve docker workflow flexibility (#356)
- update test fixtures to match 0.9.0 variants (#364)
- hoist tracing spans into
spawn_blocking
(#362)
New Contributors
Special thanks to @xJonathanLEI for uncovering bugs and inconsistencies fixed in this release, as well as his own contribution to pathfinder in #366.
Full Changelog: v0.2.1-alpha...v0.2.2-alpha