This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Collator for the "adder" (formerly basic-add) parachain and various small fixes #438
Merged
Merged
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4f03019
update basic_add wasm
rphmeier 82def8c
Merge remote-tracking branch 'upstream/master' into basic-add-collator
rphmeier 6d7a112
wasm feature and collator feature
rphmeier 7a2b86a
move test parachains around a little
rphmeier 78c0226
fix wasm build for basic_add
rphmeier 18dfc62
move basic_add to adder, introduce README
rphmeier 2bdcaf9
minimal basic_add collator
rphmeier 9083847
ensure collator messages are sent in the right order
rphmeier c157c4c
more logging
rphmeier 6b5f5ff
route consensus statements to all peers
rphmeier 957f69e
minor bugfixes for parachains
rphmeier d9e1c77
genesis builder accounts for parachain heads
rphmeier 53889d7
Merge remote-tracking branch 'upstream/master' into rh-simple-parachain
rphmeier d628c3d
fix parachains tests
rphmeier 5653984
targets for txpool
rphmeier 6888a5b
tweak runtime + collator
rphmeier beded4c
Merge remote-tracking branch 'upstream/master' into rh-simple-parachain
rphmeier ec68919
fix version in adder-collator
rphmeier 5c633ea
Merge remote-tracking branch 'upstream/master' into rh-simple-parachain
rphmeier 5625a81
consistency for overflowing
rphmeier b8e9dfc
Merge branch 'master' into rh-simple-parachain
gavofyork 2e7d5c8
Merge remote-tracking branch 'upstream/master' into rh-simple-parachain
rphmeier 55cbde1
Merge branch 'rh-simple-parachain' of github.com:paritytech/polkadot …
rphmeier 1ebdd12
adjust comment
rphmeier 65112b3
fix stable test run
rphmeier 5e50c6a
remove dummy registration test
rphmeier b393ae9
final grumbles
rphmeier b1e3250
Merge remote-tracking branch 'upstream/master' into rh-simple-parachain
rphmeier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+13 Bytes
(100%)
demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.compact.wasm
Binary file not shown.
Binary file modified
BIN
+42 Bytes
(100%)
demo/runtime/wasm/target/wasm32-unknown-unknown/release/demo_runtime.wasm
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this in
membersbut other wasm projects inexclude?