-
Notifications
You must be signed in to change notification settings - Fork 9
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: Prevent networkId to be from native chain when receiving call messsages. #166
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AntonAndell
requested review from
redlarva,
ibrizsabin and
nightowl121
as code owners
November 8, 2023 08:45
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Nov 8, 2023
AntonAndell
added
bug
Something isn't working
and removed
documentation
Improvements or additions to documentation
labels
Nov 8, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
============================================
- Coverage 69.00% 68.83% -0.18%
Complexity 55 55
============================================
Files 32 32
Lines 1926 1925 -1
Branches 34 34
============================================
- Hits 1329 1325 -4
- Misses 581 584 +3
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
AntonAndell
force-pushed
the
fix/add-network-id-check-in-handleMessage
branch
from
November 8, 2023 08:47
e17d8fe
to
3c7ce45
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Nov 8, 2023
ibrizsabin
approved these changes
Nov 8, 2023
AntonAndell
changed the title
fix: Prevent networkId to be from native chain when receiving call messsages.
fix: Prevent networkId to be from native chain when receiving call messsages.
Nov 8, 2023
AntonAndell
force-pushed
the
fix/add-network-id-check-in-handleMessage
branch
2 times, most recently
from
November 8, 2023 09:09
fbd6747
to
6d6183a
Compare
github-actions
bot
removed
the
documentation
Improvements or additions to documentation
label
Nov 8, 2023
AntonAndell
force-pushed
the
fix/add-network-id-check-in-handleMessage
branch
from
November 8, 2023 09:16
6d6183a
to
93860b0
Compare
AntonAndell
force-pushed
the
fix/add-network-id-check-in-handleMessage
branch
from
November 8, 2023 10:31
93860b0
to
7ff308f
Compare
ibrizsabin
approved these changes
Nov 8, 2023
DeepakBomjan
pushed a commit
that referenced
this pull request
Nov 8, 2023
ibrizsabin
added a commit
that referenced
this pull request
Nov 8, 2023
* docs: add deployment addresses (#153) * Create contract-addresses.json * fix: fix space --------- Co-authored-by: ibrizsabin <[email protected]> * fix: use constant version of [email protected] for build (#163) * fix: Prevent networkId to be from native chain when receiving call messsages. (#166) --------- Co-authored-by: CyrusVorwald <[email protected]> Co-authored-by: ibrizsabin <[email protected]> Co-authored-by: redlarva <[email protected]> Co-authored-by: AntonAndell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Commit Message
see the guidelines for commit messages.
Changelog Entry
Checklist: