acheron

Results 42 issues of acheron

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.

explorer

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...

bug
explorer

Users should be able to: - Drag and drop tabs - Close all open tabs - Close tabs to the right - Close other tabs

explorer

Users should be able to format their code.

editor

We should implement basic linting for easier error spotting.

editor

We should add basic autocomplete to the editor and improve it over time.

editor

Users should be able to use Solana-CLI and common UNIX commands(i.e mkdir).

terminal

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...