Tiến Nguyễn Khắc
Tiến Nguyễn Khắc
Leverage data attributes + auto capture instead of manually dispatching actions.
Right now, fiat price are fetched independently from multiple places, including from dependent library (i.e our balances library) We should look into consolidating them into a single source to have...
- Expose simple REST endpoint accessible both via our internal ID or the chain genesis hash i.e. `https://chaindata.talisman.xyz/0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e` - REST endpoint for exposing static assets - Strongly typed TypeScript library...
This is just an example of what we need to integrate DApp staking on Talisman
## What's the problem this PR addresses? #6359 ## How did you fix it? Add workspace root LICENSE via `genPackList` & `genPackStream`. ## Checklist - [x] I have read the...
- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do ## Describe the...
- Simplify subscription logic - Fix #2225
Okay, so this will definitely fix #620. The problem was due to restarting a connection that threw an unrecoverable error, for example `CrashError`, this will guarantee to throw again, which...
Generally safer as this avoid accidentally creating an infinite loop. This is available since Smoldot [v2.0.30](https://github.com/smol-dot/smoldot/compare/light-js-deno-v2.0.29...light-js-deno-v2.0.30).