-
Notifications
You must be signed in to change notification settings - Fork 40
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
Bug/1702 adopt precompiled oracle #1713
Merged
Merged
Changes from 22 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
685fd91
1702 add owner field to nodes in chain params
olehnikolaiev a733b76
1702 use historicGroupIndex
olehnikolaiev b7cd5a5
1702 update precompiled to work with oracle
olehnikolaiev 295b850
1702 improve tests
olehnikolaiev 786882f
1702 improve tests
olehnikolaiev e9b63e9
1702 remove unnecessary changes
olehnikolaiev 4f22ffb
Merge branch 'v3.18.0' into bug/1702-adopt-precompiled-oracle
olehnikolaiev a348f52
1702 fix tests
olehnikolaiev 3815c22
1702 introduce PrecompiledConfigPatch
olehnikolaiev ee9c48a
#1702 renamed owner to nodeAddress
kladkogex aa4c0d8
#1702 changed [] to at() for safe vector access
kladkogex 95215c7
#1702 added param validation
kladkogex 4d55443
#1702 added a log record if node info is empty in config
kladkogex 7f136c5
#1702 changed assertion to runtime error
kladkogex ea28913
#1702 changed assertion to runtime error
kladkogex 3652a82
#1702 changed to standard boost library
kladkogex 41ddce9
1702 fix build
olehnikolaiev 399e9b1
1702 deny access to some config fields from precompileds for security…
olehnikolaiev cfbd435
1702 fix tests
olehnikolaiev 80618dd
#1702 improve code quality
olehnikolaiev 582b526
#1702 use common approach to access config variables
olehnikolaiev ea694fc
#1702 improve code quality
olehnikolaiev ca16ebf
#1702 improve input proccessing for precompileds
olehnikolaiev 4995613
#1702 add more checks
olehnikolaiev edd62d4
#1702 improve tests
olehnikolaiev aaab497
Merge branch 'v3.18.0' into bug/1702-adopt-precompiled-oracle
olehnikolaiev 3b122e5
Merge branch 'v3.18.0' into bug/1702-adopt-precompiled-oracle
olehnikolaiev 4b51081
#1702 pass historic publicKey instead of address
olehnikolaiev e411718
Merge branch 'bug/1702-adopt-precompiled-oracle' of github.com:skalen…
olehnikolaiev a504090
#1702 fix tests
olehnikolaiev 1a67380
#1702 add more tests
olehnikolaiev 7700738
#1702 change [] to at()
olehnikolaiev c8921f6
#1702 change [] to at()
olehnikolaiev 23a5437
#1702 change [] to at()
olehnikolaiev d301345
Merge branch 'v3.18.0' into bug/1702-adopt-precompiled-oracle
olehnikolaiev 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
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.
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.
Please change so that the else {} part is only used when the patch is enabled, since stat_extract_at_path is unsecure and complex. If it is needed, it needs to be rewritten in a clean and secure
way using standard C++ and boost libraries