This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from d1c73e3  Merge pull request #377 from atoulme/evm_changes
     new 89377d2  make sure blockchainrepository relies on a merkle trie to 
touch state, and update EVM reference tests for that purpose
     new 4759ad0  Add genesis helpers
     new c0149b6  update the account
     new 817c8d3  use trace
     new 16e546e  fix genesis test
     new fc6db36  Merge pull request #378 from atoulme/repository_state

The 1090 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 devp2p-eth/build.gradle                            |  1 +
 .../apache/tuweni/devp2p/eth/EthSubprotocolTest.kt | 10 ++-
 .../tuweni/eth/repository/BlockchainRepository.kt  | 93 +++++++++++++++++++---
 evm/build.gradle                                   |  1 +
 .../tuweni/evm/TransactionalEVMHostContext.kt      |  4 +-
 .../org/apache/tuweni/evm/EVMBrokenMetreAttack.kt  |  6 +-
 .../org/apache/tuweni/evm/EVMReferenceTest.kt      | 41 ++--------
 .../kotlin/org/apache/tuweni/genesis/Genesis.kt    | 82 ++++++++++++++++++-
 .../org/apache/tuweni/genesis/GenesisTest.kt       |  9 +++
 les/build.gradle                                   |  1 +
 .../apache/tuweni/les/LESSubProtocolHandlerTest.kt |  3 +-
 .../org/apache/tuweni/les/LESSubprotocolTest.kt    | 14 ++--
 12 files changed, 201 insertions(+), 64 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to