therealdannzor / abrahm

A better attempt to build a blockchain in Rust (integration to do)
1 stars 0 forks source link

State database: track account balances and latest changes with leveldb + merkle tree #1

Closed therealdannzor closed 3 years ago

therealdannzor commented 3 years ago

Background We need to make sure that we have a way to track any changes to account balances amongst distributed peers. An example could be a Merkle root that represents the latest operations to a database. The project needs to expose a simple API to demonstrate such.

Acceptance criteria

therealdannzor commented 3 years ago

Let's CIRCLE BACK and TOUCH POINT on this issue later after we've LOOKED OVER THE NUMBERS.