-
Notifications
You must be signed in to change notification settings - Fork 279
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
base: main
Are you sure you want to change the base?
refactor(multisig)!: move from triggers to custom instructions #5217
Commits on Nov 5, 2024
-
refactor!: move multisig logics to custom instructions
BREAKING CHANGES: - (api-changes) `MultisigRegister` `MultisigPropose` `MultisigApprove` custom instructions Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e37bb4d - Browse repository at this point
Copy the full SHA e37bb4dView commit details -
fix: don't continue to grant a role on failing to register the role
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00ec667 - Browse repository at this point
Copy the full SHA 00ec667View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ac5b0 - Browse repository at this point
Copy the full SHA a4ac5b0View commit details -
chore: remove
CanRegisterAnyTrigger
CanUnregisterAnyTrigger
permi……ssions Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 657d3ad - Browse repository at this point
Copy the full SHA 657d3adView commit details -
refactor: don't branch into
visit
andexecute
until leaf instruct……ions Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b158c59 - Browse repository at this point
Copy the full SHA b158c59View commit details -
refactor: clone and drop executor instance on recursive execution
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eedd61 - Browse repository at this point
Copy the full SHA 4eedd61View commit details -
fix: don't just execute arbitrary approved instructions
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da8e7fb - Browse repository at this point
Copy the full SHA da8e7fbView commit details -
fix: propagate executor verdict
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f54bd6e - Browse repository at this point
Copy the full SHA f54bd6eView commit details -
review: address up to
#issuecomment-2453963837
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d75e932 - Browse repository at this point
Copy the full SHA d75e932View commit details
Commits on Nov 6, 2024
-
docs: Update readmes (hyperledger-iroha#5219)
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e8f7e6 - Browse repository at this point
Copy the full SHA 0e8f7e6View commit details -
review: rename to
visit_custom_instructions
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c1888d - Browse repository at this point
Copy the full SHA 3c1888dView commit details -
review: move to `{iroha_executor::default, iroha_executor_data_model}…
…::custom::multisig` Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc1d497 - Browse repository at this point
Copy the full SHA bc1d497View commit details -
review: minor updates since
#pullrequestreview-2414675315
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdd2a09 - Browse repository at this point
Copy the full SHA bdd2a09View commit details -
review: submit a new account with metadata filled
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 255782e - Browse repository at this point
Copy the full SHA 255782eView commit details -
Revert "review: submit a new account with metadata filled"
This reverts commit 255782e. Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0208cc - Browse repository at this point
Copy the full SHA b0208ccView commit details -
Merge branch 'main' into refactor/4930/custom_instructions
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e95f743 - Browse repository at this point
Copy the full SHA e95f743View commit details -
fix: prevent a double grant to the registrant who is also a signatory
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45b24d9 - Browse repository at this point
Copy the full SHA 45b24d9View commit details
Commits on Nov 8, 2024
-
review: minor updates since
#pullrequestreview-2418103555
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0a96f4 - Browse repository at this point
Copy the full SHA e0a96f4View commit details -
review: nonzero
quorum
andtransaction_ttl_ms
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 183ff26 - Browse repository at this point
Copy the full SHA 183ff26View commit details -
review: replace
host.submit
withexecutor.visit_*
Signed-off-by: Shunkichi Sato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70d51d0 - Browse repository at this point
Copy the full SHA 70d51d0View commit details