Releases: alloy-rs/alloy
Releases · alloy-rs/alloy
v0.12.0
What's Changed
- feat: add missing conversion helpers for any by @mattsse in #2048
- feat: add helpers to create a BlobSidecar by @mattsse in #2047
- feat(
eip4844
): heap allocated blob by @yash-atreya in #2050 - fix: tokio interval not supported on wasm by @chris13524 in #2053
- feat: introduce error helper and fallible conversion by @mattsse in #2052
- chore: additional From TryFrom conversion helpers by @mattsse in #2054
- chore: add try_into_pooled conversion by @mattsse in #2056
- feat(
contract
): handle reverts by @yash-atreya in #2058 - feat: add try_apply by @mattsse in #2060
- feat(
consensus
): introduce block traits by @yash-atreya in #2057 - feat: add function selector helper by @mattsse in #2066
- feat: add optional builder APIs for AccountOverride by @stevencartavia in #2064
- chore: smol typo by @onbjerg in #2069
- chore: add From<Signed> for TxEnvelope by @merklefruit in #2070
- chore: update url by @mattsse in #2071
- fix: ws transport now checks for missed pongs within two pings by @the-solid-box in #2068
- chore(deps): bump derive_more, strum by @DaniPopes in #2074
- feat(provider): add debug_codeByHash method by @cakevm in #2075
- chore: rename
on_builtin
toconnect
by @DaniPopes in #2078 - feat(provider): improve
DynProvider
discoverability by @DaniPopes in #2076 - feat: derive
Copy
forRecovered
by @klkvr in #2082 - fix(rpc-types-mev): compatibility with mev-geth responses. by @ryanschneider in #2079
- Payload error removal by @PoulavBhowmick03 in #2084
- feat(
contract
): decode asSolError
by @yash-atreya in #2072 - feat(
rpc-types
): decode log from receipt by @yash-atreya in #2086 - chore(engine): Add missing variants for parent beacon block root to
PayloadError
by @emhane in #2087 - Move WithEncoded helper type to alloy by @programskillforverification in #2098
- chore: allow new advisory by @mattsse in #2100
- feat: add helper rpc to block body conversion by @mattsse in #2055
- feat: add helpers for BlockTransactionsKind by @mattsse in #2101
- ci: rm cc pin by @mattsse in #2102
- feat: add more transaction conversion helpers by @mattsse in #2103
- feat: add helper fn to execution data by @mattsse in #2107
- chore: delegate provider fns in fill provider by @mattsse in #2099
- feat: add into bytes by @mattsse in #2109
- feat: create StateOverridesBuilder by @varun-doshi in #2106
- Feat: add helper methods to Transaction Pool Content by @startup-dreamer in #2111
- feat: allow getting mutable inner from receipt envelope by @Philogy in #2116
- chore(
provider
): use quicknode by @yash-atreya in #2121 - chore: add blob gas method to TransactionRequest impl by @merklefruit in #2122
- chore: bump 7702 0.5.1 by @mattsse in #2123
- add
rlp
feature tofull
feature by @zemse in #2124 - feat: add eth_sendRawTransactionConditional by @mattsse in #2128
- test: enable more tests on windows by @DaniPopes in #2126
- test: add a test for cloning CachedNonceManager by @DaniPopes in #2129
- Implement Transaction type on Either type by @neithanmo in #2097
- feat: add encodable to either by @mattsse in #2130
- fix(rpc-types-mev): SimBundleLogs should contain all logs fields. by @ryanschneider in #2061
- feat: introduce
IntoWallet
to pass signer directly toProviderBuilder
by @yash-atreya in #2120 - fix(engine): Fix BlockHash display message by @hvanz in #2088
- feat: remove preimage hashes from execution witness by @meyer9 in #2059
- feat!: add eip1559 estimator type by @mattsse in #2022
- feat: add signabletx impl for typedtx by @mattsse in #2131
- chore: add some accessors by @mattsse in #2132
- chore: IntoWallet for Ledger by @DaniPopes in #2136
- feat(
provider
)!: trace api builder by @yash-atreya in #2119 - feat: add conversions for UnknownTxEnvelope by @mattsse in #2133
- feat(
eth-call
)!: rm borrowing from provider api by @yash-atreya in #2127 - fix(
provider
): fill txs oneth_call
ops by @yash-atreya in #2092 - feat: introduce dedicated types for Any type aliases by @stevencartavia in #2046
- feat(
consensus
): separate RlpTx trait functionality by @yash-atreya in #2138 - fix(
rpc-types
): allow missingeffectiveGasPrice
in TxReceipt by @yash-atreya in #2143 - feat(
provider
):EthGetBlock
builder type by @yohkaz in #2044 - fix: run zepter checks for features of non-workspace dependencies by @klkvr in #2144
- chore!: use impl Into StateOverride by @mattsse in #2145
- feat(
provider
): MockProvider by @yash-atreya in #2137 - feat: add conversion helper for eip658 status by @mattsse in #2148
- fix(
provider
): custom deser for pending blocks by @yash-atreya in #2146 - feat(
consensus
): impl RlpEncodableTx for TypedTx by @yash-atreya in #2150 - feat: add bincode compat for receipt by @mattsse in #2149
- feat: integrate
Recovered
into more types by @klkvr in #2151 - feat: use
OnceCell
forSigned::hash
by @klkvr in #2025 - chore: box value by @mattsse in #2152
- chore(
provider
): fixmocked
ret type by @yash-atreya in #2156 - chore: add any tx conversion by @mattsse in #2153
- feat(
provider
):decode_resp
forEthCall
by @yash-atreya in #2157 - chore(
consensus
)!: renameRecovered
methods by @yash-atreya in #2155 - chore: support static error msg by @mattsse in #2158
- feat: more helper conversions by @mattsse in #2159
New Contributors
- @chris13524 made their first contribution in #2053
- @the-solid-box made their first contribution in #2068
- @cakevm made their first contribution in #2075
- @PoulavBhowmick03 made their first contribution in #2084
- @varun-doshi made their first contribution in #2106
- @Philogy made their first contribution in #2116
- @zemse made their first contribution in #2124
- @hvanz made their first contribution in #2088
- @meyer9 made their first contribution in #2059
Full Changelog: v0.11.1...v0.12.0
v0.11.1
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
v0.11.0
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
v0.9.2
What's Changed
- fix: skip empty request objects by @mattsse in #1873
- feat: add block to payloadbodyv1 by @mattsse in #1874
- feat: add block to payloadv1 by @mattsse in #1875
- feat: add conversions from rpc block to consensus by @mattsse in #1869
- fix(eip7251): update contract address and bytecode by @klkvr in #1877
- feat: sort and skip empty requests for hash by @klkvr in #1878
Full Changelog: v0.9.1...v0.9.2
v0.9.1
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
v0.8.3
v0.8.2
What's Changed
- chore: derive default by @mattsse in #1805
- Add edge case tests for
extract_value
and fix the newly discovered bug by @hthuz in #1808 - chore: add convenience tryfrom impl by @mattsse in #1806
- chore: remove difficulty field from admin_nodeInfo response by @Rjected in #1811
- fix: relax legacy chain id check by @mattsse in #1809
- chore: misc clippy by @mattsse in #1812
- chore: manual default impl by @mattsse in #1813
New Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- chore: add helper for loading custom trusted setup by @mattsse in #1779
- feat: add serde for
TxType
by @klkvr in #1780 - chore: add consensus helper methods to BlockHeader by @Rjected in #1781
- nits: improve doc clarity around build functions by @prestwich in #1782
- feat: reth's block body fns by @stevencartavia in #1775
- chore: add TxReceipt default helpers by @mattsse in #1783
- docs: add note about deprecated total difficulty by @mattsse in #1784
- calc_blob_gasprice made const by @nadtech-hub in #1788
- fix(
transport
): allowRetryPolicy
to be set via layer by @yash-atreya in #1790 - chore: add clone_tx by @mattsse in #1791
- chore: add helpers to unwrap a variant by @mattsse in #1792
- feat: add info tx types by @mattsse in #1793
- chore: reuse v3 envelope in v4 envelope by @klkvr in #1795
- feat: add some helper functions for blockbody by @mattsse in #1796
- feat: add requests with capacity by @mattsse in #1794
- chore: port calc block gas limit by @mattsse in #1798
- chore: add arbitrary for block by @mattsse in #1797
- feat(relay): ExecutionRequestsV4 with eip7685::Requests conversion by @ryanschneider in #1787
- docs: remove stray sentence by @onbjerg in #1804
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: relax RPC
Block
bounds by @klkvr in #1757 - docs: Add
consensus-any
andrpc-types-any
to the README by @moricho in #1759 - fix: use
feeHistory
when estimating blob fee by @klkvr in #1764 - chore: improve Display and Debug for BlockId by @DaniPopes in #1765
- feat: EIP-7691 by @klkvr in #1762
- chore: introduce recovered and recoverable by @mattsse in #1768
- feat: port reth pooled tx type by @mattsse in #1767
- feat: Remove duplicated
to
method inTransactionResponse
by @moricho in #1770 - feat(engine): Forkchoice Version by @refcell in #1744
- fix: use asref impl for receipt by @mattsse in #1758
- feat(consensus): require typed2718 for transaction by @nuts-rice in #1746
- Revert "feat(consensus): require typed2718 for transaction (#1746)" by @DaniPopes in #1772
- ci: update deny.yml by @DaniPopes in #1771
- ci: move deny to ci by @DaniPopes in #1774
- feat: add arbitrary for alloy types by @mattsse in #1777
- chore: derive Copy for BlockWithParent by @klkvr in #1776
- Reapply "feat(consensus): require typed2718 for transaction (#1746)" by @mattsse in #1773
- chore: release 0.8.0 by @klkvr in #1778
New Contributors
- @nuts-rice made their first contribution in #1746
Full Changelog: v0.7.3...v0.8.0