Steve Degosserie

Results 11 issues of Steve Degosserie

Example implementation of the PSP22 Fungible Token Standard as a chain extension, supporting a multi-token system provided by the FRAME assets pallet. It demonstrates how ink! contracts (L2) can interact...

A-examples

The current defaults for pallet_xcm's Config are counter-intuitive as they imply any asset teleport is allowed (though is already disabled in XcmConfig) and Reserve transfers are not: ```rust impl pallet_xcm::Config...

good first issue

I followed the instructions of the Ask! quickstart over [here](https://docs.patract.io/en/ask/intro/quickstart) to create a simple contract, and when I want to compile it, I get the following error: ``` ❯ npx...

For a test project, I needed to submit extrinsic to a pallet that implemented a signed extension. The current Signer abstraction (ISigner) does not make it easy (or possible) to:...

Current, the Connect method of the WebSocketClient, and by extension of the JsonRpc & Application classes, is too restrictive: - It assumes a default URI if no node url is...

Problem is the result received from the RPC API does not include `tokenSymbol` or `tokenDecimals` parameters, and the current code does not handle well their absence.