-
Notifications
You must be signed in to change notification settings - Fork 276
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
feat!: implement built-in vs custom on-chain parameters #4731
Merged
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
Jun 14, 2024
mversic
commented
Jun 14, 2024
mversic
force-pushed
the
on_chain_params
branch
3 times, most recently
from
June 14, 2024 12:36
268b074
to
9a0be89
Compare
0x009922
reviewed
Jun 18, 2024
dima74
reviewed
Jun 19, 2024
mversic
force-pushed
the
on_chain_params
branch
6 times, most recently
from
June 19, 2024 21:32
7274c13
to
f682e7c
Compare
Erigara
reviewed
Jun 20, 2024
client/tests/integration/smartcontracts/executor_with_custom_parameter/src/lib.rs
Show resolved
Hide resolved
client/tests/integration/smartcontracts/executor_with_custom_parameter/src/lib.rs
Outdated
Show resolved
Hide resolved
client/tests/integration/smartcontracts/executor_with_custom_parameter/src/lib.rs
Outdated
Show resolved
Hide resolved
Erigara
reviewed
Jun 20, 2024
client/tests/integration/smartcontracts/executor_with_custom_parameter/src/lib.rs
Outdated
Show resolved
Hide resolved
mversic
changed the title
fix!: remove on-chain parameters from config and remove NewParameter ISI
feat!: implement built-in vs custom on-chain parameters
Jun 24, 2024
mversic
requested review from
s8sato,
SamHSmith,
outoftardis and
DCNick3
as code owners
June 24, 2024 09:32
mversic
force-pushed
the
on_chain_params
branch
2 times, most recently
from
June 24, 2024 19:57
5a6ed74
to
3e3ab4e
Compare
mversic
commented
Jun 27, 2024
client/tests/integration/smartcontracts/executor_custom_data_model/Cargo.toml
Show resolved
Hide resolved
mversic
force-pushed
the
on_chain_params
branch
4 times, most recently
from
June 27, 2024 15:55
8cac0a0
to
4629a91
Compare
mversic
force-pushed
the
on_chain_params
branch
3 times, most recently
from
June 28, 2024 08:49
6f2d106
to
71e3576
Compare
0x009922
reviewed
Jun 28, 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.
A slight issue with ::Delete
event.
Otherwise, LGTM.
Erigara
reviewed
Jun 28, 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.
LGTM, please ping when you will resolve conflicts
mversic
force-pushed
the
on_chain_params
branch
3 times, most recently
from
June 28, 2024 10:44
0678da7
to
c89e973
Compare
Signed-off-by: Marin Veršić <[email protected]>
dima74
approved these changes
Jun 28, 2024
Erigara
approved these changes
Jun 28, 2024
hollermay
pushed a commit
to hollermay/iroha
that referenced
this pull request
Jun 28, 2024
…iroha#4731) * remove `NewParameter` ISI * remove on-chain parameters from configuration * strong type on-chain parameters * removed `MetadataLimits` and `LenghtLimits` as built-in on-chain parameters * provide facility to define custom parameters in executor Signed-off-by: Marin Veršić <[email protected]>
hollermay
added a commit
to hollermay/iroha
that referenced
this pull request
Jun 28, 2024
…iroha#4731) * remove `NewParameter` ISI * remove on-chain parameters from configuration * strong type on-chain parameters * removed `MetadataLimits` and `LenghtLimits` as built-in on-chain parameters * provide facility to define custom parameters in executor Signed-off-by: Marin Veršić <[email protected]> Signed-off-by: hollermay <[email protected]>
4 tasks
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.
Description
NewParametere
ISIMetadataLimits
andLenghtLimits
as built-in on-chain parameters (they can be defined as custom)Next PR will introduce Custom parameters
Linked issue
Closes #{issue_number}
Benefits
Checklist
CONTRIBUTING.md