Greg Hill
Greg Hill
We already have the static types from the chain metadata so it should be possible to build these types without an API connection. However with instant-seal now enabled (https://github.com/interlay/interbtc-api/pull/578) running...
This test was removed (https://github.com/interlay/interbtc-api/pull/575) but I think we should probably re-add it.
Yes we need to extend that condition and we should also update `ensure_no_ongoing_fork`. I can't see which `target` type you are linking to in electrum, but I am assuming it...
@nud3l @sander2 thoughts on including this pallet?
Good point @sander2, let's continue the discussion here https://github.com/interlay/interbtc-clients/issues/484
We were able to submit a call using this solution: https://github.com/polkascan/py-substrate-interface/issues/315#issuecomment-1413780522
Thanks for the issue @Milerius, it would be really helpful if you could post a minimal example to reproduce this problem. If you provide that I can investigate further!
Actually this change will be required after https://github.com/interlay/interbtc/pull/985 is merged. Previously each `WeightInfo` implementation for `()` implicitly used `RocksDbWeight` but now the auto-generated weight structs will use `T::DbWeight` which is...
For reference, the following actions are currently prohibited when a Vault is banned: * `request_issue` * `request_redeem` * `request_replace` * `accept_replace` We have recently removed the SLA module, but the...
For more context I am working on integrating the code linked [here](https://github.com/bitcoinjs/bitcoinjs-lib/issues/1883#issuecomment-1747448779) (creating inscriptions) with the MetaMask Bitcoin snap which fails [here](https://github.com/snapdao/btcsnap/blob/7bad370a45b744b3c108308e75ce7fa2a7a7061f/packages/snap/src/bitcoin/index.ts#L96). The only solution I can see right now...