-
Notifications
You must be signed in to change notification settings - Fork 295
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: outgoing messages to any address #4512
Merged
benesjan
merged 50 commits into
master
from
02-08-feat_outgoing_messages_to_any_address
Feb 15, 2024
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
80e2100
feat: outgoing messages to any address
benesjan c01f90a
WIP
benesjan 5ec38c0
WIP
benesjan a60bc45
WIP
benesjan 00ca423
WIP
benesjan ed7418a
WIP
benesjan b6857dd
WIP
benesjan d8ce03d
test fix
benesjan c459552
WIP
benesjan 8e6cbc1
fix 5
benesjan dc59f91
fixes
benesjan b2150ec
fixes 2
benesjan 734e98f
updated slither output
benesjan 837cac0
fix
benesjan 6179bf8
updated snaps
benesjan 474272c
nuked duplicate jest config
benesjan 0eaca06
fmt fix
benesjan ddb0edc
streamline cross-chain harness syntax
benesjan 790bbb8
fmt
benesjan 8141672
WIP
benesjan 3ac3372
Revert "fmt"
benesjan d547932
WIP
benesjan 06a08c4
WIP
benesjan dcb1765
WIP
benesjan dda9aeb
passing test
benesjan 34ddd0b
WIP
benesjan 14a5fd4
testing from private
benesjan 6dfacce
fmt
benesjan 47cbee2
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan ed83bc5
WIP
benesjan 9bd2b13
command fix
benesjan 4e1069a
fix command 2
benesjan d28842c
updated test data
benesjan 97946b3
diff cleanup
benesjan 3ae852c
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan e9ccf70
updated slither output
benesjan 1884d11
streamling e2e test
benesjan 2328e68
cleanup
benesjan b71deb0
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan db2122e
fixes after merge
benesjan f2f4f11
comment
benesjan ec23cb8
updated comment
benesjan 32344d0
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan 24ee4df
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan 22c54ce
making function actually private
benesjan e2aa37e
clarified test description
benesjan 461f6d4
no message_recipient func
benesjan 6d5c87b
clarifying comments
benesjan d2ca624
Merge branch 'master' into 02-08-feat_outgoing_messages_to_any_address
benesjan f54ef2d
cleanup
benesjan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🤣