Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps blst from 0.3.12 to 0.3.13.

Release notes

Sourced from blst's releases.

Release v0.3.13

Essential changes:

  • rectify the API omissions in no_std
  • add aggregate-with-randomness interface
Commits
  • 52cc60d bindings/rust/Cargo.toml: bump the version number.
  • 8187b31 bindings/go: add AggregateWithRandomness().
  • 1403e4d bindings/rust/src/lib.rs: add aggregate_with_randomness().
  • 1a89355 bindings/go: parallelize MSM for N<32.
  • e4be9e6 bindings/rust/src/pippenger.rs: parallelize MSM for N<32.
  • 18ebd2d bindings/go/blst.go: deduplicate numThreads calculations.
  • 05e9841 bindings/go/blst_px.tgo: add multi-point validate.
  • 6ae8d0e bindings/rust: add validate method to MultiPoint trait.
  • 8e55ebf bindings/rust/src/lib.rs: fix the test with limited stack size.
  • 104ad64 bindings/rust/src/lib.rs: relay MultiPoint for [Signature] and [PublicKey]
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

j75689 and others added 30 commits May 21, 2024 11:52
* 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 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
jtguibas and others added 24 commits August 2, 2024 02:28
* refactor: group optimism invalid txn errors

* Update crates/primitives/src/result.rs
* fix(eof): Use cfg code size limit for eofcreate

* Update crates/revm/src/context/inner_evm_context.rs

* simplify
* feat(EOF): Bytecode::new_raw supports EOF, new_raw_checked added

* Use from abbreviation
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.62)

---
updated-dependencies:
- dependency-name: thiserror
  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 [alloy-primitives](https://github.com/alloy-rs/core) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: alloy-primitives
  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 [alloy-sol-macro](https://github.com/alloy-rs/core) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: alloy-sol-macro
  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 [alloy-sol-types](https://github.com/alloy-rs/core) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: alloy-sol-types
  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>
* fix(eip7702): Add tests and fix some bugs

* passing tests

* remove disabling of state clear, fix eip7702

* fmt/clippy rm comments

* add CI for eof and prague tests

* code cleanup

* fmt
* feat(eof): cli eof-validation

* cleanup, remove old tests

* rm eof verification test
* chore: bump alloy deps

* add From
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* bump versions for primitives

* bump revm
* feat: support Wright upgrade for opbnb

* fix lint errors

* fix lint errors
Bumps [blst](https://github.com/supranational/blst) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/supranational/blst/releases)
- [Commits](supranational/blst@v0.3.12...v0.3.13)

---
updated-dependencies:
- dependency-name: blst
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2024

Valgrind Results:

==6592== Cachegrind, a cache and branch-prediction profiler
==6592== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6592== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6592== Command: target/release/snailtracer
==6592== 
--6592-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.812779426s
==6592== 
==6592== I   refs:      427,740,029
==6592== I1  misses:          3,142
==6592== LLi misses:          2,828
==6592== I1  miss rate:        0.00%
==6592== LLi miss rate:        0.00%
==6592== 
==6592== D   refs:      204,084,161  (132,274,773 rd   + 71,809,388 wr)
==6592== D1  misses:        340,828  (    200,868 rd   +    139,960 wr)
==6592== LLd misses:        137,640  (      4,348 rd   +    133,292 wr)
==6592== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==6592== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6592== 
==6592== LL refs:           343,970  (    204,010 rd   +    139,960 wr)
==6592== LL misses:         140,468  (      7,176 rd   +    133,292 wr)
==6592== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.