-
Notifications
You must be signed in to change notification settings - Fork 208
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
Conversation
Sorry. Not ready for review. I accidentally asked for review because I thought I was on a different tab. |
4569681
to
e7c122c
Compare
if (leftI < leftLen) { | ||
result.push(left[leftI]); | ||
} else if (rightI < rightLen) { | ||
result.push(right[rightI]); | ||
} |
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 think these leftover processing loops should be while loops. Also the two in doSubtract
below.
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.
Hmm. not sure. need closer examination than I'm about to give it.
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. |
Closed in favor of #2642 |
Scavenged some into #3531 |
Draft. WIP. First step not obviously related --- not yet worth looking.