acheron
acheron
Closes #2106
https://github.com/coral-xyz/anchor/blob/master/ts/src/program/namespace/account.ts#L210 is causing errors when fetching all accounts with a custom coder. `Invalid params: missing field offset.` Anchor coder returns a valid `offset` and `bytes` but a custom coder may...
Users should be able to drag and drop files to move them into different directories.
There can be memory leak if a user changes explorer pages during an async request. We should check to see if the component is still mounted at the end of...
Users should be able to: - Drag and drop tabs - Close all open tabs - Close tabs to the right - Close other tabs
Users should be able to use Solana-CLI and common UNIX commands(i.e mkdir).
Follow up on #2143, coders in Anchor package is no longer necessary. This is a breaking change, codebases that rely on SPL from Anchor package would need to migrate to...