Skip to content
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

Ergonomic MST #4930

Open
mversic opened this issue Aug 2, 2024 · 2 comments · May be fixed by #5027
Open

Ergonomic MST #4930

mversic opened this issue Aug 2, 2024 · 2 comments · May be fixed by #5027
Assignees

Comments

@mversic
Copy link
Contributor

mversic commented Aug 2, 2024

Ideas on how can we make MST more ergonomic:

  1. All smart contracts for MST should be registered from Executor, i.e. be put in default executor migration
  2. I think we need an API to fetch all currently voted for transactions, i.e. pending transactions
  3. we need a way to expire MST that have not been active for a while
  4. We can define custom instructions for dealing with MST and also have them defined as part of default executor

Additionally, we should consider adding (behind a feature flag "mst") a specialized API to both iroha client and cli for dealing with MSTs.

@mversic
Copy link
Contributor Author

mversic commented Aug 5, 2024

actually, instead of doing it during executor migration as was suggested in 1. they should be registered in the genesis

@s8sato s8sato self-assigned this Aug 20, 2024
@s8sato s8sato linked a pull request Sep 3, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Work in Progress
Development

Successfully merging a pull request may close this issue.

2 participants