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 #43

Open
wants to merge 362 commits into
base: main
Choose a base branch
from
Open

[pull] main from bluealloy:main #43

wants to merge 362 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented May 3, 2024

See Commits and Changes for more details.


Created by pull[bot]

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

@pull pull bot added the ⤵️ pull label May 3, 2024
rakita and others added 29 commits June 20, 2024 15:12
* eof fixes

* fix(eof): create initcode starting with 0xff00

* Include PragueEOF

* spec missing

* add helper function to get address

* clippy

* include box

* move EOF to PragueEOF
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* replace U256 -> u64

* cargo fmt

* refactor type cast to prevent panic
* refactor: replace AccessList with alloy version

* misc: apply review suggestion

* revert: type specification

* Revert "revert: type specification"

This reverts commit bb0a121.

* Update crates/interpreter/src/gas/calc.rs
* chore: use const blocks

* ci

* rm new line from last commit merge
Bumps [alloy-eips](https://github.com/alloy-rs/alloy) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: alloy-eips
  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-transport](https://github.com/alloy-rs/alloy) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: alloy-transport
  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-provider](https://github.com/alloy-rs/alloy) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: alloy-provider
  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 [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)

---
updated-dependencies:
- dependency-name: reqwest
  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>
* feat(EOF): Add target address expansion checks

* clippy
* Wip call ext

* feat(EOF): disallow ExtDelegateCall to legacy bytecode
* feat(Prague): Skeleton for EIP-7702

* fmt

* load authorizations

* include Vec and B256

* fmt and no_std import

* Integrate alloy-eips Authorizations types

* Add box

* disable alloy

* clippy nits

* patch alloy

* bump new alloy
* store tokio::runtime::Handle in ethers/alloyDB

* update docs

* fmt

* modify constructor to accept &self in block_on

* fix
#1576)

* Use HandleOrRuntime to allow alloydb/ethersdb to hold a custom runtime

* Minor fix and clippy

* Clippy

* allow users to provide a runtime handle

* Update docs

* Fix slashes
…ction. (#1568)

* Add bytecode address to Contract struct

* Explicit comment

* Add new param to additional constructor calls

* Reorder arguments to make more sense

* make optional and set to None when creation call

* Add bytecode address if TxKind is Call.

---------

Co-authored-by: Eric Bogard <ebo@testmachine.ai>
* feat(Precompiles): Throw fatal error if c-kzg is disabled

* no_std build
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* defer bytecode load

* apply review
Bumps [alloy-rlp](https://github.com/alloy-rs/rlp) from 0.3.5 to 0.3.7.
- [Changelog](https://github.com/alloy-rs/rlp/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/rlp@v0.3.5...v0.3.7)

---
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>
rakita and others added 30 commits January 6, 2025 12:00
* feat(EIP-7623): Increase calldata cost. backport from rel/v51

* bump devnet5 tests
* add journalinit type

* replace from into convention with explicit helpers
* feat(eip7702): apply latest EIP-7702 changes, backport from v52

* fix eip7702 tests
* feat(EIP-7840): Add blob schedule to execution client configuration files

* fix test

* no_std include vec

* doc
* core: blst reprice, remove g1/g2 mul

* fmt

* rm old bls tests
* feat: extract and export `estimate_tx_compressed_size`

* Lint
* feat(EIP-7623): adjuct floor gas check order

* fmt
* fix(revme): statetest remove redundant json output

* fix(revme): Statetest stop exec when print output is true
* fix: bumps alloy version for provider compat

* fix: bump examples
* fix: deduplicate validate_initial_tx_gas API

* misc: apply review suggestions
* feat: EthHandler trait

* work work

* frame contexts

* inspector compiled

* transact_main and transact_main_commit

* Generalize InterpreterTypes

* big cleanup, rm all partial handlers

* compile

* Some cleanup

* some cleanup

* Erc20 example, need to fix logic

* fix erc20 example

* cleanup and testing

* fix eip7702 order, pass all devnet tests

* fix compilation

* docs
* feat: Context execute

* all integrated

* clippy

* derive more no_std

* add correct caller/target address

* no std

* remove std from derive_more

* init first bench

* init precompiles

* rm comments
* chore: bump devnet5 v1.3.0 tests

* fmt
* fix: call handler functions

* fix last frame result
* Add essential EIP-7756 tracing fields

Add (for eof) section and funcion depth fields, and make pc container
relative instead of code section relative.

* rm trace_pc and move logic to pc fn

* change start of PC to start of bytes

* cleanup

---------

Co-authored-by: rakita <rakita@users.noreply.github.com>
Co-authored-by: rakita <dragan0rakita@gmail.com>
remove duplicate instructions (STOP, ADD) from instruction table
* wip

* chore: simplify generics
- Buffer stderr
- Allocate less
* feat: frame ctx inside Evm

* feat: full Evm

* Inspector trait wip

* wip working inspector

* rename

* Inspector and Op support. Cleanup

* traits, examples and cleanup

* Cleanup all unused Getters

* Cleanup and some renames

* fix tests, clippy fmt

* rm bench

* no_std

* doc

* doc links

* support inspector selfdestruct and logs

* add erc20 example and cleanup
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.