-
Notifications
You must be signed in to change notification settings - Fork 825
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
Bring CW721 pointer contract up to spec #1668
Bring CW721 pointer contract up to spec #1668
Conversation
…i-chain into improved-cw721-pointer
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1668 +/- ##
==========================================
+ Coverage 60.70% 60.72% +0.02%
==========================================
Files 367 367
Lines 26784 26809 +25
==========================================
+ Hits 16258 16280 +22
+ Misses 9429 9420 -9
- Partials 1097 1109 +12
|
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.
one tweak for a lib.js, lgtm
* POC - bring CW721 pointer contract up to spec * fixes to cw721 bindings * uses cw2981 ExecuteMsg/QueryMsg and implements extensions * attempt fix royalty info response * Update dummy ERC721.sol * Update EVM bindings for 721 queries * Fix bigInt handling * Fix up typing * Tidy up cwerc721 queries * Add more tests * Bug fixes * Update cwerc721.wasm builds * Fix contract syntax * Fix query_test for EVM query handlers * minor fixes * Update cwerc721 build * Add more cwerc721 pointer tests * Implement check_royalties * syncs up events with whats emitted by current cw nfts * adds evm_address extension query * no op query_all_operators * Update build * Update pointer contract api/bin/wasm files * Fix typo in contract test ABI * rebase --------- Co-authored-by: davyli <[email protected]> Co-authored-by: shab <[email protected]>
Closing. #1673 is a copy and was merged in. |
Describe your changes and provide context
Testing performed to validate your change
x/evm/client/wasm/query_test.go
to test out two new EVM queries ("TotalSupply" and "RoyaltyInfo")contracts/test/CW721toERC721PointerTest.js
that tests out new query responses