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

Initial node and pallet configuration #1

Merged
merged 178 commits into from
Oct 22, 2022
Merged

Conversation

revoltez
Copy link
Contributor

@revoltez revoltez commented Oct 20, 2022

  1. Created validated-streams pallet in pallet/ that accepts a stream hash, stores it in Streams storage and emits a ValidatedStream event if the stream does not exist and Raise an AlreadyValidated Error if it has been already added.
  2. Add local_net.sh script that starts a simple local test net executing native instead of wasm for testing (to execute all if_std! macros)
  3. Add validated-streams pallet to the runtime
  4. Renamed node-template and runtime-template to node and node-runtime

shawntabrizi and others added 30 commits August 28, 2019 20:36
In order to allow people to clone this template, GitHub requires all files be less than 10 mb.
Added readme for generating your own substrate node template
* Run release script

* Change dependencies to crates.io
* alpha.6 to github

* fix format
Closes #35

Thanks to @brenzi for the work he did on #36 I copied a lot of it 🙏
nuke-web3 and others added 29 commits April 20, 2022 14:15
- command helper for benchmarks
- try runtime updates
- clap bump
- update to polkdadot-v0.9.20 from upstream
- new CLI commands for convinience
* updating to 0.9.22

Co-authored-by: Dan Shields <nukemandan@protonmail.com>
* Additional package needed for install

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
* Update to polkadot-v0.9.24
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
Includes nitpicks and URL updates
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com>
Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
Co-authored-by: substrate-developer-hub <devops-team@parity.io>
@revoltez revoltez merged commit 5903f93 into comrade-coop:main Oct 22, 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.

None yet