-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Keystone] Minor bugfixes #13436
[Keystone] Minor bugfixes #13436
Conversation
bolekk
commented
Jun 5, 2024
•
edited
Loading
edited
- Fix workflowName decoding in KeystoneFeedsConsumer.sol
- Fix potential panic in triggerSubscriber.UnregisterTrigger() (KS-225) and make (un)register idempotent
- Fix empty report check in write_target
- Some comment/log improvements
c417eab
to
fe5fd33
Compare
1. Fix workflowName decoding in KeystoneFeedsConsumer.sol 2. Fix potential panic in triggerSubscriber.UnregisterTrigger() (KS-225) and make (un)register idempotent 3. Fix empty report check in write_target 4. Some comment/log improvements
97de409
to
6e6cca7
Compare
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.
golang looks good, not sure about the solidity. why isn't there a test for it?
// no shifting needed for bytes10 type | ||
workflowName := mload(add(metadata, 64)) |
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.
Ah right, I fixed this in the forwarder but didn't realize there's a matching snippet in the consumer