-
# Rationale
### Why should this feature exist?
When contacting a node for data about the state of the chain, we want to know if the node thinks it is synced. That is, has blocks up to the highes…
-
Today addresses contain the asset ID that the party wants to receive. This works mostly, but once you want to receive one of many possible tranches of a fungible asset with a group key, things break d…
-
I am testing my beacon Node APIs by calling `Fork()`, the issue is at the time of decoding JSON (func `decodeJSONResponse` in `Fork`), I can see the below response after the GET call.
The error I am …
-
Hello, @jacogr
Thanks for your continuous help.
I am building a custodial wallet with AWS KMS for Polkadot blockchain (with ecdsa scheme). Unfortunately AWS KMS supports only secp256k1 curve, …
-
### Introduction
In certain situations, **a transaction that is added to a node's pool (of sequenced type) may not be propagated to the pools of its peer nodes,** resulting in the transaction being…
-
When i run `https://github.com/0xProject/0x-mesh/blob/master/examples/go/add-order/main.go`
```bash
0xca2047a327fa60de319085a361b9d430048247aabd64a9f38b69bffd81139db9
INFO[0000] submitted 1 order…
-
```
`the trait bound` `>::RuntimeApi: fp_rpc::ConvertTransactionRuntimeApi` is not satisfied
--> node/service/src/lib.rs:1279:30
|
1279 | polkadot_rpc::create_full(deps,subscr…
-
When invoking a method on a contract, we've occasionally seen FireFly get into a state where we get an NPE from the `syncasync` bridge and then no response is returned. It's not clear at the moment wh…
-
I'm running a Geth node with the following configuration to sync using Snap Sync and WebSocket/HTTP-RPC for monitoring:
```
geth --syncmode snap \
--gcmode full \
--datadir data \
…
-
Update the block building code in op-geth to use the superchain backend to validate executing messages. It should work with unsafe messages since we are optimizing for low latency.
This looks like …