contracts-bedrock: depositTransaction warning#2678
Conversation
|
2c3add6 to
44ac024
Compare
|
Needs lint fixes |
44ac024 to
7548d9e
Compare
Addresses TOB-OPT-7: > When a smart contract submits a deposit transaction, the code will transform the contract address to an aliased address by adding a fixed offset. Due to the lack of specification and guidance regarding how smart contracts should manage funds within the system, a naive smart contract that interacts with the DepositFeed could lock funds in the system that may not be retrievable later. The recommendation was: > Provide guidance within the documentation to ensure that smart contract developers are aware of this edge case.
7548d9e to
58326fe
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
Merge failed. Please see automated check logs for more details. |
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Addresses TOB-OPT-7:
The recommendation was: