- paritytech/smoldot-archive#1788: Subscribing to a chain after it has been added for a while results in broken parent references
- paritytech/smoldot-archive#2128: Transactions broadcast via smoldot on Kusama are not being included
- paritytech/smoldot-archive#2132: RFC-8 support
- paritytech/smoldot-archive#2148: Changes in the GRANDPA Authority-Set causes smoldot to stop reporting finality
- paritytech/smoldot-archive#2169: Invalid signature validation makes smoldot panic
- paritytech/smoldot-archive#2175: Smoldot panics when invoking the dry_run runtime-api on Westend
- paritytech/polkadot-sdk#2992: JSON-RPC messages arrive out of order
- paritytech/polkadot-sdk#5761: JSON-RPC: chainHead_v1_follow Subscription Sends newBlock events with unannounced parentBlockHash
- paritytech/polkadot-sdk#6683: JSON-RPC: chainHead_v1_storage started event is missing discardedItems property
- paritytech/polkadot-sdk#7989: Invalid storage keys in AssetHub Westend ForeignAssets.Asset
- paritytech/polkadot-sdk#8253: [pallet-revive] ReviveApi_get_storage doesn't accept 4-byte keys
- paritytech/polkadot-sdk#8677: [pallet-revive] Contract Instantiated event
- paritytech/polkadot-sdk#8678: [pallet-revive] Expose events on ReviveApi.call
- paritytech/polkadot-sdk#9300: Critical GRANDPA commits are not being gossiped
- paritytech/polkadot-sdk#9773: U256 gets expressed as [u64; 4] instead of u256 in the metadata
- paritytech/smoldot-archive#1804: Excessive operationInaccessible events
- paritytech/smoldot-archive#2023: Smoldot has panicked while executing task tx-service-asset-hub-westend
- paritytech/smoldot-archive#2089: Repeated operationInaccessible on call TaggedTransactionQueue_validate_transaction for System.apply_authorized_upgrade
- paritytech/smoldot-archive#2107: Smoldot has panicked while executing task sync-service-asset-hub-polkadot
- paritytech/smoldot-archive#2134: Starting smoldot with databaseContent takes longer than without it.
- paritytech/smoldot-archive#2158: Missing and delayed blocks on parachains
- paritytech/polkadot-sdk#5589: JSON-RPC: performance problem with chainHead_v1_storage queries using descendantValues
- paritytech/polkadot-sdk#6758: Configurable Maximum chainHead Subscriptions for WebSocket Connections in JSON-RPC Server
- paritytech/polkadot-sdk#6918: XcmPallet.execute weight is too high
- paritytech/polkadot-sdk#7958: Treasury: update spend.expire_at upon a valid payout request
- paritytech/polkadot-sdk#8157: rpc v2: transaction_v1_broadcast waits some time to submit_and_watch
- AcalaNetwork/chopsticks#969: Not working with Polkadot Bulletin Chain
- paritytech/smoldot-archive#1647: Fix rpc_methods return type
- paritytech/smoldot-archive#2171: Fix Invalid signature validation makes smoldot panic
- paritytech/smoldot-archive#2136: Implement state_getReadProof
- paritytech/polkadot-sdk#7959: Treasury: update expire date on payout
- paritytech/polkadot-sdk#8274: [pallet-revive] add get_storage_var_key for variable-sized keys
- paritytech/polkadot-sdk#8789: [pallet-revive] add contract instantiated event
- paritytech/polkadot-sdk#7134: xcm: convert properly assets in xcmpayment apis
- paritytech/polkadot-sdk#7201: xcm: avoid subtracting delivery fees twice
- paritytech/frame-metadata#102: fix: add back call_ty and reorder some fields
- AcalaNetwork/chopsticks#807: make json-rpc server id handling spec-compliant
- AcalaNetwork/chopsticks#813: JSON RPC interface spec: chainHead_v1
- AcalaNetwork/chopsticks#819: feat: add transaction_v1 group of functions
- AcalaNetwork/chopsticks#820: feat: add chainSpec_v1 group of functions
- AcalaNetwork/chopsticks#838: feat(chainHead_v1): operationWaitingForContinue and chainHead_v1_continue
- AcalaNetwork/chopsticks#874: feat(chainHead_v1): fake closestDescendantMerkleValue
- AcalaNetwork/chopsticks#921: feat: add support for chainHead_v1_storage hash queries
- AcalaNetwork/chopsticks#951: feat: add getMany to storage queries
- AcalaNetwork/chopsticks#962: fix: split getStorageBatch into smaller batches