Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
fca586d
grandpa: set justification period to 512 blocks (#445)
andresilva Sep 24, 2019
e922e4f
lock (#446)
gui1117 Sep 24, 2019
b9d2b35
update kusama.json to CC2
rphmeier Sep 24, 2019
5020fa4
update kusama.json
rphmeier Sep 26, 2019
d3c1f45
polkadot v0.6.1 (#461)
andresilva Oct 5, 2019
9c72bfd
polkadot v0.6.2 (#464)
andresilva Oct 7, 2019
c0399d4
ci: backport gitlab-ci.yml from master branch (#481)
gabreal Oct 17, 2019
72969c3
ci: backport #488 - fix publishing of ci builds (#489)
gabreal Oct 22, 2019
1f576dd
Backports to v0.6 (#493)
andresilva Oct 23, 2019
a467bb2
service: don't use the grandpa observer (#494)
andresilva Oct 25, 2019
2c8a404
v0.6: merge master branch (#497)
andresilva Oct 25, 2019
1d89023
Final tweaks for Kusama PrePos. (#499)
gavofyork Oct 25, 2019
0dd165b
Enable nicknaming for accounts (#500)
gavofyork Oct 27, 2019
c35a30d
Bump version
gavofyork Oct 27, 2019
5e94cda
Merge branch 'v0.6' of github.com:paritytech/polkadot into v0.6
gavofyork Oct 27, 2019
9bf2655
Update substrate to bring in forced nicks (#502)
gavofyork Oct 27, 2019
3fa5755
Fix locking, from an updated Substrate (#506)
gavofyork Oct 28, 2019
a15c029
Bump version
gavofyork Oct 28, 2019
775a6d5
Integrate fee RPC (#508) (#511)
gavofyork Oct 28, 2019
39397ab
Backport of Substrate update (#515)
gavofyork Oct 29, 2019
cd2a578
Backports from master (#525)
gavofyork Oct 31, 2019
ccd1c6e
Backports (#528)
gavofyork Nov 2, 2019
1e6c88b
Bump Substrate and versions (#531)
gavofyork Nov 3, 2019
7c334e2
Enable governance (#536)
gavofyork Nov 4, 2019
d102bc5
Bump substrate, versions. (#538)
gavofyork Nov 5, 2019
c137033
Revert substrate (#540)
gavofyork Nov 5, 2019
fffa22d
Version bump
gavofyork Nov 5, 2019
b26a1d7
Bump Substrate, versions. (#542)
gavofyork Nov 6, 2019
a5361b1
Bump Substrate (#544)
gavofyork Nov 7, 2019
a2208bb
Enable Wasmtime building (#545)
gavofyork Nov 7, 2019
3489548
Bump Substrate (#547)
gavofyork Nov 7, 2019
b8baab4
Enable grandpa migration. (#549)
gavofyork Nov 7, 2019
2cd9de1
add comments for WonRenewal event (#533) (#550)
xlc Nov 8, 2019
0b08f26
Bump versions & Substrate (#554)
gavofyork Nov 8, 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
Bump version
  • Loading branch information
gavofyork committed Oct 27, 2019
commit c35a30d4462684f67c8d3f1da604c5369e8cc252
110 changes: 55 additions & 55 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "polkadot"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion availability-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "polkadot-availability-store"
description = "Persistent database for parachain data"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-cli"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion collator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-collator"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Collator node implementation"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion erasure-coding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-erasure-coding"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-executor"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-network"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot-specific networking protocol"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion parachain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Types and utilities for creating and working with parachains"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-primitives"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-rpc"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-service"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion statement-table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-statement-table"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion test-parachains/adder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder"
version = "0.6.3"
version = "0.6.4"
authors = ["Parity Technologies <[email protected]>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2018"
Expand Down
Loading