-
If not explicilty set a node binds only to IPv4 addresses. This results in some usability issues. For example I cannot connect to the HTTP or Websocket RPC API endpoints if I use the host `localhost` …
-
@lsaether added an enhancement to the kitchen node that allows it to both instantly ad manually seal blocks. The code is in an [alternate `service.rs` file]() which was not tested and not discoverable…
-
Problem: feature checks are hardcoded at the moment
https://github.com/paritytech/substrate/blob/eb1a2a8e8d1a84724cdcb80f706c9b17bed6d4a7/scripts/ci/gitlab/pipeline/test.yml#L159
https://github.…
-
Child-tree data is currently fetched sequentially.
Most chains to date don't have that many child-trees so this hasn't been an issue, but the Rococo Contracts chain has almost 3000 child tries maki…
-
# related:
- [x] #342
- [x] xxx
-
I'm not sure if it is a bug or intended behaviour; sometimes i'm getting:
`Subscription buffer limit=16 exceeded for subscription=state_storage conn_id=(...); dropping subscription`
on my public r…
-
I have created an example pallet from the tutorials and i want to interact with that pallet programatically.
```rust
#[pallet::call]
impl Pallet {
#[pallet::call_index(1)]
#[pallet::weight…
-
The manual seal RPC endpoint has a field call `finalize`. When set, the newly-created block (and all of its ancestors) should be finalized. This parameter is not working as expected.
Creating block…
-
The following two RPC endpoints are inherently broken due to the fact that they return `Vec`s:
```rust
/// Returns the keys with prefix, leave empty to get all the keys.
#[method(…
-
Previously raised here: https://github.com/paritytech/polkadot-sdk/issues/3473
### Motivation
Was looking for a subscription (websocket pubsub) to monitor the live txpool/mempool for incoming ex…