Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Consensus message buffering and more #114

Merged
merged 23 commits into from
Apr 6, 2018
Merged

Consensus message buffering and more #114

merged 23 commits into from
Apr 6, 2018

Conversation

arkpar
Copy link
Member

@arkpar arkpar commented Apr 5, 2018

No description provided.

@arkpar arkpar added the A3-in_progress Pull request is in progress. No review needed at this stage. label Apr 5, 2018
@arkpar arkpar changed the title Consensus message buffering Consensus message buffering and more Apr 6, 2018
@arkpar arkpar added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Apr 6, 2018
@@ -12,7 +12,7 @@ log = "0.3"
hex-literal = "0.1"
triehash = "0.1"
ed25519 = { path = "../../substrate/ed25519" }
app_dirs = "1.2.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should re-update it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cargo.lock is already pointing to the latest version.

match self.network_stream.poll() {
Err(_) => Err(bft::InputStreamConcluded.into()),
Ok(Async::NotReady) => Ok(Async::NotReady),
Ok(Async::Ready(None)) => Ok(Async::NotReady), // the input stream for agreements is never meant to logically end.
Copy link
Contributor

@rphmeier rphmeier Apr 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is kind of a hack which depends on the fact that an actual long-running agreement has the underlying network stream live for the whole time. I couldn't think of a better way around it though.

@gavofyork gavofyork merged commit 7519c2b into master Apr 6, 2018
@gavofyork gavofyork deleted the ark-testing branch April 6, 2018 17:18
lamafab pushed a commit to lamafab/substrate that referenced this pull request Jun 16, 2020
* Add claims.

* Failing build

* Updatee to latest substrate, fix tests

* Remove unneeded

* Introduce tests with real work sig

* Use right 64 bytes of pubkey to get eth addr

* Fix for eth sig

* Fix build

* Fix wasm

* Use new externs for eth crypto.

* Bump spec version

* New runtime
JoshOrndorff pushed a commit to moonbeam-foundation/substrate that referenced this pull request Apr 21, 2021
* Update frontier pin

* Add version tests
liuchengxu pushed a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
* support ChannelRelationship
* move runtime balance
liuchengxu pushed a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
* add xassets init in genesis

* fix polkadot.js doc
liuchengxu pushed a commit to autonomys/substrate that referenced this pull request Jun 3, 2022
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants