tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.44k stars 468 forks source link

feat: adds finalized and safe block types #690

Closed montekki closed 1 year ago

montekki commented 1 year ago

Adds two new BlockNumber's variants: Safe and Finalized to be up to date with the latest RPC calls. Fixes #684