-
Notifications
You must be signed in to change notification settings - Fork 235
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
Problem: e2ee module is not backported #1417
Merged
yihuang
merged 26 commits into
crypto-org-chain:release/v1.3.x
from
yihuang:release/v1.3.x
May 6, 2024
Merged
Problem: e2ee module is not backported #1417
yihuang
merged 26 commits into
crypto-org-chain:release/v1.3.x
from
yihuang:release/v1.3.x
May 6, 2024
Commits on May 3, 2024
-
Problem: e2ee module is not backported
Problem: no end-to-end encryption module (crypto-org-chain#1407) * Problem: no end-to-end encryption module add keeper add grpc query signer option getter/setter genesis init/export fix lint * fix proto lint * fix test * register codec * changelog * fix build * Update x/e2ee/types/keys.go Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> * Update x/e2ee/types/codec.go Co-authored-by: mmsqe <[email protected]> Signed-off-by: yihuang <[email protected]> --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: mmsqe <[email protected]> Problem: encryption-key cmd is not supported (crypto-org-chain#1409) * Problem: encryption-key cmd is not supported * gen doc * add validate Problem: no keyring interface for e2ee to store arbitrary payload (crypto-org-chain#1413) changelo add age encrypt/decrypt in unit test Update x/e2ee/keyring/keyring.go Signed-off-by: yihuang <[email protected]> fix lint fix build Problem: no encrypt and decrypt cmds for message (crypto-org-chain#1411) * Problem: no encrypt and decrypt cmds for message * fix doc * add gen * test * cleanup * move command to e2ee module move encrypt cmd to e2ee module move decrypt cmd to e2ee update integration test store key as string, to make autocli better fix integration test Update x/e2ee/client/cli/encrypt.go Signed-off-by: yihuang <[email protected]> fix lint --------- Signed-off-by: yihuang <[email protected]> Co-authored-by: yihuang <[email protected]> Co-authored-by: yihuang <[email protected]> Problem: no efficient batch query for encryption keys (crypto-org-chain#1415) Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> update swagger typo fix build proposal handler update version check exist Problem: proto-gen fails in CI (crypto-org-chain#1392) * Problem: proto-gen fails in CI * Apply suggestions from code review add cronos msg add store-block-list cmd refresh block list add handler update deps add handler lint fix cmd test store list set with ante move to util fix ibc Revert "set with ante" This reverts commit c2700f5. reject on err fix prepare proposal fix proto lint
Configuration menu - View commit details
-
Copy full SHA for 3258b5b - Browse repository at this point
Copy the full SHA 3258b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3264f5 - Browse repository at this point
Copy the full SHA d3264f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101490d - Browse repository at this point
Copy the full SHA 101490dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d6366 - Browse repository at this point
Copy the full SHA 92d6366View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab18183 - Browse repository at this point
Copy the full SHA ab18183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad4b75 - Browse repository at this point
Copy the full SHA 8ad4b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbe148 - Browse repository at this point
Copy the full SHA ebbe148View commit details -
Problem: no validate for malformed e2ee key in register (crypto-org-c…
…hain#1421) * Problem: no validate for malformed e2ee key in register * update doc * Apply suggestions from code review * cleanup --------- Co-authored-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bec195e - Browse repository at this point
Copy the full SHA bec195eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d343b - Browse repository at this point
Copy the full SHA b3d343bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720e407 - Browse repository at this point
Copy the full SHA 720e407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36dd2d6 - Browse repository at this point
Copy the full SHA 36dd2d6View commit details -
Merge branch 'release/v1.3.x' into release/v1.3.x
Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6e559c - Browse repository at this point
Copy the full SHA f6e559cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c176be9 - Browse repository at this point
Copy the full SHA c176be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3538c4 - Browse repository at this point
Copy the full SHA b3538c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6642ef - Browse repository at this point
Copy the full SHA c6642efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 015023d - Browse repository at this point
Copy the full SHA 015023dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fee8fa - Browse repository at this point
Copy the full SHA 2fee8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d45561 - Browse repository at this point
Copy the full SHA 2d45561View commit details -
Configuration menu - View commit details
-
Copy full SHA for e693ab4 - Browse repository at this point
Copy the full SHA e693ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2abf4 - Browse repository at this point
Copy the full SHA 1b2abf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2f559 - Browse repository at this point
Copy the full SHA ab2f559View commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85bbc04 - Browse repository at this point
Copy the full SHA 85bbc04View commit details -
Configuration menu - View commit details
-
Copy full SHA for db9d987 - Browse repository at this point
Copy the full SHA db9d987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d1735 - Browse repository at this point
Copy the full SHA 09d1735View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ad406 - Browse repository at this point
Copy the full SHA e0ad406View commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30d327c - Browse repository at this point
Copy the full SHA 30d327cView commit details
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.