Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
db10609
update: format
aurexav Dec 25, 2019
664186b
add: `fn` for getter function, follow https://github.com/paritytech/s…
aurexav Dec 25, 2019
adbc812
update: chain spec
aurexav Dec 25, 2019
5cb919c
update: boot configuration
aurexav Dec 25, 2019
5acf990
remove: useless conf
aurexav Dec 25, 2019
47961b2
update: testnet configuration
aurexav Dec 25, 2019
19766d9
update: types
aurexav Dec 25, 2019
d110129
update: chain spec
aurexav Dec 25, 2019
bfc874a
update: chain spec
aurexav Dec 25, 2019
e99d6bc
update: icefrog configuration
aurexav Dec 25, 2019
2f13f60
update: initial authorities set to 2
aurexav Dec 25, 2019
1f825e6
update: icefrog boot configuration
aurexav Dec 25, 2019
e4f477f
Merge remote-tracking branch 'origin/develop'
aurexav Dec 25, 2019
eb39a50
update: chain spec
aurexav Dec 25, 2019
3364735
update: boot configuration example
aurexav Dec 25, 2019
1840b43
update: version
aurexav Dec 25, 2019
ba90451
update: chain spec
aurexav Dec 25, 2019
6869c49
update: inflation
aurexav Dec 26, 2019
677c147
update: runtime
aurexav Dec 26, 2019
5eacdb1
fix: #188
aurexav Dec 26, 2019
073b53c
update: cargo update
aurexav Dec 26, 2019
bbfd60a
update: mock test
aurexav Dec 26, 2019
3e65ad5
udpate: icefrog boot configuration example
aurexav Dec 26, 2019
cfe28e1
update: chain spec
aurexav Dec 26, 2019
2ed062f
update: testnet boot configuration
aurexav Dec 26, 2019
fc0fc71
update: switch to production env
aurexav Dec 26, 2019
49d499b
Merge remote-tracking branch 'upstream/develop' into develop
aurexav Dec 26, 2019
3239373
update: types
aurexav Dec 26, 2019
cc5a5e7
add: IKTON
aurexav Dec 26, 2019
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
Prev Previous commit
Next Next commit
update: version
  • Loading branch information
aurexav committed Dec 25, 2019
commit 1840b43d9bc34a62b7422686689801a0058ea5d1
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("darwinia-node"),
authoring_version: 3,
spec_version: 81,
impl_version: 81,
spec_version: 82,
impl_version: 82,
apis: RUNTIME_API_VERSIONS,
};

Expand Down