-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): bump alloy-rlp from 0.3.8 to 0.3.9 #79
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
dependabot
wants to merge
76
commits into
main
Choose a base branch
from
dependabot/cargo/alloy-rlp-0.3.9
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.
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
* feat: implement precompile contract for opBNB * fix: unused import warning in test * ci: add develop branch to the list of branches to run * chore: fmt codes * chore: fix no default feature importing * chore: cargo clippy fix * ci: disable checks on riscv32imac-unknown-none-elf * chore: setup vec with capacity * fix: cometbft_light_block_validate input conversion * chore: fix fmt * fix: add opbnb feature to ECOTONE * fix: sepc definition * chore: fix opBNB feature tags * chore(ci): bump action/deploy (#1372) * fix: light block header validation in cometbft * chore: fix fmt * fix: BLS_SIGNATURE_VALIDATION_BASE to 1000 * update greenfield-cometbft-rs version --------- Co-authored-by: rakita <[email protected]> Co-authored-by: Keefe Liu <[email protected]>
* feat(optimism): Add secp256r1 precompile for Fjord (#1436) * feat(optimism): Add secp256r1 precompile for Fjord * Fix docs * Fix nostd build * Load fjord precompiles via optimism handler register * Remove outdated fjord() precompile spec constructor * Document the secp256r1 feature * Address feedback * Handle invalid signatures * Update crates/precompile/src/secp256r1.rs * Update crates/precompile/src/secp256r1.rs * Blank return on failed signature verification * Add test case for invalid (zero) pubkey --------- Co-authored-by: rakita <[email protected]> * feat: add Haber spec to opBNB --------- Co-authored-by: Brian Bland <[email protected]> Co-authored-by: rakita <[email protected]>
# Conflicts: # .github/workflows/book.yml # .github/workflows/cachegrind.yml # Cargo.lock # crates/interpreter/src/instructions/opcode.rs # crates/precompile/Cargo.toml # crates/precompile/src/lib.rs # crates/primitives/src/specification.rs # crates/revm/src/optimism/handler_register.rs
chore: merge upstream changes into develop
* feat: add support for BSC * fix precompile contracts error * optimize `specification` setting * fix lint issues * fix CI issues * fix CI issues * fix CI issues * fix wrong precompile contracts set * fix precompile revert error * add check for bsc precompile * add `PrecompileError::Reverted` * fix evm spec for `KEPLER` * fix CI issues * add `haber` precompile set and fix errors * add EIP4844 data fee to `collect_system_reward` * update bsc feature dep * fix review comments * update `tendermint` version
# Conflicts: # Cargo.lock # crates/precompile/Cargo.toml # crates/precompile/src/lib.rs # crates/revm/src/context/evm_context.rs
chore: merge with upstream
chore: merge v37 version into develop
# Conflicts: # .github/workflows/ci.yml # Cargo.lock # crates/precompile/Cargo.toml # crates/precompile/src/lib.rs
chore: merge with upstream v11.0.0
* feat: add bohr upgrade for BSC * fix lint error * fix lint error * fix lint error
* defer bytecode load * apply review
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.204) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.117...v1.0.120) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: use `kzg-rs` * fix: use `c-kzg` by default in std env * refactor: feature gate by `c-kzg` * fix: use published crate * fix: `kzg-rs` import * feat: use `cfg_if` for `kzg-rs` imports * feat: use `kzg-rs` * fix: `kzg-rs` import * chore: add `kzg-rs` feature to revm-interpreter * fix: check kzg-rs enable in revm/precompile * fix: kzg-rs include once_cell and derive_more in primitives, update feature tags * Update crates/primitives/src/lib.rs * Update crates/precompile/src/lib.rs * Update crates/primitives/Cargo.toml * Update crates/revm/Cargo.toml * Update crates/precompile/Cargo.toml * Update crates/primitives/src/lib.rs --------- Co-authored-by: rakita <[email protected]>
…1600) * chore: Refactor code, and check is precompile for create colision * remove some TODOs for eofcreate nonce
* fix(EOF): MIN_CALLEE_GAS light failure, static-mode check * clear buffer * readd min caller gas
chore: merge upstream v12.1.0(v40)
* feat: support Wright upgrade for opbnb * fix lint errors * fix lint errors
fix: add system transaction check in `collect_system_reward` (#63)
* feat: update order of the hardforks * compatible with optimims * fix ci * fix ci * fix ci * fix ci --------- Co-authored-by: Roshan <[email protected]>
Prepare for release v1.0.2
merge develop branch to merge-v14.0.0
chore: merge with upstream v14.0.0
# Conflicts: # Cargo.lock # crates/interpreter/src/function_stack.rs # crates/precompile/Cargo.toml # crates/revm/src/evm.rs
* add holocene to spec * add holocene in precompile * add cfg optimism to HOLOCENE
* bump primitives * bump: release-plz update
chore: merge with upstream v14.0.2
release: prepare for v1.0.3
|
Valgrind Results: |
chore: merge upstream v14.0.3
chore: merge develop into main
Bumps [alloy-rlp](https://github.com/alloy-rs/rlp) from 0.3.8 to 0.3.9. - [Changelog](https://github.com/alloy-rs/rlp/blob/main/CHANGELOG.md) - [Commits](alloy-rs/rlp@v0.3.8...v0.3.9) --- updated-dependencies: - dependency-name: alloy-rlp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
e2d0da4 to
941c02b
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.
Bumps alloy-rlp from 0.3.8 to 0.3.9.
Changelog
Sourced from alloy-rlp's changelog.
Commits
5dc5c87chore: release 0.3.9fbc821dfeat: length_with_payload (#28)44606e8clippy: add clippy toCargo.toml(#27)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)