Skip to content
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

authz/ics20: review comments for initial PR #2960

Closed
8 tasks done
crodriguezvega opened this issue Dec 20, 2022 · 1 comment
Closed
8 tasks done

authz/ics20: review comments for initial PR #2960

crodriguezvega opened this issue Dec 20, 2022 · 1 comment
Assignees
Milestone

Comments

@crodriguezvega
Copy link
Contributor

crodriguezvega commented Dec 20, 2022

Initial PR.

func NewTransferAuthorization(allocations ...Allocation) *TransferAuthorization {
	return &TransferAuthorization{
		Allocations: allocations,
	}
}

Separate PRs against the feature branch can be opened for each of these items.

@crodriguezvega crodriguezvega moved this to Todo in ibc-go Dec 20, 2022
@crodriguezvega crodriguezvega added this to the v7.0.0 milestone Dec 21, 2022
@crodriguezvega crodriguezvega changed the title Review comments for authz ics20 PR authz/ics20: review comments for initial PR Dec 21, 2022
@damiannolan damiannolan self-assigned this Jan 9, 2023
@damiannolan
Copy link
Member

Will tag myself beside tasks as I pick them up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done 🥳
Development

No branches or pull requests

3 participants