-
Notifications
You must be signed in to change notification settings - Fork 55
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
test: Added tests for Base_SpokePool.sol #818
base: master
Are you sure you want to change the base?
test: Added tests for Base_SpokePool.sol #818
Conversation
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
Signed-off-by: Dhruv-Varshney-Developer <[email protected]>
0e5d10f
to
c630e21
Compare
Hi @mrice32 @nicholaspai @chrismaree @pxrl, |
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.
Nice contribution +1
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.
Actually, can you address the no-missing-import
and no-missing-require
issues rather than disable warnings on them?
https://github.com/across-protocol/contracts/pull/818/files#r1900274196
Signed-off-by: Dhruv-Varshney-developer <[email protected]>
Signed-off-by: Dhruv-Varshney-developer <[email protected]>
Description
Base_SpokePool.sol
lacked test coverage, which could lead to potential issues. This PR ensures that the functionality is well-tested and behaves as expected. Additionally, small improvements to the documentation enhance clarity and professionalism, while ESLint warning adjustments streamline development.Code Changes Overview:
test/evm/hardhat/chain-specific-spokepools/Base_SpokePool.ts
, covering initialization and error scenarios.README.md
for spelling corrections and slight formatting improvements.Please let me know if improvements are needed in the PR!
You can learn more about me here.