2 unstable releases
0.1.0 | Aug 29, 2024 |
---|---|
0.0.0 | Aug 26, 2024 |
#18 in #transactional
1,790 downloads per month
52KB
1.5K
SLoC
Library provides single value and key-value map structures.
For the execution flow specific for the blockchains:
- transactions are grouped in blocks and executed one by one (every transaction is atomic)
- blocks are committed sequentially (every block is atomic as well so either effect of every successful transaction is visible or no effect)
Features:
- single writer/multiple readers
- transactional properties of transactions and blocks (rollback changes on drop or explicitly commit)
- ability to revert changes created in the latest block
Dependencies
~2.5–3.5MB
~58K SLoC