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 b6daad7 Merge pull request #383 from atoulme/block_processor
new 4418821 Add cascading kv store
new 792313f Create a transient repository for blockchain so one may work
with state without impacting the blockchain saved data
new d3e2a9e Merge pull request #384 from atoulme/transient_repo
The 1103 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:
.../tuweni/eth/repository/BlockchainRepository.kt | 32 ++---
.../tuweni/eth/repository/StateRepository.kt | 105 +++++++++++++++++
.../eth/repository/TransientStateRepository.kt | 129 +++++++++++++++++++++
.../org/apache/tuweni/kv/CascadingKeyValueStore.kt | 94 +++++++++++++++
.../org/apache/tuweni/kv/KeyValueStoreSpec.kt | 110 ++++++++++++++++++
5 files changed, 448 insertions(+), 22 deletions(-)
create mode 100644
eth-repository/src/main/kotlin/org/apache/tuweni/eth/repository/StateRepository.kt
create mode 100644
eth-repository/src/main/kotlin/org/apache/tuweni/eth/repository/TransientStateRepository.kt
create mode 100644
kv/src/main/kotlin/org/apache/tuweni/kv/CascadingKeyValueStore.kt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]