Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 6, 2024
1 parent f4db653 commit 394b569
Show file tree
Hide file tree
Showing 37 changed files with 613 additions and 35 deletions.
94 changes: 94 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,96 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06

### Bug Fixes

- Wrap dashmap in Arc ([#1624](https://github.com/alloy-rs/alloy/issues/1624))
- [`provider`] Make `Caller` `EthCall` specific ([#1620](https://github.com/alloy-rs/alloy/issues/1620))
- Serde for `AnyTxEnvelope` ([#1613](https://github.com/alloy-rs/alloy/issues/1613))
- Receipt status serde ([#1608](https://github.com/alloy-rs/alloy/issues/1608))
- [signer-ledger] Use `SIGN_ETH_EIP_712` instruction ([#1479](https://github.com/alloy-rs/alloy/issues/1479))
- Hash handling ([#1604](https://github.com/alloy-rs/alloy/issues/1604))
- Fix typo in RecommendedFillers associated type ([#1536](https://github.com/alloy-rs/alloy/issues/1536))
- RLP for `TxEip4844` ([#1596](https://github.com/alloy-rs/alloy/issues/1596))
- Add more rlp correctness checks ([#1595](https://github.com/alloy-rs/alloy/issues/1595))
- Update AnyNetwork type aliases ([#1591](https://github.com/alloy-rs/alloy/issues/1591))
- Clearer replay protection checks ([#1581](https://github.com/alloy-rs/alloy/issues/1581))
- [`provider`] Return `Subscription<N::HeaderResponse>` ([#1586](https://github.com/alloy-rs/alloy/issues/1586))
- [alloy-provider] `get_block_by_number` arg ([#1582](https://github.com/alloy-rs/alloy/issues/1582))
- Relay types ([#1577](https://github.com/alloy-rs/alloy/issues/1577))
- Make a sensible encoding api ([#1496](https://github.com/alloy-rs/alloy/issues/1496))
- Enable std with jwt ([#1569](https://github.com/alloy-rs/alloy/issues/1569))

### Dependencies

- [deps] Bump wasmtimer ([#1588](https://github.com/alloy-rs/alloy/issues/1588))
- [deps] Bump alloy-rlp requirement ([#1587](https://github.com/alloy-rs/alloy/issues/1587))

### Documentation

- Expand on what `Requests` contains ([#1564](https://github.com/alloy-rs/alloy/issues/1564))

### Features

- [`serde`] StorageKeyKind ([#1597](https://github.com/alloy-rs/alloy/issues/1597))
- [rpc-types-trace/parity] Add creationMethod for create action ([#1621](https://github.com/alloy-rs/alloy/issues/1621))
- Integrate signature with boolean parity ([#1540](https://github.com/alloy-rs/alloy/issues/1540))
- Serde helpers for hashmaps and btreemaps with quantity key types ([#1579](https://github.com/alloy-rs/alloy/issues/1579))
- Use `OtherFields` on `UnknownTypedTransaction` ([#1605](https://github.com/alloy-rs/alloy/issues/1605))
- Implement Arbitrary for transaction types ([#1603](https://github.com/alloy-rs/alloy/issues/1603))
- Make more Otterscan types generic over header ([#1594](https://github.com/alloy-rs/alloy/issues/1594))
- Make Otterscan types generic over header ([#1593](https://github.com/alloy-rs/alloy/issues/1593))
- Add impl From<Header> for AnyHeader ([#1592](https://github.com/alloy-rs/alloy/issues/1592))
- [consensus] Protected Legacy Signature ([#1578](https://github.com/alloy-rs/alloy/issues/1578))
- Embed consensus header into RPC ([#1573](https://github.com/alloy-rs/alloy/issues/1573))
- Introduce `anvil_reorg` and related types. ([#1576](https://github.com/alloy-rs/alloy/issues/1576))
- Make eth_call and eth_estimateGas default to using Pending block ([#1568](https://github.com/alloy-rs/alloy/issues/1568))
- [eips] Indexed Blob Hash ([#1526](https://github.com/alloy-rs/alloy/issues/1526))

### Miscellaneous Tasks

- Add default to payloadattributes ([#1625](https://github.com/alloy-rs/alloy/issues/1625))
- Make withdrawals pub ([#1623](https://github.com/alloy-rs/alloy/issues/1623))
- Misc clippy ([#1607](https://github.com/alloy-rs/alloy/issues/1607))
- Fix some compile issues for no-std test ([#1606](https://github.com/alloy-rs/alloy/issues/1606))
- [meta] Update SECURITY.md ([#1584](https://github.com/alloy-rs/alloy/issues/1584))
- Add blockbody default ([#1559](https://github.com/alloy-rs/alloy/issues/1559))

### Other

- Use `ChainId` in `WalletCapabilities` ([#1622](https://github.com/alloy-rs/alloy/issues/1622))
- Rm useless `len` var in `rlp_encoded_fields_length` ([#1612](https://github.com/alloy-rs/alloy/issues/1612))
- Add unit tests for `OtherFields` ([#1614](https://github.com/alloy-rs/alloy/issues/1614))
- Small refactor for `JwtSecret` ([#1611](https://github.com/alloy-rs/alloy/issues/1611))
- Rm `Receipts` `root_slow` unused method ([#1567](https://github.com/alloy-rs/alloy/issues/1567))
- Embed TxEnvelope into `rpc-types-eth::Transaction` ([#1460](https://github.com/alloy-rs/alloy/issues/1460))
- Add success job ([#1589](https://github.com/alloy-rs/alloy/issues/1589))
- Add `BadBlock` type to `debug_getbadblocks` return type ([#1566](https://github.com/alloy-rs/alloy/issues/1566))
- Implement `root_slow` for `Receipts` ([#1563](https://github.com/alloy-rs/alloy/issues/1563))
- Add `uncle_block_from_header` impl and test ([#1554](https://github.com/alloy-rs/alloy/issues/1554))
- Add missing unit test for `MIN_PROTOCOL_BASE_FEE` ([#1558](https://github.com/alloy-rs/alloy/issues/1558))
- Rm `BEACON_CONSENSUS_REORG_UNWIND_DEPTH` ([#1556](https://github.com/alloy-rs/alloy/issues/1556))
- Add unit tests to secure all conversions and impl ([#1544](https://github.com/alloy-rs/alloy/issues/1544))
- Fix `HOLESKY_GENESIS_HASH` ([#1555](https://github.com/alloy-rs/alloy/issues/1555))
- Impl `From<Sealed<alloy_consensus::Header>>` for `Header` ([#1532](https://github.com/alloy-rs/alloy/issues/1532))

### Refactor

- [signer] Small refactor in signer utils ([#1615](https://github.com/alloy-rs/alloy/issues/1615))
- [genesis] Small refactor ([#1618](https://github.com/alloy-rs/alloy/issues/1618))

### Styling

- Move txtype-specific builders to network-primitives ([#1602](https://github.com/alloy-rs/alloy/issues/1602))

### Testing

- [network-primitives] Add unit tests for `BlockTransactions` ([#1619](https://github.com/alloy-rs/alloy/issues/1619))
- [transport] Add unit tests for `Authorization` methods ([#1616](https://github.com/alloy-rs/alloy/issues/1616))
- [json-rpc] Add unit tests for `Id` ([#1617](https://github.com/alloy-rs/alloy/issues/1617))
- Fix tests ([#1583](https://github.com/alloy-rs/alloy/issues/1583))

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Bug Fixes
Expand All @@ -19,6 +109,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add osaka time to genesis ([#1548](https://github.com/alloy-rs/alloy/issues/1548))

### Miscellaneous Tasks

- Release 0.5.4

### Other

- Add unit test for `amount_wei` `Withdrawal` ([#1551](https://github.com/alloy-rs/alloy/issues/1551))
Expand Down
70 changes: 35 additions & 35 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.5.4"
version = "0.6.0"
edition = "2021"
rust-version = "1.79"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -35,40 +35,40 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
alloy-consensus = { version = "0.5", path = "crates/consensus", default-features = false }
alloy-contract = { version = "0.5", path = "crates/contract", default-features = false }
alloy-eips = { version = "0.5", path = "crates/eips", default-features = false }
alloy-eip7547 = { version = "0.5", path = "crates/eip7547", default-features = false }
alloy-genesis = { version = "0.5", path = "crates/genesis", default-features = false }
alloy-json-rpc = { version = "0.5", path = "crates/json-rpc", default-features = false }
alloy-network = { version = "0.5", path = "crates/network", default-features = false }
alloy-network-primitives = { version = "0.5", path = "crates/network-primitives", default-features = false }
alloy-node-bindings = { version = "0.5", path = "crates/node-bindings", default-features = false }
alloy-provider = { version = "0.5", path = "crates/provider", default-features = false }
alloy-pubsub = { version = "0.5", path = "crates/pubsub", default-features = false }
alloy-rpc-client = { version = "0.5", path = "crates/rpc-client", default-features = false }
alloy-rpc-types-admin = { version = "0.5", path = "crates/rpc-types-admin", default-features = false }
alloy-rpc-types-anvil = { version = "0.5", path = "crates/rpc-types-anvil", default-features = false }
alloy-rpc-types-beacon = { version = "0.5", path = "crates/rpc-types-beacon", default-features = false }
alloy-rpc-types-debug = { version = "0.5", path = "crates/rpc-types-debug", default-features = false }
alloy-rpc-types-engine = { version = "0.5", path = "crates/rpc-types-engine", default-features = false }
alloy-rpc-types-eth = { version = "0.5", path = "crates/rpc-types-eth", default-features = false }
alloy-rpc-types-mev = { version = "0.5", path = "crates/rpc-types-mev", default-features = false }
alloy-rpc-types-trace = { version = "0.5", path = "crates/rpc-types-trace", default-features = false }
alloy-rpc-types-txpool = { version = "0.5", path = "crates/rpc-types-txpool", default-features = false }
alloy-rpc-types = { version = "0.5", path = "crates/rpc-types", default-features = false }
alloy-serde = { version = "0.5", path = "crates/serde", default-features = false }
alloy-signer = { version = "0.5", path = "crates/signer", default-features = false }
alloy-signer-aws = { version = "0.5", path = "crates/signer-aws", default-features = false }
alloy-signer-gcp = { version = "0.5", path = "crates/signer-gcp", default-features = false }
alloy-signer-ledger = { version = "0.5", path = "crates/signer-ledger", default-features = false }
alloy-signer-local = { version = "0.5", path = "crates/signer-local", default-features = false }
alloy-signer-trezor = { version = "0.5", path = "crates/signer-trezor", default-features = false }
alloy-transport = { version = "0.5", path = "crates/transport", default-features = false }
alloy-transport-http = { version = "0.5", path = "crates/transport-http", default-features = false }
alloy-transport-ipc = { version = "0.5", path = "crates/transport-ipc", default-features = false }
alloy-transport-ws = { version = "0.5", path = "crates/transport-ws", default-features = false }
alloy-eip5792 = { version = "0.5", path = "crates/eip5792", default-features = false }
alloy-consensus = { version = "0.6", path = "crates/consensus", default-features = false }
alloy-contract = { version = "0.6", path = "crates/contract", default-features = false }
alloy-eips = { version = "0.6", path = "crates/eips", default-features = false }
alloy-eip7547 = { version = "0.6", path = "crates/eip7547", default-features = false }
alloy-genesis = { version = "0.6", path = "crates/genesis", default-features = false }
alloy-json-rpc = { version = "0.6", path = "crates/json-rpc", default-features = false }
alloy-network = { version = "0.6", path = "crates/network", default-features = false }
alloy-network-primitives = { version = "0.6", path = "crates/network-primitives", default-features = false }
alloy-node-bindings = { version = "0.6", path = "crates/node-bindings", default-features = false }
alloy-provider = { version = "0.6", path = "crates/provider", default-features = false }
alloy-pubsub = { version = "0.6", path = "crates/pubsub", default-features = false }
alloy-rpc-client = { version = "0.6", path = "crates/rpc-client", default-features = false }
alloy-rpc-types-admin = { version = "0.6", path = "crates/rpc-types-admin", default-features = false }
alloy-rpc-types-anvil = { version = "0.6", path = "crates/rpc-types-anvil", default-features = false }
alloy-rpc-types-beacon = { version = "0.6", path = "crates/rpc-types-beacon", default-features = false }
alloy-rpc-types-debug = { version = "0.6", path = "crates/rpc-types-debug", default-features = false }
alloy-rpc-types-engine = { version = "0.6", path = "crates/rpc-types-engine", default-features = false }
alloy-rpc-types-eth = { version = "0.6", path = "crates/rpc-types-eth", default-features = false }
alloy-rpc-types-mev = { version = "0.6", path = "crates/rpc-types-mev", default-features = false }
alloy-rpc-types-trace = { version = "0.6", path = "crates/rpc-types-trace", default-features = false }
alloy-rpc-types-txpool = { version = "0.6", path = "crates/rpc-types-txpool", default-features = false }
alloy-rpc-types = { version = "0.6", path = "crates/rpc-types", default-features = false }
alloy-serde = { version = "0.6", path = "crates/serde", default-features = false }
alloy-signer = { version = "0.6", path = "crates/signer", default-features = false }
alloy-signer-aws = { version = "0.6", path = "crates/signer-aws", default-features = false }
alloy-signer-gcp = { version = "0.6", path = "crates/signer-gcp", default-features = false }
alloy-signer-ledger = { version = "0.6", path = "crates/signer-ledger", default-features = false }
alloy-signer-local = { version = "0.6", path = "crates/signer-local", default-features = false }
alloy-signer-trezor = { version = "0.6", path = "crates/signer-trezor", default-features = false }
alloy-transport = { version = "0.6", path = "crates/transport", default-features = false }
alloy-transport-http = { version = "0.6", path = "crates/transport-http", default-features = false }
alloy-transport-ipc = { version = "0.6", path = "crates/transport-ipc", default-features = false }
alloy-transport-ws = { version = "0.6", path = "crates/transport-ws", default-features = false }
alloy-eip5792 = { version = "0.6", path = "crates/eip5792", default-features = false }

alloy-core = { version = "0.8.11", default-features = false }
alloy-dyn-abi = { version = "0.8.11", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22

### Miscellaneous Tasks
Expand Down
40 changes: 40 additions & 0 deletions crates/consensus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06

### Bug Fixes

- Serde for `AnyTxEnvelope` ([#1613](https://github.com/alloy-rs/alloy/issues/1613))
- Receipt status serde ([#1608](https://github.com/alloy-rs/alloy/issues/1608))
- Hash handling ([#1604](https://github.com/alloy-rs/alloy/issues/1604))
- RLP for `TxEip4844` ([#1596](https://github.com/alloy-rs/alloy/issues/1596))
- Add more rlp correctness checks ([#1595](https://github.com/alloy-rs/alloy/issues/1595))
- Clearer replay protection checks ([#1581](https://github.com/alloy-rs/alloy/issues/1581))
- Make a sensible encoding api ([#1496](https://github.com/alloy-rs/alloy/issues/1496))

### Features

- Integrate signature with boolean parity ([#1540](https://github.com/alloy-rs/alloy/issues/1540))
- Implement Arbitrary for transaction types ([#1603](https://github.com/alloy-rs/alloy/issues/1603))
- Add impl From<Header> for AnyHeader ([#1592](https://github.com/alloy-rs/alloy/issues/1592))
- [consensus] Protected Legacy Signature ([#1578](https://github.com/alloy-rs/alloy/issues/1578))
- Embed consensus header into RPC ([#1573](https://github.com/alloy-rs/alloy/issues/1573))

### Miscellaneous Tasks

- Misc clippy ([#1607](https://github.com/alloy-rs/alloy/issues/1607))
- Add blockbody default ([#1559](https://github.com/alloy-rs/alloy/issues/1559))

### Other

- Rm useless `len` var in `rlp_encoded_fields_length` ([#1612](https://github.com/alloy-rs/alloy/issues/1612))
- Rm `Receipts` `root_slow` unused method ([#1567](https://github.com/alloy-rs/alloy/issues/1567))
- Embed TxEnvelope into `rpc-types-eth::Transaction` ([#1460](https://github.com/alloy-rs/alloy/issues/1460))
- Implement `root_slow` for `Receipts` ([#1563](https://github.com/alloy-rs/alloy/issues/1563))
- Add `uncle_block_from_header` impl and test ([#1554](https://github.com/alloy-rs/alloy/issues/1554))
- Fix `HOLESKY_GENESIS_HASH` ([#1555](https://github.com/alloy-rs/alloy/issues/1555))

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions crates/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06

### Other

- Embed TxEnvelope into `rpc-types-eth::Transaction` ([#1460](https://github.com/alloy-rs/alloy/issues/1460))

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22

### Miscellaneous Tasks
Expand Down
12 changes: 12 additions & 0 deletions crates/eip5792/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06

### Other

- Use `ChainId` in `WalletCapabilities` ([#1622](https://github.com/alloy-rs/alloy/issues/1622))

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22

### Miscellaneous Tasks
Expand Down
6 changes: 6 additions & 0 deletions crates/eip7547/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [0.5.3](https://github.com/alloy-rs/alloy/releases/tag/v0.5.3) - 2024-10-22

### Miscellaneous Tasks
Expand Down
30 changes: 30 additions & 0 deletions crates/eips/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/alloy-rs/alloy/releases/tag/v0.6.0) - 2024-11-06

### Bug Fixes

- Add more rlp correctness checks ([#1595](https://github.com/alloy-rs/alloy/issues/1595))
- Make a sensible encoding api ([#1496](https://github.com/alloy-rs/alloy/issues/1496))

### Documentation

- Expand on what `Requests` contains ([#1564](https://github.com/alloy-rs/alloy/issues/1564))

### Features

- [eips] Indexed Blob Hash ([#1526](https://github.com/alloy-rs/alloy/issues/1526))

### Miscellaneous Tasks

- Make withdrawals pub ([#1623](https://github.com/alloy-rs/alloy/issues/1623))
- Fix some compile issues for no-std test ([#1606](https://github.com/alloy-rs/alloy/issues/1606))

### Other

- Add missing unit test for `MIN_PROTOCOL_BASE_FEE` ([#1558](https://github.com/alloy-rs/alloy/issues/1558))
- Rm `BEACON_CONSENSUS_REORG_UNWIND_DEPTH` ([#1556](https://github.com/alloy-rs/alloy/issues/1556))
- Add unit tests to secure all conversions and impl ([#1544](https://github.com/alloy-rs/alloy/issues/1544))

## [0.5.4](https://github.com/alloy-rs/alloy/releases/tag/v0.5.4) - 2024-10-23

### Bug Fixes

- Sidecar rlp decoding ([#1549](https://github.com/alloy-rs/alloy/issues/1549))

### Miscellaneous Tasks

- Release 0.5.4

### Other

- Add unit test for `amount_wei` `Withdrawal` ([#1551](https://github.com/alloy-rs/alloy/issues/1551))
Expand Down
Loading

0 comments on commit 394b569

Please sign in to comment.