Skip to content

Commit

Permalink
Preparing node 1.2.6 and runtime 275 release (#89)
Browse files Browse the repository at this point in the history
* merge conf

* return old alloc file

* update rococo spec

* Change rococo from live to local; add cl

* new alloc file

* add build files

* new chain spec

Co-authored-by: Ryan Huttman <[email protected]>
Co-authored-by: imstar15 <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2022
1 parent 85cb4f5 commit 2cd5b40
Show file tree
Hide file tree
Showing 7 changed files with 842 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.6] - 2022-02-28
- Add Turing runtime and split chain-specific code (#chain-fork)
- Add telemetry for node infra
- Default Turing chain_spec on genesis has all gates closed
- Adding pallet-vesting for OAK's own vesting schedule and distribution

## [1.2.5] - 2022-02-20
- Automation Time RPC called automationTime_generateTaskId
- Added onfinality neumann cli script
- Missed tasks for a given time window will not be run
- Action: wallet to wallet transfer
- Neumann tasks cannot be scheduled farther than 1 week from today
- Change ss58 prefix to 51 for NEU, TUR, OAK
- Change ss58 prefix to 51 for NEU, TUR, OAK (#chain-fork)

## [1.2.4] - 2022-02-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion 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 distribution/neumann_alloc.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oak-node"
version = "1.2.5"
version = "1.2.6"
authors = ["OAK Developement Team"]
description = "Automation-first Blockchain"
license = "GPL-3.0"
Expand Down
830 changes: 830 additions & 0 deletions resources/neumann-126.json

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions resources/rococo-testnet-relaychain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ networkSpec:
name: rococo-testnet
protocol: substrate
imageRepository: parity/polkadot
imageVersion: v0.9.13
imageVersion: v0.9.16
config:
nodeTypes:
full:
Expand All @@ -16,15 +16,12 @@ networkSpec:
- key: "--force-authoring"
- key: "--chain"
file: rococo-testnet.json
- key: "--no-mdns"
validator:
count: 6
sudoArgs: #sudo args is to reduce the setting of sudo users for each node. For example, there will be 3 nodes running, the first node will be assgin --alice, the second node will be assgin --bob, and the third will be assgin --charlie.
- --alice
- --bob
- --charlie
- --dave
- --eve
- --ferdie
node:
nodeName: rococo-testnet-validator
nodeType: validator
Expand Down
2 changes: 1 addition & 1 deletion runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 274,
spec_version: 275,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit 2cd5b40

Please sign in to comment.