EventParams:
- nodes have ammended their
starknet_getEvents
params interface from..."fromBlock": 800 ...
to..."fromBlock": {"block_number": 250000}...
in order to support bothblock_number
andblock_hash
values - #104 addresses these changes
BlockWithTxs:
- in order for this release to still access blocks from https://github.com/starkware-libs/starknet-specs/releases/tag/v0.2.0 we've added a
BlockWithTxs
utility function - please note
BlockWithTxHashes
and other RPC v0.2.0 functionality will be added in the caigo v0.4.0 release