Skip to content

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 <[email protected]>
* Additional package needed for install

Co-authored-by: Dan Shields <[email protected]>
* Update to polkadot-v0.9.24
Includes nitpicks and URL updates
Co-authored-by: Alexander Samusev <[email protected]>
Co-authored-by: Dan Shields <[email protected]>
Co-authored-by: substrate-developer-hub <[email protected]>
Co-authored-by: Dan Shields <[email protected]>
Co-authored-by: substrate-developer-hub <[email protected]>
@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.