-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #119. This change includes the following: * Adds a _totalPings argument to the ping() function. This is needed to limit the Unit Test to one ping/pong. This was done to avoid re-entrancy limitations of the LZEndpointMock, which can only call send one time per chain endpoint. It is also nice to be able to limit the number of pings sent. * Adjusts unit tests to correspond with the changed behavior. * Adds documentation to `PingPong.sol`. Signed-off-by: Ryan Goulding <[email protected]>
- Loading branch information
1 parent
984a487
commit d287ee0
Showing
7 changed files
with
270 additions
and
233 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
Oops, something went wrong.