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

WIP Support fungible invites directly #1870

Closed
wants to merge 1 commit into from
Closed

Conversation

erights
Copy link
Member

@erights erights commented Oct 14, 2020

Draft. WIP. First step not obviously related --- not yet worth looking.

@erights erights requested review from katelynsills, warner and kriskowal and removed request for warner, kriskowal and katelynsills October 16, 2020 02:23
@erights
Copy link
Member Author

erights commented Oct 16, 2020

Sorry. Not ready for review. I accidentally asked for review because I thought I was on a different tab.

Comment on lines +87 to +91
if (leftI < leftLen) {
result.push(left[leftI]);
} else if (rightI < rightLen) {
result.push(right[rightI]);
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these leftover processing loops should be while loops. Also the two in doSubtract below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. not sure. need closer examination than I'm about to give it.

@katelynsills
Copy link
Contributor

This was described elsewhere as "objective" fungible versions of NFTs. If so, I think we don't want that as a feature. It looks like there is a lot of work in this PR to get the amount value elements sorted, though, so that is important to keep for future work.

@katelynsills katelynsills added ERTP package: ERTP Zoe package: Zoe Beta labels Feb 9, 2021
@katelynsills katelynsills added this to the Beta Launch milestone Feb 9, 2021
@katelynsills katelynsills self-assigned this Feb 10, 2021
@erights erights self-assigned this Feb 25, 2021
@erights
Copy link
Member Author

erights commented Mar 15, 2021

Closed in favor of #2642

@erights erights closed this Mar 15, 2021
@erights
Copy link
Member Author

erights commented Jul 26, 2021

Scavenged some into #3531

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERTP package: ERTP Zoe package: Zoe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants