Files
stacks-puppet-node/benches
Reed Rosenbluth 1cdff84d58 refactor: initial vm decoupling (#2589)
* refactor: create vmlib module and move clarity.rs into it

* refactor: ClarityBackingStore get_with_proof method returns serialized hex string

* refactor: move stacks specific code from vm::database to vmlib

* refactor: rename vmlib -> clarity_vm

* refactor: hoist various types out of chainstate into new types module, rename vm::database::marf.rs -> clarity_store.rs

* refactor: more hoisting, removed unnecessary imports

* refactor: fix tests

* style: rustfmt

* refactor: update use statements in testnet

* style: testnet rustfmt

* refactor: fix comment refactor mistake

* docs: add doc comments

* refactor: split MarfTrieId into two traits

* refactor: fix missed atlas dependency after rebase

* style: rustfmt

* refactor: create types::proof and move proof related types from types::chainstate
2021-04-23 14:03:47 -04:00
..