-
Notifications
You must be signed in to change notification settings - Fork 69
New feature 25 "Deterministic Finality and Ride V9" added. #1834
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
Open
alexeykiselev
wants to merge
44
commits into
master
Choose a base branch
from
determenistic-finality-feature
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ee9fbe1
New feature 25 "Deterministic Finality and Ride V9" added.
alexeykiselev 547e9da
Merge branch 'master' into determenistic-finality-feature
alexeykiselev bb070a1
Added bls signature methods (#1812)
esuwu 59507b9
Added block finality schemas (#1833)
esuwu 95c9e0f
Merge branch 'master' into determenistic-finality-feature
alexeykiselev c01d622
Ride version 9 added. (#1761)
alexeykiselev 7273f85
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 29fdea9
Merge branch 'master' into determenistic-finality-feature
alexeykiselev f33a9d2
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 4bf39f1
Merge branch 'master' into determenistic-finality-feature
alexeykiselev bb7402c
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 72ac0fe
Merge branch 'master' into determenistic-finality-feature
alexeykiselev c5d3bd5
Protobuf schemas updated to support CommitToGeneration transaction sn…
alexeykiselev af84eee
Merge branch 'master' into determenistic-finality-feature
alexeykiselev f201259
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 5ace672
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 6997f12
Merge branch 'master' into determenistic-finality-feature
alexeykiselev b815c4e
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 46dba65
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 0ee716d
Protobuf schemas submodule updated to the latest commit.
alexeykiselev b5ccda4
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 68ff378
Restore -exclude-generated flag for gosec.
alexeykiselev c60d6cf
Merged from master
esuwu 9526746
Merged from master
esuwu dc5359b
Returned exclude generated
esuwu 999363d
Merge branch 'master' into determenistic-finality-feature
alexeykiselev caae0de
Merge branch 'master' into determenistic-finality-feature
nickeskov ecf096f
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 7b47f39
Protobuf code regenerated.
alexeykiselev a4c2fb9
Merge branch 'master' into determenistic-finality-feature
alexeykiselev d4f42cf
Protobuf schemas updated and code regenerated.
alexeykiselev 6149756
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 099db31
Merge branch 'master' into determenistic-finality-feature
nickeskov 1463fa0
Add commit to generation transaction (#1841)
alexeykiselev 8d9c3fd
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 87af3f3
Add generation balance validation (#1938)
alexeykiselev 6c8360e
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 9320382
Fix semgrep issues (#1946)
alexeykiselev 56620d6
Fix generation commitment atomic snapshot JSON representation. (#1949)
nickeskov 8377e30
Fix generation commitment atomic atomic snapshot from protobuf (#1950)
nickeskov f814f38
Merge branch 'master' into determenistic-finality-feature
alexeykiselev 7284746
Add commit to generation transaction to ride v9 (#1953)
alexeykiselev a11e5aa
Merge branch 'master' into determenistic-finality-feature
alexeykiselev ee8babd
Fix gosec issues. Original errors wrapped.
alexeykiselev 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| [submodule "pkg/grpc/protobuf-schemas"] | ||
| path = pkg/grpc/protobuf-schemas | ||
| url = https://github.com/wavesplatform/protobuf-schemas | ||
| branch = deterministic-finality |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,3 +18,6 @@ cmd/wmd/internal/swagger/ | |
|
|
||
| # Ignore testdata folders | ||
| pkg/state/testdata/ | ||
|
|
||
| # Ignore generated files | ||
| **/*.pb.go | ||
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
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.