Cross dapp msgs support - #236
Open
SilkovAlexander wants to merge 33 commits into
Open
Conversation
# Conflicts: # CHANGELOG.md # Cargo.lock # Cargo.toml
# Conflicts: # .gitignore # CHANGELOG.md # Cargo.toml # tvm_client/src/processing/wait_for_transaction.rs # tvm_debugger/src/decode.rs # tvm_debugger/src/result.rs # tvm_executor/src/ordinary_transaction.rs # tvm_executor/src/transaction_executor.rs # tvm_vm/src/executor/token.rs # tvm_vm/src/executor/wasm.rs
- Normalize outgoing internal and cross-dapp message source dapp ids from the transaction effective source dapp id. - Reject internal out messages whose dst_dapp_id is set to a different dapp id. - Reject cross-dapp out messages without an effective source dapp id or with dst_dapp_id equal to source dapp id. - Preserve deploy-derived effective dapp id for constructor-produced cross-dapp messages.
- Normalize outgoing internal and cross-dapp message source dapp ids from the transaction effective source dapp id. - Reject internal out messages whose dst_dapp_id is set to a different dapp id. - Reject cross-dapp out messages without an effective source dapp id or with dst_dapp_id equal to source dapp id. - Preserve deploy-derived effective dapp id for constructor-produced cross-dapp messages.
…for-fraud-src-address-in-message added Negative test for fraud src address in message
This file contains hidden or 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
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.
No description provided.