mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
36bcd3cc39
* Integrate PMMR and its persistent backend with the Chain * Chain can set tree roots; PMMR backend discard * Check spent and prune for each input in new block * Handling of forks by rewinding the state * More PMMR tests and fixes, mostly around rewind * Rewrite get_unspent to use the sumtrees, fix remaining compilation issues
19 lines
377 B
TOML
19 lines
377 B
TOML
[package]
|
|
name = "grin_store"
|
|
version = "0.1.0"
|
|
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
byteorder = "^0.5"
|
|
env_logger="^0.3.5"
|
|
log = "^0.3"
|
|
libc = "^0.2"
|
|
memmap = { git = "https://github.com/danburkert/memmap-rs" }
|
|
rocksdb = "^0.7.0"
|
|
|
|
grin_core = { path = "../core" }
|
|
|
|
[dev-dependencies]
|
|
env_logger="^0.3.5"
|
|
time = "^0.1"
|