forked from alloy-rs/alloy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
yutianwu
wants to merge
75
commits into
develop
Choose a base branch
from
merge-v1.0.8
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ount (alloy-rs#1313) implement custom default for Account
* 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
Add codes into execution witness
* feat: deserialize requests * lint: clippy
add `keystore-geth-compat` feature (alloy-rs#1376)
* 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
Update comment to be more accurate
…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
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
yutianwu
force-pushed
the
merge-v1.0.8
branch
from
October 21, 2024 06:24
4e3e383
to
a80ca2d
Compare
j75689
approved these changes
Oct 21, 2024
pythonberg1997
approved these changes
Oct 23, 2024
* fix: set chain id for eth signer * move import * dep aloy signer * ffs * another test
yutianwu
force-pushed
the
merge-v1.0.8
branch
from
October 23, 2024 06:33
40ae795
to
7180606
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Solution
PR Checklist