interbtc-api icon indicating copy to clipboard operation
interbtc-api copied to clipboard

interBTC TypeScript SDK

Results 44 interbtc-api issues
Sort by recently updated
recently updated
newest added

The scripts no longer compile so I has to tweak the `tsconfig.json` to work with CommonJS so don't merge this. Use `ts-node scripts/register-asset.ts`

**Describe the bug** Hello, when i install and use the library i receive errors for no matching export in ESM build files of the library. Can you help me? I...

bug

Complete the test coverage of loan modules, write the tests marked with `// TODO`

enhancement
prio:medium

Added error handling to the script runtime-upgrade. If any part of the script fails it can crash and/or behave unpredictably. Added some try and catch blocks for handling specific error...

Corrected typos in .ts files

Proof of concept to pay use USDT as the transaction fee on statemint. With this, users won't need DOT on statemint anymore. Basically, all you have to do is to...

Todo: - [ ] relay chain setup - [ ] amm curve pools - [ ] add interlay support (future pr) - [ ] (optional) some cleanup

**Is your feature request related to a problem? Please describe.** Transaction module is no longer needed since lib returns submittable extrinsics and submission logic has moved to UI. Only current...

enhancement
prio:medium

Some unit test register types manually. It would be better to get them dynamically. See [this example](https://github.com/interlay/interbtc-api/blob/d987b57b73aa1a008037dab6d653f302ba560584/test/unit/parachain/asset-registry.test.ts#L36-L50) in asset-registry tests. And this relevant discussion on a previous PR: https://github.com/interlay/interbtc-api/pull/429#discussion_r910898489 So,...

enhancement
prio:low