Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge upstream v0.4.2 #12

Open
wants to merge 75 commits into
base: develop
Choose a base branch
from
Open

chore: merge upstream v0.4.2 #12

wants to merge 75 commits into from

Conversation

yutianwu
Copy link

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

mattsse and others added 30 commits September 18, 2024 17:09
* feat: bundle hash on ethsendbundle

* nit: unfinished NB
)

* feat(rpc-types-beacon): `BuilderBlockValidationRequestV4`

* chore: make type pub

---------

Co-authored-by: Matthias Seitz <[email protected]>
…1326)

* feat: move requests struct definition from reth

* fix: import Vec
Add OperationType::OpEofCreate
rpc: remove repetitive as_ref()
…alloy-rs#1328)

* init

* wip: fix signature import

* associated type

---------

Co-authored-by: garwah <garwah@garwah>
consensus: add BlockHeader getter trait
…y-rs#1331)

fix(rpc-client): add test for BuiltInConnString.connect_boxed
* dep: add full feature to derive_more

* fix comments
…oy-rs#1321)

* feat(provider): subscribe to new blocks if possible in heartbeat

* msg

* wasm

* fix

* move into stream

* feat: lazily subscribe to newHeads

* chore: remove async from get_heart

* testname
fix: eth_simulateV1 serce
* feat: consensus block type

* fix: block type

* fix: block type

* alloc vec

* bind to 2718 as well

* fix: add requests

* fix: remove 2718 encodables, docs

* manual rlp

---------

Co-authored-by: Arsenii Kulikov <[email protected]>
* fix(serde): encode optional quantity as Some

* use serialize_some

* fix in other types too
* feat: deserialize requests

* lint: clippy
gnapoli23 and others added 24 commits September 26, 2024 15:54
* feat: replace std/hashbrown with alloy_primitives::map

* feat: replace a few BTrees

* feat: replace HashSets

Co-Authored-By: dhruvmalik007 <[email protected]>

* fix: enable features

* fix: more features

---------

Co-authored-by: dhruvmalik007 <[email protected]>
* feat(rpc-types-engine): use strum for ClientCode

* fix: derive feature
…alloy-rs#1389)

* max_fee_per_blob_gas with Some(0) will always fail because it is below BLOB_TX_MIN_BLOB_GASPRICE (1)

* add basic EIP-4844 test without defining max_fee_per_blob_gas

* test both cases, explicit Some(0) and implicit Some(0) / None

* fix clippy
Auto-impl alloy_consensus::TxReceipt for ref
)

Return static Eip658Value from TxReceipt trait method
alloy-rs#1387)

* Add supertrait alloy_consensus::Transaction to RPC TransactionResponse

* Feature gate alloy_consensus::Transaction impl for WithOtherFields

* Enable alloy-consensus/serde to impl TransactionResponse for WithOtherFields

* Revert unify gas price and max fee per gas in alloy_consensus::Transaction

* Simplify syntax

* Fix lint

* Fix bug max prio fee per gas getter impl

* Fix typo

Co-authored-by: Arsenii Kulikov <[email protected]>

---------

Co-authored-by: Arsenii Kulikov <[email protected]>
* test: make tests that require binaries in path CI only

* test: break out integration tests

* fix: remove flag in ci tests

* lint: fmt

* fix: use workspace dep
…es (alloy-rs#1397)

* fix(serde): encode optional quantity as Some

* use serialize_some

* fix in other types too

* feat(consensus): bincode compatibility for header and transaction types

* add docs

* reorganize modules

* add legacy bincode compat impl, remove comments

* less cows

* fix doctest for legacy tx

* rename feature

* more info about limitation

* remove special treatment for quantity fields
…#1401)

* chore(consensus): less derives for bincode compatible types

* less derives on doctests too
* chore: use alloc

* fmt
release: prepare for v1.0.1
chore: Release alloy-serde version 0.4.2
* fix: set chain id for eth signer

* move import

* dep aloy signer

* ffs

* another test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.