Skip to content

Commit

Permalink
[Manta] Add a congested_chain_simulation test in Calamari (#337)
Browse files Browse the repository at this point in the history
* Add a congested_chain_simulation test to calculate the associated costs more accurately

* Clean up unused

* Spelling correction

* Merge Adam's fetch_kma_price code

* Add sanity check that next fee multiplier should not reduce
  • Loading branch information
ghzlatarev authored Feb 1, 2022
1 parent cc68e66 commit f4b5f9c
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 22 deletions.
158 changes: 157 additions & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions runtime/calamari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ targets = ['x86_64-unknown-linux-gnu']
[build-dependencies]
substrate-wasm-builder = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.13" }

[dev-dependencies]
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking"] }

[features]
default = ['std']
try-runtime = [
Expand Down
Loading

0 comments on commit f4b5f9c

Please sign in to comment.