-
Notifications
You must be signed in to change notification settings - Fork 295
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
Introduction of P2P networking #666
Merged
Merged
Changes from 95 commits
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
bc8ffbb
WIP
PhilWindle ae8ea14
WIP
PhilWindle 0d8d282
WIP
PhilWindle 1d4c691
WIP
PhilWindle f397798
WIP
PhilWindle c81db00
WIP
PhilWindle fc7408e
WIP
PhilWindle 9eae85c
Merge branch 'master' into pw/big-branch
PhilWindle cb6efb9
WIP
PhilWindle d91e373
Merge branch 'master' into pw/big-branch
PhilWindle 71b3573
Merge fixes
PhilWindle bd809b4
Working multi provider setup
PhilWindle 36ae237
Increase height of roots trees
PhilWindle 1267dbb
WIP
PhilWindle 5c287a7
Formatting
PhilWindle 1d295fd
WIP
PhilWindle b3caf10
Reverted change
PhilWindle fdd8c6b
WIP
PhilWindle 23c2d22
Docker fix
PhilWindle 3974ab2
WIP
PhilWindle c1c2e6b
WIP
PhilWindle e323258
Setup relay nodes
PhilWindle fc5715b
Add dotenv to rollup provider
spalladino eaa4ebb
Don't propaget txs to node that we know have already seen them
PhilWindle 1edb73e
Merge branch 'pw/big-branch' of github.com:AztecProtocol/aztec3-packa…
PhilWindle 2b0cc43
Allow specification of client or server as P2P node
PhilWindle 3b9ca32
Add dotenv for bootstrap node
spalladino 290362f
Add env vars for announce ip:port and enabling nat
spalladino 348df7b
Sync transaction pools on node start
PhilWindle db9c9b2
Handle node not started
PhilWindle 1fb894d
WIP
PhilWindle 18ddfeb
Message parser error
PhilWindle 8abc58a
Fix tx propagation
PhilWindle 73024fb
Fix tx propagation
PhilWindle 99f6bd5
Review changes
PhilWindle 26a93db
Review changes
PhilWindle fb38a75
Review changes
PhilWindle c642b40
Cleanup
PhilWindle 431ea5b
Cleanup
PhilWindle a5eb396
Some cleanup and tests
PhilWindle 287d444
More cleanup
PhilWindle 13dd282
Merge branch 'master' into pw/big-branch
PhilWindle deda192
Merge fixes
PhilWindle b3cdda9
More cleanup
PhilWindle 1561d87
Updated snapshots
PhilWindle 208d483
More cleanup
PhilWindle 8f1622e
Added job to circle ci
PhilWindle 217f8f5
Fixes
PhilWindle d85089e
Cleanup
PhilWindle d8c92b1
Cleanup
PhilWindle 65f9dd4
Rollup test fix
PhilWindle 4ca7ecd
Test fixes
PhilWindle 2e8bbe6
Test fixes
PhilWindle 2df0a3e
Test fixes
PhilWindle f3e48fa
Fixes
PhilWindle a7450be
Cleanup
PhilWindle 4a81c93
Test fixes
PhilWindle 4b107e3
Temporarily skip tests
PhilWindle 82ad983
Cleanup
PhilWindle 1bb3d6f
Fixes
PhilWindle d11a154
Reverted tree size change
PhilWindle 20ea874
Updated snapshots
PhilWindle ae6d27f
Updated snapshots (again)
PhilWindle e9e81f7
Attempt at e2e p2p test
PhilWindle a003e11
Build fix
PhilWindle 96ee2a0
Fix
PhilWindle 5a6dc8c
Test fixes
PhilWindle 56f7427
Fix
PhilWindle b562885
Fix attempt
PhilWindle 19c52fd
Debugging
PhilWindle 6659e09
Debugging
PhilWindle 116e770
Fix attempt
PhilWindle 4825cab
Fix
PhilWindle dbdd99f
Test fix
PhilWindle 1f0775c
Fix
PhilWindle ba48f18
Test fixes
PhilWindle b92221b
Test comments
PhilWindle 6fdddaf
Working e2e test
PhilWindle 2b95880
Build fix
PhilWindle 6a992d5
Merge branch 'master' into pw/big-branch
PhilWindle 0663d78
Merge fixes
PhilWindle e5cf247
Merge fixes
PhilWindle 57852af
Merge fix
PhilWindle e2651e1
More merge fixes
PhilWindle 05f4ae6
Merge fixes
PhilWindle 8d2d3eb
More fixes
PhilWindle f2174a6
More fixes
PhilWindle 37c8090
yarn prepare
PhilWindle 1debaca
Build fix
PhilWindle a753c2b
Test fixes
PhilWindle 5a4c96e
Review fixes
PhilWindle 99d1284
Allow configuration of min/max peer counts
PhilWindle 6b09faf
Review fixes
PhilWindle bd62b9f
Review changes
PhilWindle 9eed093
Build fixes
PhilWindle a728e83
Formatting
PhilWindle d7eafce
Review changes
PhilWindle 43cbfea
Build fix
PhilWindle 34cbee4
Reverted old commit
PhilWindle d2fdbd4
Merge branch 'master' into pw/big-branch
PhilWindle b21d6cc
Updated snapshot
PhilWindle 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#include "c_bind.h" | ||
|
||
#include "function_leaf_preimage.hpp" | ||
#include "tx_request.hpp" | ||
|
||
|
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
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
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
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
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
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
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
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
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
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.
Add the new jobs to e2e-join requirements, so all unit tests finish before we start the e2e ones
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.
Missed that, thanks