github-actions[bot]
6b1eb761f4
[CI Skip] bump/beta 16.5.7-4-x
...
Lock Threads / lock (push) Has been cancelled
skip-checks: true
2026-07-22 12:27:10 +00:00
Tarik Gul
2682a89ea4
fix(types-known): decode foreign-asset ChargeAssetTxPayment on Westend Asset Hub ( #6268 )
2026-07-22 15:18:50 +03:00
github-actions[bot]
f9c81a897d
[CI Skip] bump/beta 16.5.7-3-x
...
skip-checks: true
2026-07-21 20:15:49 +00:00
Andrew Carpenter
61232db257
fix(rpc-provider): repair LRU list corruption when the tail entry is retrieved ( #6270 )
...
A get() hit on the entry currently at the internal list tail ran the
generic unlink in #toHead without retargeting #tail, leaving #tail
pointing at the node just moved to the head. From that point
keys()/entries() truncate, capacity eviction removes the most-recently-
used entry instead of the least, and the maps and the list diverge:
entries whose nodes have fallen off the walkable list can never become
the tail, so neither capacity nor TTL eviction can ever remove them,
while nodes for already-evicted keys stay pinned through the stale
next/prev chains of retained nodes. Both populations accumulate for
the lifetime of the provider, pinning their (potentially large)
stringified-params keys.
#toHead now handles the tail case explicitly: retarget #tail to
ref.prev and close the list behind the moved node, never dereferencing
the tail's own next pointer (which is not guaranteed valid - the first
node inserted keeps its constructor self-referential pointers).
2026-07-21 16:07:26 -04:00
github-actions[bot]
db81417393
[CI Skip] bump/beta 16.5.7-2-x
...
skip-checks: true
2026-07-19 02:00:38 +00:00
Tarik Gul
833adeb724
fix(rpc-provider)!: move nock to devDependencies so it no longer ships ( #6266 )
...
* fix(rpc-provider): move nock to devDependencies so it no longer ships
* Remove mock-socket from prod deps
2026-07-19 04:52:00 +03:00
github-actions[bot]
5f94aa34dd
[CI Skip] bump/beta 16.5.7-1-x
...
skip-checks: true
2026-07-18 23:52:31 +00:00
Tarik Gul
540f33b2ea
chore(metadata): update chain metadata and regenerate types to v16 ( #6265 )
...
* chore(metadata): update chain metadata to v16 and enable v16 tests
* chore(api-augment): regenerate chain types from v16 metadata
* fix(typegen): align lookup generation to v16 and add V9 slashing proof alias
2026-07-19 02:43:33 +03:00
github-actions[bot]
007c1ac830
[CI Skip] bump/beta 16.5.7-0-x
...
skip-checks: true
2026-07-17 21:56:37 +00:00
Tarik Gul
f5fbd7cf7e
fix: correct XCM VersionedMultiLocation V5 key and VersionedResponse enum ( #6264 )
2026-07-18 00:48:01 +03:00
Francis O'Brien
f837fdc201
Add missing RPC methods for author_rotateKeysWithOwner and mmr_generateAncestryProof ( #6263 )
...
* Add rotateKeysWithOwner RPC method and GeneratedSessionKeys type
* Add MmrAncestryProof type and generateAncestryProof RPC method
2026-07-17 17:43:56 -04:00
github-actions[bot]
dd76109c42
[CI Skip] release/stable 16.5.6
...
skip-checks: true
v16.5.6
2026-03-23 23:54:45 +00:00
Tarik Gul
c057ffb1ce
16.5.6 ( #6251 )
2026-03-24 01:46:24 +02:00
github-actions[bot]
a7170dd696
[CI Skip] bump/beta 16.5.6-2-x
...
skip-checks: true
2026-03-23 14:03:34 +00:00
Tarik Gul
38a3e341a4
Bump common to 14.0.3 ( #6250 )
2026-03-23 09:55:03 -04:00
github-actions[bot]
478fbd565d
[CI Skip] bump/beta 16.5.6-1-x
...
skip-checks: true
2026-03-17 14:55:07 +00:00
Tarik Gul
73845f8d03
Bump common to 14.0.2 ( #6248 )
...
* Bump common to 14.0.2
* dedupe
2026-03-17 16:46:32 +02:00
github-actions[bot]
b38df4078b
[CI Skip] bump/beta 16.5.6-0-x
...
skip-checks: true
2026-03-17 13:50:16 +00:00
Tarik Gul
0b48576744
Set headers to 2026 ( #6249 )
2026-03-17 15:41:40 +02:00
github-actions[bot]
eb34741c87
[CI Skip] release/stable 16.5.5
...
skip-checks: true
v16.5.5
2025-12-16 15:08:11 +00:00
Arjun Porwal
27b311bbec
16.5.5 ( #6237 )
2025-12-16 20:32:29 +05:30
github-actions[bot]
ac684a400a
[CI Skip] bump/beta 16.5.5-0-x
...
skip-checks: true
2025-12-16 13:49:35 +00:00
Arjun Porwal
3c812931ea
Improve subscriptions for observable handling ( #6236 )
...
* fix: subscribeNewHeads for improved observable handling
* fix: replace switchMap with mergeMap for improved subscription handling
2025-12-16 19:14:04 +05:30
github-actions[bot]
ce6f698c69
[CI Skip] release/stable 16.5.4
...
skip-checks: true
v16.5.4
2025-12-09 11:18:08 +00:00
rajk93
c2e3b7ce0b
16.5.4 ( #6234 )
2025-12-09 16:42:39 +05:30
github-actions[bot]
c18be8870f
[CI Skip] bump/beta 16.5.4-0-x
...
skip-checks: true
2025-12-09 10:35:30 +00:00
rajk93
4d77a05e48
chore: bump polkadot-js dependencies ( #6233 )
2025-12-09 15:59:56 +05:30
github-actions[bot]
9f6a9c53e6
[CI Skip] release/stable 16.5.3
...
skip-checks: true
v16.5.3
2025-11-25 09:39:31 +00:00
rajk93
7e8bb8e3b8
16.5.3 ( #6231 )
...
* 16.5.3
* chore: update CHANGELOG.md
2025-11-25 15:03:57 +05:30
github-actions[bot]
42d32bd6b8
[CI Skip] bump/beta 16.5.3-2-x
...
skip-checks: true
2025-11-25 08:44:47 +00:00
rajk93
c5bb6c3224
chore: bump polkadot dependencies ( #6232 )
2025-11-25 14:07:52 +05:30
github-actions[bot]
2d60329050
[CI Skip] bump/beta 16.5.3-1-x
...
skip-checks: true
2025-11-25 06:07:47 +00:00
rajk93
15fc2007d6
fix: iterate through all preRuntime logs and use the first recognized engine ( #6230 )
2025-11-25 11:32:12 +05:30
github-actions[bot]
d47f980301
[CI Skip] bump/beta 16.5.3-0-x
...
skip-checks: true
2025-11-19 11:58:59 +00:00
rajk93
4737d6509e
fix: filter contract events by address before decoding ( #6224 )
2025-11-19 17:23:24 +05:30
github-actions[bot]
8704fd09b3
[CI Skip] release/stable 16.5.2
...
skip-checks: true
v16.5.2
2025-11-11 06:53:46 +00:00
rajk93
397f778e22
16.5.2 ( #6223 )
2025-11-11 12:18:01 +05:30
github-actions[bot]
780a8881ef
[CI Skip] bump/beta 16.5.2-1-x
...
skip-checks: true
2025-11-11 06:38:21 +00:00
rajk93
dc6eb8061d
chore: bump polkadot dependencies ( #6222 )
2025-11-11 12:02:48 +05:30
github-actions[bot]
6941f55527
[CI Skip] bump/beta 16.5.2-0-x
...
skip-checks: true
2025-11-11 06:18:58 +00:00
rajk93
58f4bb7b48
fix: add phantom export to prevent empty types.ts compilation error ( #6221 )
2025-11-11 11:43:13 +05:30
github-actions[bot]
bf2297b898
[CI Skip] release/stable 16.5.1
...
skip-checks: true
v16.5.1
2025-11-06 07:00:14 +00:00
rajk93
7a2eb49154
16.5.1 ( #6220 )
2025-11-06 12:24:38 +05:30
github-actions[bot]
ebab516b8d
[CI Skip] bump/beta 16.4.10-1-x
...
skip-checks: true
2025-11-05 13:10:20 +00:00
Arjun Porwal
dea3391fb0
Upgrade Polkadot and Polkadot Asset Hub types for 2000000 ( #6219 )
...
* feat: upgrade polkadot types
* feat: upgrade polkadot asset hub types
2025-11-05 18:34:39 +05:30
github-actions[bot]
d55b2bfaf2
[CI Skip] bump/beta 16.4.10-0-x
...
skip-checks: true
2025-11-05 12:40:34 +00:00
Arjun Porwal
d0eba1d4dd
Upgrade Kusama and Kusama Asset Hub types for 1009003 ( #6218 )
...
* feat: upgrade kusama types
* feat: upgrade kusama asset hub types
* fix: lint
* fix: build issue
2025-11-05 18:05:00 +05:30
github-actions[bot]
f45dfc72ec
[CI Skip] release/stable 16.4.9
...
skip-checks: true
v16.4.9
2025-10-14 13:54:12 +00:00
Valentin Fernandez
8a2370c677
16.4.9 ( #6217 )
2025-10-14 10:48:23 -03:00
github-actions[bot]
d44ccd6e16
[CI Skip] bump/beta 16.4.9-1-x
...
skip-checks: true
2025-10-14 12:42:48 +00:00