Xiliang Chen
Xiliang Chen
Getting those error ``` error: write CONNECT_TIMEOUT xxxxx.eu-west-1.rds.amazonaws.com:5432 code: "CONNECT_TIMEOUT" at connection (/home/bun/app/node_modules/postgres/src/errors.js:26:2) at connectTimedOut (/home/bun/app/node_modules/postgres/src/connection.js:257:12) at done (/home/bun/app/node_modules/postgres/src/connection.js:1035:4) 383 | query && queryError(query, err) 384 | initial && (queryError(initial,...
Not all the known keys are configured here https://github.com/polkadot-js/api/blob/6fcd984205e302a60b3242a568bf791c452be869/packages/types/src/metadata/decorate/storage/substrate.ts#L20-L39 For a hopefully completed list, see this issue: https://github.com/paritytech/polkadot-sdk/issues/2126
A required feature flag doesn't make sense.
The goal is to allow Fellowship on Collective chain to have a sovereign account on Polkadot so that we can add it as an identity registrar. This will allow Fellows...
This means it will be possible to schedule recurring payments using Treasurer track.
Draft implementation for https://github.com/polkadot-fellows/RFCs/pull/14 TODOs: - [x] Have RFC14 accepted - [x] Tests - [x] Migrations
On the polkadot collective chain, a fellowshipTreasury is introduced with https://github.com/polkadot-fellows/runtimes/pull/109 We should be able to config pjs apps somehwere to enable the Treasury page for it.
Depends on https://github.com/polkadot-js/api/issues/2357 `system_dryRun` is unsafe RPC so need a way to detect if it is available, which depends on https://github.com/paritytech/polkadot-sdk/issues/68
We were getting >2k of `cannot send span to the batch span processor because the channel is full` error in less than a second which could be due to a...
Part of #2948 Break host.rs into multiple smaller files to improve maintainability. No logic change.