Skip to content

Commit

Permalink
align naming (#61)
Browse files Browse the repository at this point in the history
* Streamline naming
* simplify chain_spec creation
* update hardcoded chainspec
* start mainnet with 10 TEER at genesis and pre-funded multisig controller accounts
  • Loading branch information
brenzi authored Oct 4, 2021
1 parent 56317f5 commit 69f0423
Show file tree
Hide file tree
Showing 8 changed files with 342 additions and 334 deletions.
1 change: 1 addition & 0 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 node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Integritee AG"]
build = 'build.rs'
description = 'Integritee node'
description = 'Integritee Node for Solochain'
edition = '2018'
homepage = 'https://integritee.network/'
license = 'Apache2'
Expand All @@ -18,6 +18,7 @@ name = 'integritee-node'
[dependencies]
structopt = "0.3.8"
serde_json = "1.0.63"
hex = "0.4"

sc-cli = { version = "0.10.0-dev", features = ["wasmtime"], git = "https://github.com/paritytech/substrate.git", branch = "master" }
sp-core = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "master" }
Expand Down
51 changes: 28 additions & 23 deletions node/res/cranny.json

Large diffs are not rendered by default.

51 changes: 0 additions & 51 deletions node/res/integritee-mainnet.json

This file was deleted.

61 changes: 61 additions & 0 deletions node/res/integritee-solo.json

Large diffs are not rendered by default.

Loading

0 comments on commit 69f0423

Please sign in to comment.