Skip to content
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

[pull] main from bluealloy:main #35

Merged
merged 161 commits into from
Feb 21, 2024
Merged

[pull] main from bluealloy:main #35

merged 161 commits into from
Feb 21, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 4, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

refcell and others added 3 commits December 4, 2023 19:23
* fix(ci): github workflow touchups with rustdocs

* fix(ci): remove unknown msrv
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.5.0 to 0.5.2.
- [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.5.0...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot added the ⤵️ pull label Dec 4, 2023
refcell and others added 26 commits December 5, 2023 12:24
* feat(revm): evm context tests and test-utils

* feat(revm): more evm context tests

* fix(revm): clippy nits
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.2 to 0.14.3.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.2...v0.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add: serde derives under flag

* add: serde traits to `EmptyDBTyped`

* test: `CacheDB` serialization + deserialization
* feat(revm): implement prepend_state for BundleState

* refactor(revm): implement extend_state for BundleState

* fix(revm): format for ci

* refactor(revm): ci
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.51)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.5.2 to 0.5.3.
- [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.5.2...v0.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* perf(primitives): optimize AccountInfo.is_empty()

This is a small optimization for AccountInfo.is_empty() with
regards to the short-circuiting of bool operators in Rust.

* fix(primitives): incorrect use of the cfg attribute
#925)

- enable the `optional_beneficiary_reward` feature automatically
  when the `dev` feature is enabled.
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.35.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.76.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.75...1.0.76)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [alloy-rlp](https://github.com/alloy-rs/rlp) from 0.3.3 to 0.3.4.
- [Changelog](https://github.com/alloy-rs/rlp/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/rlp@v0.3.3...v0.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.29...0.3.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.51...1.0.52)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.5.3 to 0.5.4.
- [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.5.3...v0.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: adding cachegrind to PRs!

* ci: making it trigger everytime a PR opens and a comment is made

* ci: simplifying run rules

* ci: making it work

* ci: triggering again to see

* ci: fixing arguments

* ci: installing valgrind

* ci: installing cg_annotate

* ci: playing around a bit more

* ci: this should get the first working comment

* ci: this should get the first working comment (1)

* ci: this should get the first working comment (2 :P)

* ci: this should get the first working comment (3 :P)

* ci: trying again lol

* ci: trying again lol

* ci: trying again lol

* ci: trying again lol

* ci: trying again lol

* ci: trying again lol

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: debugging

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: sigh

* ci: removing garbage

* ci: adding edit last flag

* ci: testing around with no previous comment edge case

* ci: testing with permissions

* ci: giving workflow further more permissions

* ci: testing workflow
rakita and others added 29 commits February 12, 2024 13:55
* mems offset

* Update evm.rs

* Update context.rs

* Update host.rs

* Update host.rs

* Update host.rs

* use core instead of std

* Update host.rs

* Update evm.rs

* Update interpreter.rs

* clippy

* Update interpreter.rs

* rename Ranger to Range

* Update inner_models.rs

* Update inner_models.rs

* Update evm.rs

* Update execution.rs

* Update evm.rs

* Update evm.rs

* Update evm.rs

* Update host.rs

* Update crates/interpreter/src/interpreter.rs

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>

* Update execution.rs

* Update execution.rs

* Update handler_register.rs

* Update context.rs

* Update frame.rs

* Update execution.rs

* Update execution.rs

* Update evm.rs

* Update handler_register.rs

* Update eip3155.rs

* Update eip3155.rs

* Update customprinter.rs

* Update inspector.rs

* Update gas.rs

* Update handler_register.rs

* Update context.rs

* Update execution.rs

* Update evm.rs

* Update inner_models.rs

* Update handler_register.rs

* Update handler_register.rs

* Update inner_models.rs

* Update crates/revm/src/inspector.rs

---------

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: rakita <rakita@users.noreply.github.com>
* perf(precompile): use `Bytes` in precompile functions

* fix: ecrecover

* chore: clippy
* fix: Set is_optimism to true if default config

* add constructor

* Switch places, brake new fn
* perf(state): avoid cloning full account

* fix
* rename and pass optimism-default-handler to revm-primitives

* revert
Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.6.2 to 0.6.3.
- [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.6.2...v0.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [alloy-sol-macro](https://github.com/alloy-rs/core) from 0.6.2 to 0.6.3.
- [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.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: alloy-sol-macro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
* feat: split off serde_json dependency to its own feature

* chore: rename to 'serde-json'
Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 0.6.2 to 0.6.3.
- [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.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: alloy-sol-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: clippy and removal of +nightly in ci

* use std

* Use stable rust for clippy

* fmt and stable rust

* rm nightly items
Co-authored-by: jasalper <>
* Update ethersdb.rs

* Update lib.rs

* Update lib.rs
* fix: replace tuple in sstore return with struct

* fix: add comments

* Update crates/interpreter/src/host.rs

---------

Co-authored-by: rakita <rakita@users.noreply.github.com>
* chore: clippy and removal of +nightly in ci

* use std

* Use stable rust for clippy

* fmt and stable rust

* rm nightly items

* temp

* chore(refactor): Propagate fatal error

* rm must_use as Return enforce it

* cleanup
@fubuloubu fubuloubu merged commit 14978fd into ApeWorX:main Feb 21, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.