-
```
inpage.js:2 Failed to get token balances Error: 401 : {"message":"Usage without a token is no longer available. For future use, register and receive a free API token https://app.extrnode.com"}
`…
-
### Implementation ideas
This issue proposes adding a versioning system to the JSON RPC API that would allow us to slowly deprecate older API methods (adding is trivial) so as to give users apt time …
-
how can I use custom RPC API methods like getRecentPrioritizationFees which are supported by official nodes but not yet implemented in solana-py?
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
- [X] I have searched on the [issue tracker](https://github.com/ip…
-
The rollup node is going to need to communicate with an L2 execution client through its exposed engine-api.
The connection should happen with JWT authentication from a jwt secret file.
The engine …
-
**Is your feature request related to a problem? Please describe.**
We're currently using Blockstream's Esplora with BDK, but it's quite heavy and out of date with current electrs.
**Describe the s…
-
### What is the issue?
Does the Transmission RPC API support downloading the original .torrent file for a specific torrent? For instance, I would like to download the .torrent file for a torrent with…
-
### Proposal Details
1. Processing block generation logic
2. Providing an RPC API for querying the latest block height
3. Providing an RPC API for querying block Meta information, querying by heigh…
-
At the moment, running `npm run dev` command on the repository successfully builds but fails at runtime, because the mainnet / devnet configurations expect environment variables to be provided, matchi…
-
This heavily relates to https://github.com/cgwalters/bootc/issues/2 - but does not strictly depend on it.
My initial take is to add something like `bootc upgrade --json` which would not do interact…