Skip to content

Commit

Permalink
implement state diffs in proofs (#578)
Browse files Browse the repository at this point in the history
* implement state diffs in proofs

* custom deserializer for StateDiff BTreeMap

* review fixes

* lint

* fix check-no-std

* review fixes: types

* review: change type on postgre proof table

* Update crates/sovereign-sdk/full-node/sov-stf-runner/src/runner.rs

Co-authored-by: Roman <[email protected]>

* review fixes

* lint

---------

Co-authored-by: Roman <[email protected]>
  • Loading branch information
eyusufatik and kpp authored May 17, 2024
1 parent 5a49c7b commit 0b9e560
Show file tree
Hide file tree
Showing 26 changed files with 3,840 additions and 115 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ bytes = { version = "1.2.1", default-features = false }
chrono = { version = "0.4.37", default-features = false }
digest = { version = "0.10.6", default-features = false, features = ["alloc"] }
deadpool-postgres = "0.13.1"
postgres-types = "0.2.6"
rs_merkle = "1.4.2"
futures = "0.3"
pin-project = { version = "1.1.3" }
Expand Down
Loading

0 comments on commit 0b9e560

Please sign in to comment.