-
Notifications
You must be signed in to change notification settings - Fork 95
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
merge master into pact5 #2052
Merged
Merged
merge master into pact5 #2052
Conversation
This file contains 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
We randomize the peer ordering by assigning a peer a random number that is used subsequently to order it with respect to other peers upon request from the /peer GET endpoint. An alternative of generating a seed on startup that would be used to "salt" the peer ordering was considered but ran into implementation difficulties and seems equivalent.
Change-Id: Ib1ee24d78c2b09e7687285e1b229e1996a214afa
Change-Id: Ifbad9a2e9c28810f34b80a6c02cc08d68c955cff
Change-Id: Ife3bc9380cce0fd1ea568e8fe40a1aed903c5643
Change-Id: I796db312622794cb7a8ab8679a2297859a682bbc
Change-Id: I2046ab2a28a2951c71ef4909e580e51256673716
larskuhtz
requested review from
edmundnoble and
chessai
and removed request for
edmundnoble
November 27, 2024 23:25
chessai
approved these changes
Nov 27, 2024
Currently this unit test fails:
|
@chessai I had to adjust the expected outputs in the command validation tests test/unit/Chainweb/Test/Pact4/RemotePactTest.hs (cf. commit 7101176). The new failure messages are little less informative. Can you please take a look and double check that this is intended for the pact5 branch and not a merge bug. |
edmundnoble
approved these changes
Nov 28, 2024
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.