Skip to content

Commit

Permalink
Create internal type
Browse files Browse the repository at this point in the history
  * add `Proposal` and `ValidatedTransition` types
  * move validation to isolated methods.
  * add provisional doc comments to methods
  * update some tests
  • Loading branch information
tbro committed Oct 15, 2024
1 parent 282d1ca commit 1f1615e
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 377 deletions.
3 changes: 3 additions & 0 deletions marketplace-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ vbs = { workspace = true }

[dev-dependencies]
sequencer = { path = "../sequencer", features = ["testing"] }
hotshot-query-service = { workspace = true, features = ["testing"] }
sequencer-utils = { path = "../utils" }
tempfile = { workspace = true }
Loading

0 comments on commit 1f1615e

Please sign in to comment.