-
Notifications
You must be signed in to change notification settings - Fork 83
Firewall: Modified remote peer checks #3060
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b134702
Implemented basic structure of firewall
tomaszslabon 4954e86
Implemented function returning roles of a staking provider from Token…
tomaszslabon 367ccff
Merge branch 'main' into firewall-checks
tomaszslabon 4a657f0
Adjusted imports to new package structure
tomaszslabon 87fab03
Adjusted operator to staking provider resolution function so that it …
tomaszslabon 8c37dbe
Added missing comments to functions
tomaszslabon 49aa2c6
Merge branch 'main' into firewall-checks
tomaszslabon 0031a3b
Added OperatorToStakingProvider to the Chain interface
tomaszslabon ae0a759
Brought back caching in firewall
tomaszslabon ef19e7e
Brought back firewall unit tests
tomaszslabon 63fd1a3
Renamed variables
tomaszslabon 66f1efb
Replaced repeating bytes with using zero initialized Address during c…
tomaszslabon 1c58d94
Replaced stake monitor with application checking policy as firewall
tomaszslabon 7300195
Merge branch 'main' into firewall-checks
tomaszslabon 6bfd8b4
Removed stake monitor
tomaszslabon 472811b
Added tests for firewall
tomaszslabon 844715d
Improved function descriptions
tomaszslabon 17be711
Added a TODO
tomaszslabon b42276e
Minor changes: renames, comment changes, log formatting
tomaszslabon b72738a
Used testutils package when testing firewall
tomaszslabon d76f335
Minor comment changes
tomaszslabon f3da1d0
Used reflect.DeepEqual in testutils rather than simple equality compa…
tomaszslabon db75026
Made firewall validation fail if there is an error returned
tomaszslabon 6f58c8b
Enabled firewall
tomaszslabon cb1f6f7
Added assertion for chained error matching in test utils
tomaszslabon 3380072
Added wallet registry handle to TbtcChain
tomaszslabon 3e96c77
Renamed receiver variable iname in firewall
tomaszslabon 75be1d4
Moved error checking right after error obtained
tomaszslabon cd2144f
Updated sample toml config file
tomaszslabon 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 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
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
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
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
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
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
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 was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.