-
Notifications
You must be signed in to change notification settings - Fork 277
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
Allow configuring max past time of transaction created_time
#1776
Merged
appetrosyan
merged 5 commits into
hyperledger-iroha:develop
from
baziorek:configurable_max_past_created_time
Oct 20, 2022
Merged
Allow configuring max past time of transaction created_time
#1776
appetrosyan
merged 5 commits into
hyperledger-iroha:develop
from
baziorek:configurable_max_past_created_time
Oct 20, 2022
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
114831d
to
32b03a8
Compare
iceseer
previously requested changes
Jan 13, 2022
created_time
created_time
created_time
appetrosyan
suggested changes
Aug 11, 2022
test/framework/integration_framework/integration_test_framework.cpp
Outdated
Show resolved
Hide resolved
@appetrosyan Thanks for the review. I haven't forgotten about the PR. In September I should be able to fight with the PR again and correct all suggestions. In August it is hard time for me:(. |
ee7a58c
to
3ac5147
Compare
I pressed "Update branch" - hopefully it will help. Could somebody run |
appetrosyan
previously approved these changes
Oct 19, 2022
|
iceseer
previously approved these changes
Oct 19, 2022
590d194
to
51b68e1
Compare
Signed-off-by: Aleksandr Petrosyan <[email protected]>
7dd007c
to
d844cd4
Compare
appetrosyan
approved these changes
Oct 20, 2022
6r1d
pushed a commit
to 6r1d/iroha
that referenced
this pull request
Aug 28, 2023
…edger-iroha#1776) Signed-off-by: G.Bazior <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.x
Enhancement
New feature or request
help wanted
Extra attention is needed
iroha1
The legacy version of Iroha.
question
Further information is requested
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 of the Change
This is PoC of adding possibility of configuration:
https://iroha.readthedocs.io/en/develop/develop/api/queries.html?highlight=24%20hours#validation
to be different than 24 hours before current time.
It is just PoC, so it needs to be consult with somebody.
Issue
Benefits
Possibility of additional param configuration
Possible Drawbacks
Default behavious is without changes, so I assume none drawbacks
Usage Examples or Tests [optional]
After changing the value in config the changes were tested with the code (20 hours vs 40 hours before current time):
Alternate Designs [optional]