Dima Knivets
Dima Knivets
Following up on this PR. Let me know what would be the best way to move forward. I tried running the testing suite locally but looks like I got rate...
Yes, Ethereum network, but it's a local network instance running via Hardhat.
No, the initial getLogs request is performed with `fromBlock: -2` parameter, that's why it returns all events.
I ran it through a debugger multiple times, and the value of `fromBlock` was -2.
Thanks! Would you like me to create a screen recording where I reproduce the bug?
Hm, I just tried and it looks like `fromBlock` is not `-2`, but the `event._lastBlockNumber` is `-2`. At this point I don't remember if it was `fromBlock: -2` specifically or...
That's awesome! Great job @ricmoo
Unfortunately I agree with OP. This package feels like reinventing the wheel: it adds a wrapper around most of the @solana/web3 or spl-token functions. Why do we need transactionBuilders? Here's...
The docs are also not clear, how the metaplex.nfts().create() method relates to the old "create candy machine & mint a token" approach. If I create an NFT through the `create()`...
`/billing/{organization}/card/` -- is there a way to update `processor_token` for an organization API-wise?