-
Most substrate chains are entirely transparent and everyone has read access to all the storage.
Privacy focused chains, like the [Integritee privacy sidechains](https://medium.com/integritee/a-privacy…
-
We're currently forking jsonrpc for use in our enclave. Thanks @dingelish for your previous upgrades on `serde`.
We're now stuck. If you build
https://github.com/scs/substraTEE-worker/tree/upgrade…
-
## Details
RPC subscriptions produce items that are unbounded. This can lead to internal buffers growing too much,
especially when consumers are too slow.
This issue opens the discussion for im…
-
### TODO before we close out the UCB cohort & tag the content repo
- [ ] Remove substrate module slides to remove what we didn't cover (or mention) on notion.
- [x] https://github.com/Polkadot-Bl…
-
As discussed on discord there is a plan to have a testnet faucet account, where people who want testnet tokens can request to sign a [balance transfer](https://docs.rs/pallet-balances/latest/pallet_ba…
-
### Issue: Implement `starknet_getTransactionReceipt` RPC Call
**Description:**
The `starknet_getTransactionReceipt` RPC call has been implemented but requires further testing and verification agai…
-
@statictype brings up a great point in #218 –– it is likely that many current RPC calls should (at least eventually) occur through `state_call`. How can we account for this in Capi?
-
-
```golang
package main
import (
"fmt"
"math/big"
gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4"
"github.com/centrifuge/go-substrate-rpc-client/v4/signature"
"github.com/centr…
-
**Description**
Using Sidecar version v19.2.0 for a Centrifuge node doesn't seem compatible.
It works as expected with version v19.1.0.
Are there any compatibility matrix for Sidecar versions a…