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.
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
fix: adding
Sanitize()
method toData
interface #168fix: adding
Sanitize()
method toData
interface #168Changes from 21 commits
95170b0
19574b3
764911a
8ac65d1
51f8a47
30aac7c
9338cd3
9dac67c
9ec054d
79299ce
7a2be4b
d28cd94
2576b11
7b266b5
b5012c0
79a69e5
feb7915
1239590
e0d80a7
7fe7c7c
9d3e003
3eb6751
f2b4a84
12787d6
5e3a5d5
7a84786
33fecbd
8fad47f
85797a4
756cc1e
3045e99
747f4df
cbd3307
ce0cf08
aac9b1d
e4833a5
97593be
cffbfa6
63a607b
0a5fb29
5709958
a4eddc7
3004412
37f268f
342dc34
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It appears that there is no reference for Int in my cosmos-sdk version, can you please test this, The only option I can find is BigInt()
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.
Int is being used as anonymous field here which is of the type big.Int. BigInt() is a method but we needed to check the value here
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.
Here is relevant unit tests:
modules/schema/data/base/decData_test.go
Lines 113 to 118 in 3eb6751