What's Changed
- chore: update readme by @mattsse in #1980
- Increase default gas limit from 30M to 36M by @0xalpharush in #1785
- chore: relax payload conversions with BlockHeader by @mattsse in #1981
- feat: add helpers to consume payloadfields by @mattsse in #1984
- fix: opt-in to keep stdout by @mattsse in #1985
- test: add payload block conversion tests by @mattsse in #1988
- feat: add default for blobsbundle by @mattsse in #1990
- feat(
meta
): enable pubsub,trace,txpool,debug,anvil apis viafull
by @yash-atreya in #1992 - fix(docs): update outdated Provider doc comment by @merklefruit in #1991
- feat(
node-bindings
): expose anvil wallet by @yash-atreya in #1994 - chore(provider): default to
Ethereum
network inFillProvider
by @merklefruit in #1995 - feat: add additional payloadbody conversion fn by @mattsse in #1989
- fix: overflow on CU offset by @mattsse in #1998
- feat: add helper fn to unwrap Sendable by @mattsse in #2001
- feat(transport): made avg_cost to be configurable in retrybackoff by @Dhruv-2003 in #2002
- Upstream ExecutionData from reth by @yohkaz in #2003
- feat: add blob_count helper fn by @mattsse in #2005
- feat: add auth count helper fn by @mattsse in #2007
- feat: add Block::apply by @mattsse in #2006
- feat: add helpers for the blob gas by @mattsse in #2009
- chore: add serde support for Eip1559Estimation by @mattsse in #2012
- chore: enable serde in tests by @mattsse in #2013
- feat: test faulty roundtrip behavior of
ExecutionPayload
by @siosw in #2014 - chore: camelcase serde by @mattsse in #2018
- chore: nicer error message when HTTP body is empty by @DaniPopes in #2024
- chore(serde): remove quantity_bool by @DaniPopes in #2026
- docs: clean up top level docs by @DaniPopes in #2028
- chore: silence unused warnings by @mattsse in #2031
- chore: re-export kzgsettings by @mattsse in #2034
- custom deserde impl by @siosw in #2017
- feat: builder fns for PrivateTransactionRequest and inner props (#1954) by @nadtech-hub in #2023
- feat: add dynamic dispatch helper trait for (
Signer
+TxSigner
) and (SignerSync
+TxSignerSync
) by @startup-dreamer in #2035 - feat(provider): expose inner
AnvilInstance
fromAnvilProvider
by @0xdapper in #2037 - feat(provider): DynProvider added as a helper on provider by @Dhruv-2003 in #2008
- feat(filler): Add prepare_call method by @neithanmo in #2011
- feat: add builder style account override helpers by @mattsse in #2039
- feat: add helpers for account overrides by @mattsse in #2040
- fix: don't validate when ABI decoding by @DaniPopes in #2041
- feat: add try_get_deserialized by @mattsse in #2042
- feat(
provider
): multicall by @yash-atreya in #2010 - fix(
multicall
): impl Error forFailure
+ clear returnsEmpty
builder. by @yash-atreya in #2043 - fix: make
ChainLayer
network agnostic by @zerosnacks in #2045 - feat: add TxSigner support for Either by @stevencartavia in #2036
New Contributors
- @0xalpharush made their first contribution in #1785
- @merklefruit made their first contribution in #1991
- @Dhruv-2003 made their first contribution in #2002
- @yohkaz made their first contribution in #2003
- @siosw made their first contribution in #2014
- @startup-dreamer made their first contribution in #2035
- @0xdapper made their first contribution in #2037
- @neithanmo made their first contribution in #2011
Full Changelog: v0.11.0...v0.11.1