-
Notifications
You must be signed in to change notification settings - Fork 55
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
Use HTS NFTs as if they're deployed ERC721/IERC721Metadata/IERC721Enumerable contracts #82
Use HTS NFTs as if they're deployed ERC721/IERC721Metadata/IERC721Enumerable contracts #82
Conversation
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[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.
LG
expect(isApprovedForAllAfter).to.equal(true); | ||
}); | ||
|
||
it("should be able to execute transferFrom", async function () { |
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.
it("should be able to execute transferFrom", async function () { | |
it("should be able to execute delegate transferFrom", async function () { |
expect(ownerAfter).to.equal(secondWallet.address); | ||
}); | ||
|
||
it("should be able to approve", async function () { |
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.
it("should be able to approve", async function () { | |
it("should be able to delegate approve", async function () { |
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[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.
LGTM!
…merable contracts (hashgraph#82) * Add tests Signed-off-by: nikolay <[email protected]> * Install @openzeppelin/contracts Signed-off-by: nikolay <[email protected]> * Edit tests Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Bump hedera local node version Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Fix typos Signed-off-by: nikolay <[email protected]> * Edit workflow Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Edit ci Signed-off-by: nikolay <[email protected]> * Add tmate for debugging Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> * Test ci Signed-off-by: nikolay <[email protected]> Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay [email protected]
Description:
Related issue(s):
Fixes #79
Notes for reviewer:
Checklist