forked from alloy-rs/alloy
-
Notifications
You must be signed in to change notification settings - Fork 2
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 with upstream v0.3.0 #8
Merged
Merged
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
* Implement Rpc namespace * Review comment * Dependency fix --------- Co-authored-by: Mikhail Sozin <[email protected]>
* chore: add failing test * fix(eip7702): Add correct rlp decode/encode * clippy fmt * fmt * can be const
* feat(genesis): rm eip150_hash Signed-off-by: jsvisa <[email protected]> * fix testcase Signed-off-by: jsvisa <[email protected]> --------- Signed-off-by: jsvisa <[email protected]>
* feat: add arbitrary to auth * cant use cfg because k256 can be enabled on workspace level * use macro and share fn
* feat: generate valid signed auth signatures * feature gate the auth arbitrary
Signed-off-by: jsvisa <[email protected]>
…-rs#1045) bump trezor client to possibly resolve signing bug https://github.com/trezor/trezor-firmware/pull/3952/files + foundry-rs/foundry#7660 (comment)
…alloy-rs#1043) * fix(otterscan): add OtsSlimBlock for BlockDetails Signed-off-by: jsvisa <[email protected]> * feat(otterscan): use serde_repr to serialize OperationType to int Signed-off-by: jsvisa <[email protected]> * feat(otterscan): add a new function for BlockDetails Signed-off-by: jsvisa <[email protected]> * Revert "feat(otterscan): use serde_repr to serialize OperationType to int" This reverts commit 96df6f4. Signed-off-by: jsvisa <[email protected]> * feat(otterscan): custom implement Serialize for OperationType Signed-off-by: jsvisa <[email protected]> * (de)serialize to u8 Signed-off-by: jsvisa <[email protected]> * clippy Signed-off-by: jsvisa <[email protected]> --------- Signed-off-by: jsvisa <[email protected]>
* fix(admin): id in NodeInfo is string instead of B256 Signed-off-by: jsvisa <[email protected]> * fix testcase Signed-off-by: jsvisa <[email protected]> * apply code review Signed-off-by: jsvisa <[email protected]> --------- Signed-off-by: jsvisa <[email protected]>
* chore: make auth mandatory in recovered auth * features
…lloy-rs#1051) * feat: add authorization list to rpc transaction and tx receipt types * fix: add default impl Co-authored-by: Matthias Seitz <[email protected]> * fix: use signed authorization for rpc transaction type * fix: enable arbitrary and k256 features for development * fix: cargo hack fix * chore: flatten signature --------- Co-authored-by: Matthias Seitz <[email protected]>
* refactor: replace `U64` with `u64` in rpc-types-(eth|trace) * replace `U64` in rpc-types-(eth|engine) * use u128 in OptimismTransactionFields.mint
…y-rs#955 (alloy-rs#1058) * fix: broken bincode serialization from alloy-rs#955 * remove optional in alloy-serde * resolve matt's comments * get rid of broken test * fix cargo fmt * enforce storage key --------- Co-authored-by: Matthias Seitz <[email protected]>
…l_with_wallet_and_config` (alloy-rs#1055) * node-bindings: Add AnvilError::NoKeysAvailable * prevent panic from having 0 keys * fix the error handlings for `on_anvil_with_wallet` * fix clippy * fix(clippy): Add type alias * Add `try_on_anvil_with_wallet_and_config` and call it in `on_anvil_with_wallet_and_config` * Revert test changes * Fix docs
* feat: expose encoded_len_with_signature() * nit: fmt
* feat(rpc-types): `debug_executionWitness` * remove unused deps * fix preimage field doc * clarify unhashed
fix: use server_id when unsubscribing
* make block struct generic over header type * add generic default, make some changes * change generic name and self
* fix: change generics order for Block * fix * fix
alloy-rs#1183) * feat: add transaction generic to ots types * txpool generics
remove RichBlock and RichHeader types
* feat: add eip4337 eth_sendUserOperation method to provider * chore: serde rename all eip4337 operation * chore: use actual entry address for eth eip4337 * chore: nightly fmt * add feature * fix: user op elements in test * chore: rename eip to erc * chore: rename eip4337 files to erc4337 * chore: resolve pr comment * fix: address parse * feat: add new endpoints * feat: add gas estimate endpoint * chore: add err code * chore: use packed User Operation * chore: update tests * feat: combine user op for both old and new entry points * fix: clippy and docs ci * fix: docs * fix: geth tests * fix: rm tests --------- Co-authored-by: Matthias Seitz <[email protected]>
…oy-rs#1193) * fix(provider): replace unit with empty array in `ChainStreamPoller` * fix: everywhere * doctest * alias * simpler
chore: clippy
* feat(transport): retry http errors with 503 status code * chore: check style --------- Co-authored-by: Matthias Seitz <[email protected]>
fix: deser for depositReceiptVersion
…us::Transaction` (alloy-rs#1197) Add missing getter trait methods for alloy_consensus::Transaction
… `Range` (alloy-rs#1199) * use RangeInclusive instead on From for FilterBlockOption * fix doctests
* chore: bump core and rm ssz feat * bump ethereum_ssz * feat ssz in meta * bump ethereum_ssz * enable alloy-eips/ssz from rpc-types-engine
* fix: remove optimism-related types * rm serde helper
fix: make block.hash required
* Implement conversion from alloy_primitives::Signature to alloy_rpc_types_eth::Signature * Simplify y-parity conversion
* refac(alloy-eips): use alloy-rs/eips for 2930 and 7702 * fix: rev * reintroduce k256 to eips + fmt nits * nit: README.md * bump eips * bump eips
chore: Release alloy-serde version 0.3.0
unclezoro
approved these changes
Sep 18, 2024
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