-
Notifications
You must be signed in to change notification settings - Fork 20
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
[test] Allow setting blockchain's clock #196
[test] Allow setting blockchain's clock #196
Conversation
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.
Nice!
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.
Nice!
I would update the |
b087a9c
to
4145e33
Compare
@SupunS I have bumped the |
Depends on: onflow/cadence#2734
Description
Implements the
TestFramework.MoveTime(int64)
, so that users can manipulate the blockchain's time.It passes a custom
Clock
implementation to theEmulatorBackend
.Example usage:
master
branchFiles changed
in the Github PR explorer