-
Notifications
You must be signed in to change notification settings - Fork 103
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: upstream ORM updates #886
Conversation
@@ -139,8 +139,6 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2 | |||
|
|||
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 | |||
|
|||
replace github.com/tecbot/gorocksdb => github.com/cosmos/gorocksdb v1.2.0 |
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.
go mod tidy
was failing from this line.. dont think we actually needed it tho?
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.
Hmmm.... #677
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.
after looking at it again, i realized we already have cosmos/gorocksdb under the require
so no need to replace it anymore
Codecov Report
@@ Coverage Diff @@
## master #886 +/- ##
=======================================
Coverage 27.44% 27.44%
=======================================
Files 195 195
Lines 72193 72186 -7
=======================================
+ Hits 19812 19813 +1
+ Misses 50646 50639 -7
+ Partials 1735 1734 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
bumps ORM version to alpha.11 which includes a codegen change with table postfixes changing from
Store
toTable
and bug fixes.Closes: n/a
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change