forked from DMDcoin/diamond-node
-
Notifications
You must be signed in to change notification settings - Fork 0
update v0.12 branch with changes from v0.11 #4
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
Merged
Conversation
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
- failed messages are now readded to the send cache. - in non critical paths of the consesus, those errors are ignored, like it has been the case all the time.
…internally used peer_id, to make sure that they are sent to the correct peer. #248
…ceived I248 sealing messages not received
0.11.5 release
system streams go now before the user session streams. Todo: - respect track max number of connections for generating new peer_id - use new lookup strategy instead of iterating over nodes.
…res less overhead and locks: `pub fn nodes_filtered<F>(&self, max_count: usize, ip_filter: &IpFilter, filter: F) -> Vec<NodeId> `
…lso removed nested locks.
- faster - easier to understand - holding locks for less time - doing less stacked locks SessionContainer: ABBA Locks solved by fixing the order of locks.
I262 session improvements
release 0.11.7
…egistering both, the handshake, and the session stream. #267
…am-deadlocks deregister_session_stream can cause deadlocks
release 0.11.8
Proofs that configuring HBBFT works in this scenario.
Proofs that configuring HBBFT works in this scenario.
Introduced BlockAuthorOption: Engines are now able to specify who is the block author via BlockAuthorOption::EngineBlockAuthor(Address),
…tion_experimental transaction fee distribution
…er-sync I270 joining hbbft epoch after sync
…tion_experimental increased MAX_HANDSHAKES from 99 to 1999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.