We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initial PR.
allow_list
authz.proto
IsAllowedAddress
PortChannelAmount
Allocation
transfer_authz.go
transfer_authorization.go
transfer_authz_test.go
transfer_authorization_test.go
ErrDuplicateEntry
ErrInvalidAuthorization
invalid transfer authorization
sdkerrors.Wrap(<type>, <message>)
sdkerrors.<type>.Wrapf(<message>)
proto/ibc/applications/transfer/v1
NewTransferAuthorization
func NewTransferAuthorization(allocations ...Allocation) *TransferAuthorization { return &TransferAuthorization{ Allocations: allocations, } }
Separate PRs against the feature branch can be opened for each of these items.
The text was updated successfully, but these errors were encountered:
Will tag myself beside tasks as I pick them up
Sorry, something went wrong.
damiannolan
chatton
No branches or pull requests
Initial PR.
allow_list
and use in the protodoc the same comment as SDK inauthz.proto
for send. @damiannolanIsAllowedAddress
private. @chatton Make isAllowedAddress private #2985PortChannelAmount
toAllocation
. @damiannolantransfer_authz.go
totransfer_authorization.go
andtransfer_authz_test.go
totransfer_authorization_test.go
. @chatton Renaming transfer authorization files #2990ErrDuplicateEntry
toErrInvalidAuthorization
and change the error text toinvalid transfer authorization
(see this comment). @chatton Change ErrDuplicateEntry to ErrInvalidAuthorization & change error formatting #2988Replace usage of this constant with SDK's.constant is not exported, would require changes to the SDK to do thissdkerrors.Wrap(<type>, <message>)
instead ofsdkerrors.<type>.Wrapf(<message>)
. @chattonauthz.proto
toproto/ibc/applications/transfer/v1
. @damiannolanNewTransferAuthorization
into a variadic function: @damiannolanSeparate PRs against the feature branch can be opened for each of these items.
The text was updated successfully, but these errors were encountered: