Skip to content
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

fix(protocol): fix isSignalSent bug #15970

Merged
merged 7 commits into from
Feb 21, 2024
Merged

fix(protocol): fix isSignalSent bug #15970

merged 7 commits into from
Feb 21, 2024

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented Feb 21, 2024

When checking if a signal is sent, we should check if the value written is non-zero rather than the signal itself -- for relayed chain data, the signal value is the chain data ,not the signal.

@dantaik dantaik marked this pull request as ready for review February 21, 2024 06:12
@dantaik dantaik changed the title chore(protocol): still use 1 as signal value for "normal" signals fix(protocol): fix isSignalSent bug Feb 21, 2024
@davidtaikocha davidtaikocha added this pull request to the merge queue Feb 21, 2024
Merged via the queue into main with commit c001cfb Feb 21, 2024
6 checks passed
@davidtaikocha davidtaikocha deleted the signal_value_1 branch February 21, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants