-
Notifications
You must be signed in to change notification settings - Fork 278
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
refactor(multisig)!: move from triggers to custom instructions #5217
Merged
s8sato
merged 31 commits into
hyperledger-iroha:main
from
s8sato:refactor/4930/custom_instructions
Nov 18, 2024
Merged
refactor(multisig)!: move from triggers to custom instructions #5217
s8sato
merged 31 commits into
hyperledger-iroha:main
from
s8sato:refactor/4930/custom_instructions
Nov 18, 2024
Conversation
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
github-actions
bot
added
api-changes
Changes in the API for client libraries
config-changes
Changes in configuration and start up of the Iroha
labels
Nov 2, 2024
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
from
November 2, 2024 21:39
e8e1316
to
a6b0dce
Compare
s8sato
commented
Nov 2, 2024
s8sato
requested review from
mversic,
SamHSmith,
outoftardis,
0x009922 and
dima74
as code owners
November 2, 2024 22:11
s8sato
commented
Nov 3, 2024
mversic
requested changes
Nov 3, 2024
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.
amazing stuff, so much better
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
from
November 4, 2024 07:14
5b0dbeb
to
4e4a6b9
Compare
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
2 times, most recently
from
November 4, 2024 10:42
48753cb
to
0e4fc3a
Compare
mversic
reviewed
Nov 5, 2024
mversic
reviewed
Nov 5, 2024
mversic
reviewed
Nov 5, 2024
BREAKING CHANGES: - (api-changes) `MultisigRegister` `MultisigPropose` `MultisigApprove` custom instructions Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
…ssions Signed-off-by: Shunkichi Sato <[email protected]>
…ions Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
from
November 8, 2024 14:49
f3eae2c
to
bd20861
Compare
mversic
reviewed
Nov 11, 2024
mversic
reviewed
Nov 11, 2024
mversic
reviewed
Nov 11, 2024
Signed-off-by: Shunkichi Sato <[email protected]>
…ecution" This reverts commit 17287d3. Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
Updates:
Left to next PR: #4930 (comment) |
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
from
November 11, 2024 17:57
8ff9018
to
35b3865
Compare
Closed
mversic
requested changes
Nov 14, 2024
mversic
reviewed
Nov 14, 2024
mversic
reviewed
Nov 14, 2024
mversic
previously approved these changes
Nov 14, 2024
Updates:
|
Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
This reverts commit 9108bb7. Signed-off-by: Shunkichi Sato <[email protected]>
Signed-off-by: Shunkichi Sato <[email protected]>
s8sato
force-pushed
the
refactor/4930/custom_instructions
branch
from
November 15, 2024 04:24
0306c05
to
6eac0f6
Compare
mversic
approved these changes
Nov 15, 2024
DCNick3
reviewed
Nov 15, 2024
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.
Only minor comments, otherwise LGTM
4 tasks
DCNick3
approved these changes
Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-changes
Changes in the API for client libraries
config-changes
Changes in configuration and start up of the Iroha
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.
Context
Solution
Migration Guide
MultisigRegister
MultisigPropose
MultisigApprove
custom instructions that replaceMultisigAccountArgs
MultisigTransactionsArgs
CanRegisterAnyTrigger
CanUnregisterAnyTrigger
permissions that become useless and are unlikely to be usedFuture Work
#[derive(CustomInstruction)]
or something for custom instructions #5221Grant::account_role
behavior in custom instructions #5222 infers potential bug/crates
and/samples
#5225Checklist
CONTRIBUTING.md
.