alex
alex
Such query can be executed successfully in CLI or psycopg2 ``` SELECT a.collection_id AS collection_id, a.holder_address AS holder_address, date_trunc('hour', a.create_at) AS hour, count(a.id) AS sales FROM a WHERE a.collection_id =...
### Description Some useless `span` tags make the markdown render failed under `Docusaurus v2.4.1` , need remove them ### Test Plan
# 🐛 Bug Code block like this ``` fun calculate(x: u256, y:u256, z:u256): u256 { let y_prev = y; if (z > 1000) { y = y + 1; }...
## Description If the NFT mint & burn acttions are not too close in time, the burn event will be missing ## Repro 1. Run the token_v2_processor 2. Mint a...
# 🐛 Bug Code block like this ``` fun calculate(x: u256, y:u256, z:u256): u256 { let y_prev = y; if (z > 1000) { y = y + 1; }...
### Description This submission adds basic support for passkey to the SDK, and also includes corresponding tests. ### Test Plan There still some errors in api tests, especially the submission...
# 🚀 Feature Request Description A need for a well-packaged method or other mechanism to better verify signatures when only the public key is available. ## Motivation During the user...