This repository was archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
KIP-113 BLS PublicKey Registry accessors #1990
Merged
Merged
Conversation
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
b1c65a2
to
6ea2f25
Compare
ae1bf2b
to
f94fd34
Compare
Rebased to latest dev. |
I have read the CLA Document and I hereby sign the CLA |
1 similar comment
I have read the CLA Document and I hereby sign the CLA |
hyunsooda
reviewed
Oct 20, 2023
3c69959
to
6830206
Compare
hyeonLewis
reviewed
Oct 24, 2023
6830206
to
d9d994d
Compare
d9d994d
to
ab46557
Compare
ian0371
approved these changes
Oct 25, 2023
hyunsooda
approved these changes
Oct 27, 2023
hyeonLewis
approved these changes
Oct 27, 2023
@yoomee1313 PTAL |
yoomee1313
approved these changes
Oct 31, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Proposed changes
ReadKip113All()
calls thegetAllInfo()
function, and filters out records with invalid public key or pop values.AllocKip113()
calculates the storage layout of KIP113Mock contract, for testing.Types of changes
Checklist
$ make test
)Related issues
Further comments
Since #1987 conflicts with
contracts/system_contracts/all.go
, This PR will be merged after that.