-
Notifications
You must be signed in to change notification settings - Fork 498
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
Add keepers example using function selector checkData #73
base: main
Are you sure you want to change the base?
Add keepers example using function selector checkData #73
Conversation
Ooohhhh. I like the idea of using an example with a |
Ahhh, sorry @giovannidisiena. Want to update this and we'll give it a proper look? |
Wait.... How did @rdotterer09 approve the PR? |
Not a problem @PatrickAlphaC, likewise apologies for the delay. Assume you just mean to update by rebase and resolve conflicts right?
Lol no idea |
Guys, I'm not a coder, or trader, just an investor, I'm slowly learning how to read this code business so I am no threat to you, please update me on the total I have in contract after conversion is completed, Thank You |
Is important for you guys to know I have some of the contract addresses on two different hard wallets, some on Arculus and some on nano X |
@rdotterer09 no worries, we found out anyone can approve PRs on github ahah. |
and @giovannidisiena, yes! |
Are you guys getting any closer to finishing this project? Just concerned about my losses in this lovely market crunch |
…nto feat/keepers-selector-example
063427b
to
3b41862
Compare
Cool, should be ready for review now @PatrickAlphaC 😄 |
thanks @giovannidisiena ! @andrejrakic can you please review |
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.
Thanks for opening this PR, @giovannidisiena! Awesome job! However, I am not convinced that this example will be clear to developers, especially those new to Solidity. Maybe we can develop a more straightforward example that includes both checkData
and performData
.
Thanks @andrejrakic! Sure, that makes complete sense. Maybe if the timestamp fulfils some condition provided by |
This PR extends the
KeepersCounter.sol
contract to add example usage of function selectors ascheckData
.Tested locally and on Kovan testnet using Upkeep IDs [2028, 2029, 2030].
Corresponding tests will skip if
multiplierEnabled
is set to"false"
inhelper-hardhat-config.js
.