-
Couldn't load subscription status.
- Fork 168
Upstream my local changes #244
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
Open
clouds56
wants to merge
20
commits into
paradigmxyz:main
Choose a base branch
from
whaleclub777:main
base: main
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 hidden or 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
This migration updates the codebase to use alloy 1.0.9, which includes several breaking API changes: - Provider architecture changes: BoxTransport replaced with DynProvider - Transaction field access: tx.from replaced with tx.inner.signer() - Trace API methods now use builder pattern with .trace_types() - Updated deprecated methods (on_http -> connect_http, etc.) - Removed boolean parameters from log decoding methods - Fixed type parameters and imports throughout the codebase All tests pass after migration.
- Use is_empty() instead of len() == 0 checks - Remove unnecessary cast to u64 - Remove unneeded return statements - Use if-let pattern to avoid unwrap after is_some() check - Fix format string interpolation warnings - Use std::io::Error::other() instead of new() All clippy warnings resolved.
update some deps
…aryVec trait for U256/I256 binary parsing (#12) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: clouds56 <730813+clouds56@users.noreply.github.com> Co-authored-by: Clouds Flowing <clouds.flowing@gmail.com>
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.
-j1tocargo test --workspace -j1in workflow, otherwise it would out of memory when linkingwith_series!towith_columnto match the typecryo logs --event-signatureto match the real output of parquet--include-columnsand--exclude-columnsto control which column should not be included like--exclude-columns event__value--include-columnsto add topic1, topic2, topic3 and dataTransfer(address indexed, address indexed, uint256)would automatically generate event names, i.e. behaves likeTransfer(address indexed arg0, address indexed arg1, uint256 arg2)#[derive(ToDataFrames)]instead of#[to_df(...)]--u256-types binarythe add original type in column name, pre:col_binary, aftercol_u256binary, the old behavior could be enabled by--u256-types plain_binaryRawByteswhich is alias toVec<u8>DynValuesandOptionVec)0xprefix when column_encoding isHEX, to be consisted with binary types generated bywith_columnIf you have idea about any feature or naming, I'd like to improve my PR.
If you strongly against some patches, I'd like to revert them.