Sebastien Guillemot

Results 116 comments of Sebastien Guillemot

@bakon11 you get the error because you used the wrong type. The constructor for `ExUnitPrices` is of type `new(mem_price: UnitInterval, step_price: UnitInterval): ExUnitPrices`. This is because the memory and steps...

Even if the `parameter` are all strings in practice for codegen simplicity, it would be good to at least have some kind of `docHint` field where you can specify the...

For example, you can see the definition of our hardhat tasks here: https://github.com/PaimaStudios/paima-engine/blob/master/packages/contracts/evm-contracts/src/paimaL2.ts#L5 You can see the task definitions already contain a name, description, all the arguments (along with if...

Which version of Yoroi are you using? For Chrome?

This is already the plan with the Cardano Connector

Probably we won't be able to fix this because Ledger has dropped support for Firefox for the foreseeable future. The proper fix will be disabling Ledger entirely on Firefox builds.

@LeoniePhiline https://github.com/LedgerHQ/ledgerjs/blob/master/docs/migrate_webusb.md#what-about-firefox-then Deprecation for Firefox has been coming for a long time because there is just no good way to connect hardware wallets to Firefox

Electron apps are significantly less safe than browser extensions. We've thought about publishing an Electron app in the past despite this, but I've always been hopeful we can eventually release...

This feels reasonable to me, but maybe @gostkin you can check

It could be done I guess. You could write a new "Prune" task that depends on the input & output tasks and instead of writing to the database, removes from...