-
Notifications
You must be signed in to change notification settings - Fork 940
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
chore(swamp): replace cosmos prefix with celestia in swamp tests #1583
Merged
vgonkivs
merged 5 commits into
celestiaorg:main
from
vgonkivs:add_celestia_prefix_in_swamp_tests
Jan 25, 2023
Merged
chore(swamp): replace cosmos prefix with celestia in swamp tests #1583
vgonkivs
merged 5 commits into
celestiaorg:main
from
vgonkivs:add_celestia_prefix_in_swamp_tests
Jan 25, 2023
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
vgonkivs
added
swamp
Related to Integration tests
kind:fix
Attached to bug-fixing PRs
labels
Jan 10, 2023
vgonkivs
requested review from
renaynay,
Wondertan and
distractedm1nd
as code owners
January 10, 2023 15:33
vgonkivs
changed the title
chore: replace cosmos prefix with celestia in swamp tests
chore(swamp): replace cosmos prefix with celestia in swamp tests
Jan 10, 2023
vgonkivs
force-pushed
the
add_celestia_prefix_in_swamp_tests
branch
from
January 10, 2023 15:36
4ebec2c
to
c9f9685
Compare
Does it fixes tests on mac? Also the question why did it work before |
Wondertan
requested changes
Jan 11, 2023
vgonkivs
force-pushed
the
add_celestia_prefix_in_swamp_tests
branch
from
January 24, 2023 13:16
c9f9685
to
86a56fa
Compare
Codecov Report
@@ Coverage Diff @@
## main #1583 +/- ##
==========================================
- Coverage 54.91% 54.89% -0.02%
==========================================
Files 230 231 +1
Lines 14983 14995 +12
==========================================
+ Hits 8228 8232 +4
- Misses 5874 5882 +8
Partials 881 881
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
distractedm1nd
previously approved these changes
Jan 24, 2023
renaynay
previously approved these changes
Jan 24, 2023
Wondertan
reviewed
Jan 24, 2023
vgonkivs
dismissed stale reviews from renaynay and distractedm1nd
via
January 24, 2023 15:16
ced5107
vgonkivs
force-pushed
the
add_celestia_prefix_in_swamp_tests
branch
from
January 24, 2023 15:45
ced5107
to
2b22508
Compare
distractedm1nd
approved these changes
Jan 24, 2023
Wondertan
approved these changes
Jan 24, 2023
renaynay
approved these changes
Jan 25, 2023
derrandz
added a commit
to derrandz/celestia-node
that referenced
this pull request
Jan 26, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
Bidon15
added a commit
to Bidon15/celestia-node
that referenced
this pull request
Jan 26, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
walldiss
pushed a commit
to walldiss/celestia-node
that referenced
this pull request
Jan 26, 2023
distractedm1nd
pushed a commit
to distractedm1nd/celestia-node
that referenced
this pull request
Jan 26, 2023
derrandz
added a commit
to derrandz/celestia-node
that referenced
this pull request
Jan 27, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
Bidon15
added a commit
to Bidon15/celestia-node
that referenced
this pull request
Jan 27, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
derrandz
added a commit
to derrandz/celestia-node
that referenced
this pull request
Jan 27, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
derrandz
added a commit
to derrandz/celestia-node
that referenced
this pull request
Jan 27, 2023
…sts (celestiaorg#1583)" This reverts commit f3b334f.
renaynay
pushed a commit
to renaynay/celestia-node
that referenced
this pull request
Jan 31, 2023
renaynay
pushed a commit
that referenced
this pull request
Feb 1, 2023
5 tasks
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.
Overview
Use "celestia" prefix for accounts instead of "cosmos" in swamp tests
Checklist