This PR tests Router.sol queries to make sure the results matches the real operations and that saveSender modifier is correctly implemented. Also, it introduces random rates to queries and real operations.
Type of change
[ ] Bug fix
[ ] New feature
[ ] Breaking change
[ ] Dependency changes
[x] Code refactor / cleanup
[ ] Optimization: [ ] gas / [ ] bytecode
[ ] Documentation or wording changes
[ ] Other
Checklist:
[x] The diff is legible and has no extraneous changes
[x] Complex code has been commented, including external interfaces
[x] Tests have 100% code coverage
[x] The base branch is either main, or there's a description of how to merge
Description
This PR tests Router.sol queries to make sure the results matches the real operations and that saveSender modifier is correctly implemented. Also, it introduces random rates to queries and real operations.
Type of change
Checklist:
main
, or there's a description of how to mergeIssue Resolution
Closes #755