-
Notifications
You must be signed in to change notification settings - Fork 80
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: restore no_std
support for serde
feature
#790
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #790 +/- ##
==========================================
- Coverage 71.48% 71.48% -0.01%
==========================================
Files 124 124
Lines 14963 14979 +16
==========================================
+ Hits 10696 10707 +11
- Misses 4267 4272 +5
☔ View full report in Codecov by Sentry. |
this works well for me |
7 tasks
romac
approved these changes
Aug 20, 2023
plafer
approved these changes
Aug 23, 2023
plafer
pushed a commit
that referenced
this pull request
Aug 30, 2023
* fix: restore no_std support for serde feature * deps: bump ibc-proto-rs to v0.34.0 * fix: reflect changes b/c of ibc-proto-rs * imp: comply naming + use better domain type for host_consensus_state * fix: apply host_cons_state_proof changes for conn_open_ack * fix: use domain TmEvent instead of proto for upgrade client proposal handler * misc: add a unclog for ibc-proto-rs upgrade
Farhad-Shabani
added a commit
that referenced
this pull request
Dec 11, 2023
… `burn-*` methods (#836) * split send_coins_*() functions and introduce extra data * arg name change * add error variant * add error * add `Other` variant to `TokenTransferError` * fmt * fix: restore `no_std` support for `serde` feature (#790) * fix: restore no_std support for serde feature * deps: bump ibc-proto-rs to v0.34.0 * fix: reflect changes b/c of ibc-proto-rs * imp: comply naming + use better domain type for host_consensus_state * fix: apply host_cons_state_proof changes for conn_open_ack * fix: use domain TmEvent instead of proto for upgrade client proposal handler * misc: add a unclog for ibc-proto-rs upgrade * bump ibc-proto to v0.34.1 and borsh to v0.10 (#844) * bump ibc-proto and borsh * changelog * add borsh derive for `MsgTransfer` * derive JsonSchema for MsgTransfer * fix JsonSchema derive for MsgTransfer Fix is in implementing it properly for our `Timestamp` * execute() methods must have &mut self * nit: spell checker * imp: simplify escrow/unescrow abstraction + using memo instead * chore: dress up with unclogs * nit: adjust unlogs * nit: remove confusing InternalTransferFailed error variant * imp: add memo field to burn-coins-* * docs: adjust & add missing docstrings --------- Co-authored-by: Farhad Shabani <[email protected]>
Farhad-Shabani
added a commit
that referenced
this pull request
Sep 9, 2024
* fix: restore no_std support for serde feature * deps: bump ibc-proto-rs to v0.34.0 * fix: reflect changes b/c of ibc-proto-rs * imp: comply naming + use better domain type for host_consensus_state * fix: apply host_cons_state_proof changes for conn_open_ack * fix: use domain TmEvent instead of proto for upgrade client proposal handler * misc: add a unclog for ibc-proto-rs upgrade
Farhad-Shabani
added a commit
that referenced
this pull request
Sep 9, 2024
… `burn-*` methods (#836) * split send_coins_*() functions and introduce extra data * arg name change * add error variant * add error * add `Other` variant to `TokenTransferError` * fmt * fix: restore `no_std` support for `serde` feature (#790) * fix: restore no_std support for serde feature * deps: bump ibc-proto-rs to v0.34.0 * fix: reflect changes b/c of ibc-proto-rs * imp: comply naming + use better domain type for host_consensus_state * fix: apply host_cons_state_proof changes for conn_open_ack * fix: use domain TmEvent instead of proto for upgrade client proposal handler * misc: add a unclog for ibc-proto-rs upgrade * bump ibc-proto to v0.34.1 and borsh to v0.10 (#844) * bump ibc-proto and borsh * changelog * add borsh derive for `MsgTransfer` * derive JsonSchema for MsgTransfer * fix JsonSchema derive for MsgTransfer Fix is in implementing it properly for our `Timestamp` * execute() methods must have &mut self * nit: spell checker * imp: simplify escrow/unescrow abstraction + using memo instead * chore: dress up with unclogs * nit: adjust unlogs * nit: remove confusing InternalTransferFailed error variant * imp: add memo field to burn-coins-* * docs: adjust & add missing docstrings --------- Co-authored-by: Farhad Shabani <[email protected]>
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.
Closes: #741
Closes: #753
Closes: #838
Integration tests: informalsystems/basecoin-rs#124
Remarks
ibc-proto-rs
to v0.34.0 as well.ibc-proto-rs
) to deal with afterward: [ICS02] ModifyMsgUpdateClient
handler to also handle misbehaviour due toibc-proto-rs
v0.34.0 updates #835PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.