alloy v0.1.4
What's Changed
- add range test in
FilterBlockOption
by @tcoratger in #939 - docs: add release checklist by @DaniPopes in #972
- chore(deps): remove reqwest and hyper from meta crate by @DaniPopes in #974
- dev(hotfix): typo change pub(crate) to pub by @0xqd in #979
- fix(signer-trezor): fix zero gas price when sending legacy tx with trezor by @TuDo1403 in #977
- feat: add missing eth bundle args by @mattsse in #978
- chore(provider): simplify nonce filler by @DaniPopes in #976
- feat: impl
From<RpcBlockHash>
forBlockHashOrNumber
by @tcoratger in #980 - feat: add helpers for trace action by @mattsse in #982
- Allow to convert CallBuilderTo TransactionRequest by @leruaa in #981
- feat: add into transactions iterator by @mattsse in #984
- Update builders to vector of strings in privacy struct by @igorline in #983
- feat: add missing debug_* rpc methods by @alexfertel in #986
- chore: make wrapped index value pub by @mattsse in #988
- feat: add net rpc namespace by @alexfertel in #989
- test: fix flaky anvil test by @DaniPopes in #992
- ci: fix wasi job by @DaniPopes in #993
- feat: Add trace_get by @SozinM in #987
- feat: add submit block request query by @mattsse in #995
- fix: ots_getContractCreater has field hash instead of tx by @jsvisa in #999
- chore: clean up 7702 encoding by @onbjerg in #1000
- feat: support web3_sha3 provider function by @PanGan21 in #996
- feat(otterscan): add output for TraceEntry by @jsvisa in #1001
- feat(network): block context in ReceiptResponse by @yash-atreya in #1003
- feat: add missing admin_* methods by @alexfertel in #991
- test: add missing unit test for op
calc_next_block_base_fee
by @tcoratger in #1008 - feat(eip1559): Support Optimism Canyon hardfork by @moricho in #1010
- chore(docs): Add the missing crate
rpc-types-mev
by @moricho in #1011 - feat: impl Transaction for TxEnvelope by @klkvr in #1006
- feat(rpc-types-eth): add more utils to
TransactionIndex
by @tcoratger in #1007 - feat: add consolidation requests to v4 payload by @mattsse in #1013
- feat: add execution payloadbodyv2 by @mattsse in #1012
- chore: convert rcp-types-eth block Header to consensus Header by @teddav in #1014
- feat(transport): retry layer by @yash-atreya in #849
- feat: add helper to set both input and data fields by @mattsse in #1019
- Remove signature.v parity before calculating tx hash by @kpp in #893
- fix: Fix watching already mined transactions by @popzxc in #997
- chore: add helper functions for destructuring auth types by @mattsse in #1022
New Contributors
- @TuDo1403 made their first contribution in #977
- @igorline made their first contribution in #983
- @SozinM made their first contribution in #987
- @PanGan21 made their first contribution in #996
- @popzxc made their first contribution in #997
Full Changelog: v0.1.3...v0.1.4