-
Notifications
You must be signed in to change notification settings - Fork 484
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
add unit tests for handlePoolCreated #227
Merged
Merged
Conversation
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 stack of pull requests is managed by Graphite. Learn more about stacking. |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
6 times, most recently
from
May 20, 2024 17:17
a18518d
to
3ca291f
Compare
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
5 times, most recently
from
May 20, 2024 20:00
4fe3a56
to
2b520a9
Compare
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
from
May 21, 2024 20:58
2b520a9
to
4cfbce3
Compare
mzywang
changed the base branch from
main
to
05-09-update_mainnet_minimum_eth_locked
May 21, 2024 20:58
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
from
May 21, 2024 21:25
5e4c922
to
87cfa3d
Compare
mzywang
changed the base branch from
05-09-update_mainnet_minimum_eth_locked
to
main
May 21, 2024 21:30
mzywang
changed the base branch from
main
to
05-09-update_mainnet_minimum_eth_locked
May 21, 2024 21:33
mzywang
changed the base branch from
05-09-update_mainnet_minimum_eth_locked
to
main
May 21, 2024 21:33
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
9 times, most recently
from
May 22, 2024 14:07
ca097d3
to
dbe0058
Compare
mzywang
changed the base branch from
main
to
05-09-update_mainnet_minimum_eth_locked
May 22, 2024 15:14
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
from
May 22, 2024 15:17
ccd3103
to
4b42578
Compare
This was referenced May 22, 2024
Merged
mz-
approved these changes
May 28, 2024
andysmith415
approved these changes
May 29, 2024
mzywang
force-pushed
the
05-20-add_subgraph_unit_tests
branch
from
May 29, 2024 15:46
4b42578
to
1dfb743
Compare
mzywang
changed the base branch from
05-09-update_mainnet_minimum_eth_locked
to
main
May 29, 2024 15:46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds unit test for the
poolCreated
handler and updates the github action for running the unit tests (see image for example of failing test)Note that some changes were made to the subgraph code to support testing
StaticTokenDefinition
structure to be a static constant rather than a class method.