Skip to content

Commit

Permalink
Added tests, refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Nov 22, 2023
1 parent c715fb9 commit 27fdae9
Show file tree
Hide file tree
Showing 31 changed files with 10,195 additions and 2,742 deletions.
18 changes: 14 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ schemars = "0.8.16"
serde = { version = "1.0.192", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.50" }
log = "0.4.20"
substrate-fixed = { git = 'https://github.com/encointer/substrate-fixed.git', tag = "v0.5.9" }
substrate-fixed = { git = 'https://github.com/encointer/substrate-fixed.git', tag = "v0.5.9", features = ["serde"] }
#num-traits = "0.2.17"
primitive-types = {version = "0.12.2", default-features = false, features = ["byteorder"]}
# TODO delete substrate dep, see registration.rs
Expand All @@ -65,3 +65,4 @@ cw-utils = { version = "1.0.2" }
[dev-dependencies]
cw-multi-test = { version = "0.18.0", features = ["iterator"]}
rand = "0.8"
cw-storage-gas-meter = "1.0.0"
Loading

0 comments on commit 27fdae9

Please sign in to comment.