0xbe1
0xbe1
Can you push to a separate branch so that I can play with it? Thanks! On Thu, Jun 30, 2022 at 09:56 Malcolm ***@***.***> wrote: > ***@***.**** commented on this...
api not reliable ``` curl -X GET "https://explorer.fuse.io/api?module=account&action=txlist&address=0x6a5F6A8121592BeCd6747a38d67451B310F7f156&page=1&offset=1" -H "accept: application/json" | jq ``` so is gnosis
@dmelotik would be helpful to investigate: when it says position not found, is it that these positions will never be created, or they are created but just slightly later than...
> @0xbe1 It seems like this issue is only happening on transactions where `subtractPosition()` is called, and this does not create a new position, but tries to load an existing...
@this-username-is-taken let me add these fields for all nft marketplace in one PR
> Looks really good to me 👍 > > Are there a list of edge cases and transactions for those cases you have on hand? Maybe it might be worth...
@dmelotik thanks!!! let me know when this needs approval :P
> Looking into it, they didn't follow the convention of placing their main file in `assembly/index.ts`, nor did they add `"ascMain": "index.ts"` to their `package.json`. > > I tried adding...
@mehtavishwa30 hi, the description of this bounty is really just one line: > Best use of existing subgraph(s) on The Graph Explorer Could you plz provide more details? What is...
logging RPC call details is very helpful since currently there is nothing subgraph devs can do when a smart contract call fails :) I run into an RPC call issue...