-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vtransfer): store in-flight packet data (#10921)
Closes: IOU an issue ## Description While improving the vtransfer test coverage for multiple packet-forward-middleware hops, I made its implementation more robust to transformations of packet data through the transfer stack and across hops. ### Security Considerations Reduces sensitivity to packet data being changed by middleware. ### Scaling Considerations Additional (though not large) storage is needed for data of certain in-flight packets. ### Documentation Considerations No user-level changes. ### Testing Considerations It would be good to add a test showing that the newly added `x/vstorage` `originalData` storage tree does not contain entries after packets on all the relevant chains have been acknowledged or timed out. ### Upgrade Considerations It might be desirable to add support for `originalData` to `ExportGenesis` and `ImportGenesis`.
- Loading branch information
Showing
11 changed files
with
901 additions
and
215 deletions.
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
Oops, something went wrong.