Xiliang Chen
Xiliang Chen
https://github.com/AcalaNetwork/chopsticks/blob/8a286d1006354279bace1b5ec5298fd4dd88a3db/packages/utils/src/index.ts#L98-L115 There is little reason to send those messages over WebSocket. Should just use the Blockchain object directly.
One downside about global variables is that for some use cases, we need to handle chopsticks instances running at a same time (e.g. unit tests) so need to ensure they...
**Bug report** **Input code** ```ts import type { Anthropic } from '@anthropic-ai/sdk' export const test = (): Anthropic | undefined => { return undefined } ``` **Expected output** don't throw...
reference https://github.com/Snowfork/snowbridge/pull/1367/files#diff-c7091a137dad0a520bfed639823c73d57009391b272865437e97fa4985c53aaeR54
https://forum.polkadot.network/t/asset-hub-migration-2025/11129/6?u=xlc https://hackmd.io/@n9QBuDYOQXG-nWCBrwx8YQ/HkYVQFS8ke
Allow governance to propose & deploy contracts which have access to various treasury.
I am investigating why this failed: https://github.com/open-web3-stack/polkadot-ecosystem-tests/actions/runs/11964539727/job/33357037908?pr=112 It is generating a signed tx with hex of `0x9902840088dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee0001a4c8b0e0e88d68b8e1a990e3bc0b539d95be71c071e27241e16b9217a27a000b88f67541243c434cb87a1e825a04926d60d286c8da706b3737c2657fa7f108450300009a00000000000080c6a47e8d0300000000000000000004010200411f0100d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6900`, which pjs apps failed to decode it and runtime rejects it as invalid...
I am getting this error ``` error[E0277]: the trait bound `H256: parity_scale_codec::DecodeWithMemTracking` is not satisfied --> /Users/xiliangchen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sp-runtime-41.1.0/src/traits/mod.rs:1085:16 | 1085 | type Output = sp_core::H256; | ^^^^^^^^^^^^^ the trait `parity_scale_codec::DecodeWithMemTracking` is...
There have been quite a few vulnerabilities discovered recently, and none of them were particularly complex. Most could have been identified through careful code reviews. I’m wondering if we should...
Does AI Gateway sdk support dynamic routes?