-
We need a `@spacemesh/crypto` lib that:
- allows generation of new mnemonics, keypairs, and accounts
- reads/writes wallet files
- contains the Wallet data structures and methods
- can validate …
-
Error message: `panic: creating payload: signed extension 'PrevalidateAttests' is not supported`
Here's the sample code
```go
func Transfer(keyPair signature.KeyringPair) {
// This sample shows…
-
Not all Substrate testing utilities are available to Polkadot/Cumulus which currently duplicate the initial Substrate implementation.
For example the Substrate `cli` integration tests (https://github…
-
Inspired by https://forum.polkadot.network/t/wasm-view-functions/1045/6
Most frontend clients depend on storage based apis for reading state of the chain/pallet. We have runtime-apis that solves th…
Ank4n updated
1 month ago
-
Before creating a full RFC, I want to start a discussion on a potential direction around improving Weights and Benchmarks in the Polkadot SDK.
## Problems to solve
- Weights / Benchmarking are i…
-
# Overview
adding `--relay-chain-rpc-urls` to manta docker container runs into issue
```bash
Thread 'main' panicked at 'Genesis block hash is always available; qed: RpcCallError("chain_getBlockHash…
-
- [x] - /api/v1/polkadot/{network}/staking/nominate
- [x] - /api/v1/eth/staking/direct/tx/create-pod
- "summary": "Prepare Create EigenPod Transaction",
- "description": "Construct serialized…
-
The application panicked (crashed) when some of the RPC nodes are unreachable.
Logs:
```
[2022-03-11T04:21:51.869184Z WARN rustls::check] Received a ServerHelloDone handshake message while expec…
lazam updated
8 months ago
-
... should be easier now: https://github.com/polkadot-js/api/issues/3027
-
Main Java sources https://github.com/polkadot-java/api/tree/master/packages/src
were not updated for 2 years, and there were never public release to maven Central #13
This looks like dead project…