alloy v0.2.1
What's Changed
- docs: update links to use docs.rs by @DaniPopes in #1066
- chore: bump jsonrpsee 0.24 by @mattsse in #1067
- feat(provider) : introduction to eth_sendRawTransactionConditional RPC endpoint type by @DoTheBestToGetTheBest in #1009
- bug:
alloy-consensus
should usealloy_primitives::Sealable
by @zerosnacks in #1072 - Added stages to the sync info rpc type by @loocapro in #1079
- removing async get account by @loocapro in #1080
- fix(node-bindings): backport fix from ethers-rs by @StackOverflowExcept1on in #1081
- feat(consensus): add
From<ConsolidationRequest>
forRequest
by @tcoratger in #1083 - fix(eips): make SignedAuthorizationList arbitrary less fallible by @Rjected in #1084
- chore: export rpc account type by @mattsse in #1075
- chore : fix typos by @nkysg in #1087
- feat(json-rpc): implement
From<u64> for Id
andFrom<String> for Id
by @tcoratger in #1088 - feat(eip): make 7702 auth recovery fallible by @DoTheBestToGetTheBest in #1082
- feat(rpc-type-eth) convert vec TxReq to bundle by @DoTheBestToGetTheBest in #1091
- feat(rpc/trace): filter matches with trace by @jsvisa in #1090
- typo: fix typo in genesis by @tcoratger in #1096
- feat: enable more features transitively in meta crate by @DaniPopes in #1097
- feat: add helper for decoding custom errors by @klkvr in #1098
- Feat: eth_simulateV1 Request / Response types by @DoTheBestToGetTheBest in #1042
- feat: use EncodableSignature for tx encoding by @leruaa in #1100
- chore: allow override all group by @mattsse in #1104
- fix: correctly trim eip7251 bytecode by @onbjerg in #1105
- refactor: add network-primitives by @klkvr in #1101
- chore: re-export and document network-primitives by @DaniPopes in #1107
- fix: make Parity TraceResults output optional by @m1stoyanov in #1102
- rpc: derive arbitrary for
TransactionRequest
by @tcoratger in #1113 - docs: readme fix by @hbdgr in #1114
- feat(engine-types):
PayloadError::PrePragueBlockWithEip7702Transactions
by @rkrasiuk in #1116 - Add
AccessListResult
type (EIP-2930) by @mvares in #1110 - chore: correctly cfg unused type by @DaniPopes in #1117
- chore(rpc): Make
Deserialize
impl forFilterChanges
generic over transaction by @emhane in #1118
New Contributors
- @m1stoyanov made their first contribution in #1102
- @hbdgr made their first contribution in #1114
- @mvares made their first contribution in #1110
- @emhane made their first contribution in #1118
Full Changelog: v0.2.0...v0.2.1