Skip to content

Commit

Permalink
Split builder into smaller helpers
Browse files Browse the repository at this point in the history
- reorganize code
- make vote_time unimplemented
- rename VitBackendSettingsBuilder
  • Loading branch information
dkijania committed Oct 13, 2021
1 parent 331dc9c commit 63a1957
Show file tree
Hide file tree
Showing 72 changed files with 1,659 additions and 1,373 deletions.
225 changes: 200 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions iapyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ rand_core = "0.6"
itertools = "0.9.0"
cryptoxide = "0.3.2"
ed25519-bip32 = "^0.3.1"
jormungandr-testing-utils ={ git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-testing-utils ={ git = "https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "catalyst-fund6" }
valgrind = { path = "../valgrind"}
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-integration-tests = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-testing-utils = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-lib = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jcli = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "catalyst-fund6" }
jormungandr-scenario-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jormungandr-integration-tests = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jormungandr-testing-utils = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jormungandr-lib = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
jcli = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "extend_blockchain_settings" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "catalyst-fund6" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "catalyst-fund6" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch="master" }
Expand Down
Loading

0 comments on commit 63a1957

Please sign in to comment.