Fix Multiple Issues for Hipparchus-0.34 (Backport) #21
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.
This is the Hipparchus-0.34 equivalent of this pull request for Hipparchus-0.37 .
Zero out balances for accounts that moved all funds out for all denoms
Cosmos Hub 3 Transaction tags
tx.sh
) : an additional null column called 'events' has been added to the dump.At Anthem level : we can revert to one of the following methods for deciding between events and tags
- Check if Chain ID is < 3 : then use jsonTags else use jsonEvents - and parse accordingly
- Check if jsonEvents column = null : then use jsonTags else use JsonEvents - and parse accordingly.
Marking @bonham000 here : as this affects integration with Anthem : assuming this change PR is approved as-is.
a) progress from 'uncheck' folder to 'progress' folder when commitUncheckedFiles() is invoked
b) and are deleted when deleteUncheckedFiles() is invoked
With the above changes, I have bumped up
ChorusOne/cosmos-sdk v0.34.10-12
tov0.34.10-14
TODOs For Ankit
Attach link to corresponding pull request for
ChorusOne/hipparchus
- when ready.Post Joe's review and Ankit's follow up commits
HEAD
of this branch.