-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
…to kiz-alex-test-xcm
…to kiz-alex-test-xcm
…to kiz-alex-test-xcm
…to kiz-alex-test-xcm
…to kiz-alex-test-xcm
…to kiz-alex-test-xcm
use sp_std::result; | ||
|
||
/// Errors associated with [`MatchesFungibles`] operation. | ||
pub enum Error { |
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.
This error type cannot (as-is) and should not accommodate all the variant errors that can happen in different implementations (elsewhere), if they can exist.
If ^^ is correct then we need type Error
on MatchesFungibles
, or a Other(..)
variant for random stuff.
But for now it seemed like an overkill.
Co-authored-by: Alexander Popiak <[email protected]>
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.
some typo fixes
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
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.
I authored it partially as well, but still :p
This is becoming hard to maintain with upstream changes and I worry that it might become a stale PR. In that case, note that there was one small logical bug that was found here and make sure it is fixed elsewhere.
…to kiz-alex-test-xcm
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.
I def see no reason not to merge this PR
bot merge |
Waiting for commit status. |
This PR adds some documentation and tests for XCM types and functions.
Mostly authored by @kianenigma 🙏
related to #2841