-
Notifications
You must be signed in to change notification settings - Fork 116
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
update feat/parachain
with development
#3345
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
…stom `VaryingDataType` (#3315)
…om 4.0.12 to 4.0.13 (#3310) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kishan Sagathiya <kishansagathiya@gmail.com>
Added an enum to store message types for notification protocols.
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kishan Sagathiya <kishansagathiya@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kishansagathiya
force-pushed
the
kishan/update/feat/parachain
branch
from
June 20, 2023 10:23
f2fa3fb
to
cd9b42f
Compare
kishansagathiya
force-pushed
the
kishan/update/feat/parachain
branch
from
June 20, 2023 10:24
cd9b42f
to
49f5092
Compare
kishansagathiya
requested review from
edwardmack,
timwu20,
EclesioMeloJunior,
jimjbrettj,
dimartiro and
kanishkatn
as code owners
June 20, 2023 10:25
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feat/parachain #3345 +/- ##
==================================================
+ Coverage 51.12% 51.40% +0.27%
==================================================
Files 229 229
Lines 28316 28316
==================================================
+ Hits 14476 14555 +79
+ Misses 12444 12364 -80
- Partials 1396 1397 +1 |
kanishkatn
approved these changes
Jun 20, 2023
axaysagathiya
approved these changes
Jun 20, 2023
kishansagathiya
added a commit
to kishansagathiya/gossamer
that referenced
this pull request
Jul 4, 2023
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Timothy Wu <tim.wu@chainsafe.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eclésio Junior <eclesiomelo.1@gmail.com> Co-authored-by: Axay Sagathiya <axaysagathiya@gmail.com>
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Changes
I have gone with
merge
instead ofrebasing
as rebasing changes commit order.Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Primary Reviewer
@kanishkatn @axaysagathiya