-
Notifications
You must be signed in to change notification settings - Fork 100
Refactor error system #255
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
Merged
plafer
merged 44 commits into
informalsystems:main
from
octopus-network:use-displaydoc-as-error-handler
Nov 30, 2022
Merged
Changes from 36 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
969d65a
Redefine Ics20Error by displaydoc
DaviRain-Su 99d8205
Redefine Ics02Error by displaydoc
DaviRain-Su 0c73f95
Merge branch 'main' into use-displaydoc-as-error-handler
DaviRain-Su 1b2fcc3
Update client_state.rs
DaviRain-Su a067a5e
Redefine Ics07Error by displaydoc
DaviRain-Su 1af9128
Redefine Ics03Error by displaydoc
DaviRain-Su a2e7cbe
Redefine Ics04Error by displaydoc
DaviRain-Su d40612f
Redefine Ics05Error by displaydoc
DaviRain-Su fdbe14e
Redefine Ics23Error by displaydoc
DaviRain-Su 34dbead
Redefine Ics24Error by displaydoc
DaviRain-Su c68bab8
Redefine Ics26Error by displaydoc
DaviRain-Su fcb198a
Redefine Ics18Error by displaydoc
DaviRain-Su 42b9788
Redefine ParseFailure Error
DaviRain-Su 0abb309
Redefine HeightError
DaviRain-Su 5b9375c
Redefine ProofError
DaviRain-Su a11d007
Redefine SignerError
DaviRain-Su 4d62320
Redefine TimestampOverflowError, ParseTimestampError
DaviRain-Su 5cdfca1
Redefine event Error
DaviRain-Su 2bcd1c9
update ics03Error
DaviRain-Su 78d45e9
Update Ics04Error
DaviRain-Su 2ca3b77
Update Ics26Error
DaviRain-Su 070aea4
Remove flex-error
DaviRain-Su a6c2ccb
Update error.rs
DaviRain-Su d498573
Create 164-refactor-error-system.md
DaviRain-Su f0bf23b
Impl std::erorr::Error for IbcError
DaviRain-Su c1c0b58
Add #![allow(clippy::result_large_err)]
DaviRain-Su 0da59db
Rename Ics02Error to ClientError
DaviRain-Su 7cf2277
Rename Ics03Error to ConnectionError
DaviRain-Su 77bed23
Disassembling out PacketError
DaviRain-Su d385798
Rename Ics04Error to ChannelError
DaviRain-Su 1d6f64e
Rename Ics05Error to PortError
DaviRain-Su e3d2d33
Rename Ics23Error to CommitmentError
DaviRain-Su 0979e1f
Rename Ics26Error to RouterError
DaviRain-Su 29e2336
Rename Ics18Error to RelayerError
DaviRain-Su 00ef217
Rename Ics20Error to TokenTransferError
DaviRain-Su 686a298
Add ContextError for ValidationContext and ExecutionContext
DaviRain-Su 995d429
Update RouterError
DaviRain-Su d4a6c4d
fix clippy
DaviRain-Su 8628899
Update context.rs
DaviRain-Su 1567a06
Update lib.rs
DaviRain-Su 8912bde
Secondary error display output
DaviRain-Su 8f2bbe7
Remove unused Error variant
DaviRain-Su 2eeaff7
Remove unused Error variant
DaviRain-Su bba5a6d
Update 164-refactor-error-system.md
DaviRain-Su File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Refactor error system ([#164](https://github.com/cosmos/ibc-rs/issues/164)) | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.