-
Notifications
You must be signed in to change notification settings - Fork 383
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: remove monoclock & add tz as chain param #3193
base: master
Are you sure you want to change the base?
feat: remove monoclock & add tz as chain param #3193
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
Hi @moul, I see two ways to make a constant parameter as discussed in the last contributor call
I see an advantage in the second option, which is that you can easily change a parameter from const to non-const, whereas in the first option the timezone won't be modifiable regardless of the configuration. Now, do we want the tz to be modifiable on certain chains? If you see a third or more options, don't hesitate. |
I'm a bot that assists the Gno Core team in maintaining this repository. My role is to ensure that contributors understand and follow our guidelines, helping to streamline the development process. The following requirements must be fulfilled before a pull request can be merged. These requirements are defined in this configuration file. Automated Checks🟢 Maintainers must be able to edit this pull request (more info) Manual ChecksNo manual checks match this pull request. Debug
|
I was also considering adding a global variable to the standard library that is set to a custom value during its What do you think? |
Yeah i think it could be a good idea, at least for now and make it easier to implement. |
based on #3016
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description