v0.9.0
What's Changed
- fix: use default for creation method by @mattsse in #1820
- feat: add helpers to any tx envelope by @mattsse in #1817
- feat: add helpers for block by @mattsse in #1816
- fix: support hex values for conditional options by @mattsse in #1824
- chore: replace derive_more with thiserror by @mattsse in #1822
- feat: add cost fn for conditional opts by @mattsse in #1823
- feat: add tryfrom for anyheader to header by @mattsse in #1826
- chore: rename ConditionalOptions by @mattsse in #1825
- feat: add map transactions fn by @mattsse in #1827
- feat(pectra): Revert EIP-7742 by @ryanschneider in #1807
- feat: add map transactions to rpc block type by @mattsse in #1835
- EIP-7002: update
WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS
by @rkrasiuk in #1834 - EIP-7251: update
CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS
by @rkrasiuk in #1836 - EIP-2935: update contract bytecode & address by @programskillforverification in #1838
- EIP-7702: change
chain_id
type toU256
by @rkrasiuk in #1839 - feat: return tagged variant deserde error by @mattsse in #1810
- feat: EIP-7840 by @klkvr in #1828
- chore: map header fns by @mattsse in #1840
- feat: add insert helper to otherfields by @mattsse in #1841
- chore: rm non exhaustive for envelope by @mattsse in #1842
- meta: update code owners by @mattsse in #1844
- chore: rm non exhaustive from ReceiptEnvelope by @mattsse in #1843
- feat: add BlockConditional by @mattsse in #1846
- feat: add match functions by @mattsse in #1847
- fix(alloy-eips):
SimpleCoder::decode_one()
should returnOk(None)
by @StackOverflowExcept1on in #1818 - [Bug] Request predeploy codes have diverged by @programskillforverification in #1845
- fix: use u64 for all gas values by @klkvr in #1848
- chore: make clippy happy by @mattsse in #1849
- feat: add more builder style fns by @mattsse in #1850
- feat: add tryfrom payloadv1 for block by @mattsse in #1851
- feat: add tryfrom payloadv2 + v3 for block by @mattsse in #1853
- feat: add tryfrom payload for block by @mattsse in #1854
- feat: misc payloadenvelopeinput conversions by @mattsse in #1855
- feat: add try into block with sidecar by @mattsse in #1856
- feat: add ExecutionPayloadFieldV2 into ExecutionPayload by @mattsse in #1858
- [Feature] update Display implementation on BlockNumberOrTag by @programskillforverification in #1857
- chore: simplify Service impls by @DaniPopes in #1861
- chore: rm unused alloy-signer dep by @mattsse in #1862
- chore: rm cyclic test deps by @mattsse in #1863
- chore: rm cyclic test deps by @mattsse in #1864
New Contributors
- @programskillforverification made their first contribution in #1838
Full Changelog: v0.8.3...v0.9.0