mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-13 08:40:45 +08:00
* 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