Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update audit branch to check on fixes #476

Merged
merged 40 commits into from
Jan 20, 2022
Merged

update audit branch to check on fixes #476

merged 40 commits into from
Jan 20, 2022

Conversation

ETeissonniere
Copy link
Member

No description provided.

ETeissonniere and others added 30 commits October 27, 2021 12:40
* make the allocate extrinsic free for the oracles

* bump version numbers
* move and rename runtime to one subfolder

* remove unused deps on pallet-staking

* remove old migrations code

* create minimum staking runtime

* remove with-staking feature flag

* remove unused spec

* remove executor crate

* remove nodle_ and nodle_chain_ prefixes

* make node work with runtime_main

* fix benchmarking
* fix folder

* fix package name

* freeze rust version

* rename artifact

* fix github action issues

* master only
* upgrade to polkadot-v0.9.12

Signed-off-by: R.RajeshKumar <[email protected]>

* review comments fix

Signed-off-by: R.RajeshKumar <[email protected]>

* fmt fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* Review changes

* Staking migration updates
* Addition of rust-toolchain.toml

* ci workflow bringup

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>

* ci workflow fix

Signed-off-by: R.RajeshKumar <[email protected]>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.69 to 1.0.70.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.69...v1.0.70)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.17...0.3.18)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* runtime main & staking integration to node

Signed-off-by: R.RajeshKumar <[email protected]>

* node rpc refactor

Signed-off-by: R.RajeshKumar <[email protected]>

* change in runtime detect logic

Signed-off-by: R.RajeshKumar <[email protected]>

* Review comments closure

Signed-off-by: R.RajeshKumar <[email protected]>

* cargo fmt

Signed-off-by: R.RajeshKumar <[email protected]>

* nodle-chain version correction

Signed-off-by: R.RajeshKumar <[email protected]>
* also log into docker hub

* rename workflow
* generalize session key injection to aura and collator

* no longer inject session keys via curl

* kill chaos config

* move dockerfile up

* minimum production chain spec

* mount chain spec in node

* fine tune chain spec

* add placeholder bootnode

* add call filter
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.131...v1.0.132)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 10 commits January 3, 2022 07:53
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.18...0.3.19)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: fast return on zero allocation

* test: fast return on zero allocation
Installing ubuntu native dependencies had become dead as of a previous process simplification. It turns out CI runs fine without it.
* fix: rust edition to 2021

* feat: update to polkadot v0.9.13 to fix ChainSpecExtention macro issue

* fix: remove light-client support

light-client is experiencing major change in the upstream. It's also not supported for para-chains yet

* fix: wiring of the new slash parameter disable_strategy

The parameter is not yet consumed properly in our slash computation. The proper support will come in NodleCode/chain-workspace#95

* fix: resolving para-id from cli. Use default para-id (1000) with "eden-local" and "eden-dev".

The id/para-id is not an explicit run command for a parachain anymore. It's assumed the parachain id is part of the extended chain spec. So for example no need to specify both "eden" and its id. "eden" should have a known id.

* fix(ci): specify the main-net wss port explicitly.
* staking proto chainspec & verification updates

Signed-off-by: shamb0 <[email protected]>

* cargo fmt fix

Signed-off-by: shamb0 <[email protected]>

* review fix

Signed-off-by: shamb0 <[email protected]>

* review fix

Signed-off-by: rajesh-nodle <[email protected]>

Co-authored-by: shamb0 <[email protected]>
@ETeissonniere ETeissonniere merged commit ce64071 into audit-halborn Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants