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 dc592ce3 Merge pull request #403 from atoulme/evmdsl
     new f09c5e56 all opcodes
     new 9d05dd04 upgrade spotless
     new 90c58cd4 rename files that don't match their classes
     new 95b7226c Merge pull request #404 from atoulme/evmdsl

The 1198 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:
 build.gradle                                       |   5 +-
 ...Test.kt => MemoryEthereumPeerRepositoryTest.kt} |   0
 ...ethods.kt => BlockchainRepositoryRpcMethods.kt} |   0
 .../main/kotlin/org/apache/tuweni/evmdsl/Code.kt   |  18 +-
 .../org/apache/tuweni/evmdsl/Instructions.kt       | 591 ++++++++++++++++++++-
 .../kotlin/org/apache/tuweni/evmdsl/CodeTest.kt    |  15 +
 evm-dsl/src/test/resources/contract.txt            |   1 +
 7 files changed, 616 insertions(+), 14 deletions(-)
 rename 
eth-client/src/test/kotlin/org/apache/tuweni/ethclient/{EthereumPeerRepositoryTest.kt
 => MemoryEthereumPeerRepositoryTest.kt} (100%)
 rename 
eth-repository/src/main/kotlin/org/apache/tuweni/eth/repository/rpc/{RpcMethods.kt
 => BlockchainRepositoryRpcMethods.kt} (100%)
 create mode 100644 evm-dsl/src/test/resources/contract.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to