What's Changed
- feat: add missing helper fns by @mattsse in #1880
- feat: add additional conversion fn by @mattsse in #1881
- feat: add additional conversion fn by @mattsse in #1883
- feat: add RecoveredTx::try_map_transaction by @mattsse in #1885
- chore: add storage_slots helper by @mattsse in #1884
- feat: add match_versioned_hashes by @hoank101 in #1882
- chore: use safe get api by @mattsse in #1886
- chore: use core::error for blob validation error by @mattsse in #1887
- chore: shift std::error impls to core by @mattsse in #1888
- test: add parity test by @mattsse in #1889
- docs: enable some useful rustdoc features on docs.rs by @DaniPopes in #1890
- chore: improve FromStr for
BlockNumberOrTag
to be case-insensitive by @yjhmelody in #1891 - feat!: remove T: Transport from public APIs by @DaniPopes in #1859
- refactor: use the params struct in more places by @prestwich in #1892
- test: fix warnings on windows by @DaniPopes in #1895
- feat!:rm 7702 auth items from receipt response by @mattsse in #1897
- [Feature] Keep Anvil in Provider have same types as the rest of the project by @programskillforverification in #1876
- feat(contract): improve 'no data' error message by @DaniPopes in #1898
- feat: reexport eip2124 by @klkvr in #1900
- feat: add helper to forkchoice state by @mattsse in #1903
- feat(
provider
): instantiate recommended fillers by default by @yash-atreya in #1901 - feat: add rlp length helper by @mattsse in #1906
- feat: add missing conversion for ExecutionPayloadFieldV2 by @mattsse in #1908
- chore(consensus): Replace magic numbers for tx type with constants by @emhane in #1911
- fix(
transport
): useHttpsConnector
inHyperTransport
by @yash-atreya in #1899 - feat: make ReadJsonStream generic to allow reuse by @prestwich in #1914
- chore(eips): Add super trait
Typed2718
toEncodable2718
by @emhane in #1913 - chore: reuse
BlockOverrides
inSimBundleOverrides
by @klkvr in #1917 - feat(
meta
): addessentials
to default features by @yash-atreya in #1904 - feat: unify
BlobParams
andBlobScheduleItem
by @klkvr in #1919 - fix(
node-bindings
): resetchild.stdout
inAnvilInstance
by @yash-atreya in #1920 - test: migrate eip1898 tests by @mattsse in #1922
- test: require serde features for tests by @mattsse in #1924
- refactor: change json-rpc trait names, relax bounds by @prestwich in #1921
- feat(consensus): make fn tx_type() public by @lgingerich in #1926
- fix: version number of installation is out of date by @zerosnacks in #1927
- test: migrate 4844 rlp tests by @mattsse in #1928
- feat: add more derives for
Receipts
by @klkvr in #1930 - chore: add as_recovered_ref by @mattsse in #1933
- feat: add Recovered::cloned by @mattsse in #1932
- feat: add deserde check for JsonStorageKey by @stevencartavia in #1915
- fix: propagate ssz features by @mattsse in #1934
- feat: add map fns to rpc transaction type by @mattsse in #1936
- chore: forward arbitrary feature by @mattsse in #1941
- feat(
provider
):eth_callMany
builder by @yash-atreya in #1944 - fix(
contract
): rm IntoFuture for CallBuilder by @yash-atreya in #1945 - feat: add calc tx root fn for rpc types by @mattsse in #1950
- feat: add helpers for tx conditional by @mattsse in #1953
- ci: add zepter and propagate features by @mattsse in #1951
- chore: add receipt conversion fns by @mattsse in #1949
- feat: couple convenience methods by @prestwich in #1955
- feat: add into sealed for rpc header by @mattsse in #1956
- chore(deps): breaking bumps by @DaniPopes in #1957
- feat: add TxRequest::from_recovered_transaction helper by @mattsse in #1960
- feat: add some doc aliases for recovered by @mattsse in #1961
- feat: introduce maybe helpers for blob calc by @mattsse in #1962
- feat: add blockbody ommers generic by @mattsse in #1964
- chore: dont enable serde in tests by @mattsse in #1966
- chore: feature gate serde by @mattsse in #1967
- chore!: use u64 for base fee in tx info by @mattsse in #1963
- fix: map txcount resp by @mattsse in #1968
- Added fast option into PrivateTransactionPreferences by @konstantinzolotarev in #1969
- chore: rm passthrough txcount request by @mattsse in #1970
- chore: update system contract addresses for devnet 6 by @joshieDo in #1975
- feat: use StatusCode::is_success instead of just OK by @DaniPopes in #1974
- chore!: remove Service impls for &T by @DaniPopes in #1973
- fix: store pubsubfrontend clone in rpcinner by @mattsse in #1977
- chore: disable anvil nightly warning by @mattsse in #1979
- feat: add avil ipc-path arg by @mattsse in #1978
- added anvil_rollback to anvil API provider by @jorgemmsilva in #1971
New Contributors
- @hoank101 made their first contribution in #1882
- @lgingerich made their first contribution in #1926
- @konstantinzolotarev made their first contribution in #1969
- @jorgemmsilva made their first contribution in #1971
Full Changelog: v0.9.2...v0.11.0