Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9628c88
import genesis members
mnaamani Aug 26, 2020
d67bcb3
import members: handle Moment
mnaamani Aug 26, 2020
dd0f310
import members: validate at genesis
mnaamani Aug 26, 2020
b33b3da
node chainspec update forum import code
mnaamani Aug 27, 2020
7b28e26
Merge branch 'iznik' into chainspec-import-members-forum-versioned-store
mnaamani Aug 27, 2020
0ef00e2
import members: cleanup
mnaamani Aug 27, 2020
dafee37
fix import of forum
mnaamani Aug 27, 2020
ca98879
refactoring
mnaamani Aug 27, 2020
897bea9
chainspec-builder: optional arg to specify initial members
mnaamani Aug 28, 2020
3abd0e0
chainspec-builder: take initial-forum-path arg
mnaamani Aug 28, 2020
ea47357
node: refactor chain_spec
mnaamani Aug 28, 2020
2e3a7d3
import versioned-store
mnaamani Aug 28, 2020
44533c2
generate versioned_store_permissions config
mnaamani Aug 29, 2020
1a2f87b
data directory: configured at genesis
mnaamani Aug 29, 2020
20ae0f4
refactor forum_config
mnaamani Aug 29, 2020
a70697d
fix some clippy warnings
mnaamani Aug 29, 2020
40321c9
chainspec: prepare to import channels
mnaamani Aug 31, 2020
25dcf14
finish importing channels
mnaamani Aug 31, 2020
e979fb6
fix channel id deserialization
mnaamani Aug 31, 2020
b62f2cb
node chainspec: allow non contiguous entity ids in entities map
mnaamani Sep 2, 2020
6e3ebf6
node: re-org Cargo.toml
mnaamani Sep 3, 2020
a498fef
runtime-modules: Cargo.toml tweak
mnaamani Sep 3, 2020
9d3d637
additional Cargo.toml tweaks
mnaamani Sep 3, 2020
2957b71
runtime: members module remove redundant ensure_unique_handle calls
mnaamani Sep 3, 2020
3a01b78
node: doc public methods
mnaamani Sep 3, 2020
14abbc4
membership module: update docs for methods on GenesisConfigBuilder
mnaamani Sep 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 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
Expand Up @@ -20,6 +20,8 @@ futures = { version = "0.3.1", features = ["compat"] }
jsonrpc-core = "14.2.0"
structopt = { version = "0.3.8", optional = true}
serde_json = '1.0'
codec = { package = "parity-scale-codec", version = "1.3.1" }
hex = { package = "hex", version = "0.4.2" }

# primitives
sp-authority-discovery = { package = 'sp-authority-discovery', git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4' }
Expand Down Expand Up @@ -74,7 +76,6 @@ browser-utils = { package = 'substrate-browser-utils', git = 'https://github.com

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind moving these dependencies to the 'third-party' category?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in 6e3ebf6

[dev-dependencies]
tempfile = "3.1.0"
codec = { package = "parity-scale-codec", version = "1.3.1" }
sp-timestamp = { package = 'sp-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4' }
sp-keyring = { package = 'sp-keyring', git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4' }
sc-consensus-babe = { git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4', features = ["test-helpers"]}
Expand Down
1 change: 0 additions & 1 deletion node/res/acropolis_members.json

This file was deleted.

1 change: 0 additions & 1 deletion node/res/forum_data_acropolis_encoded.json

This file was deleted.

1 change: 0 additions & 1 deletion node/res/forum_data_acropolis_serialized.json

This file was deleted.

1 change: 0 additions & 1 deletion node/res/forum_data_empty.json

This file was deleted.

Loading