Robiquet
Robiquet
The function has a description of 'Owned balances (not shares) that are going to be distributed as incentives. Automatically' . I was expecting it to return the accumulated liquidity mining...
Using the following code in the browser: ``` tx.signAndSend( signer.address, { signer: signer.signer, assetId: { ForeignAsset: 0 } },... ``` Causes: The "Back to home" button doesn't do anything so...
Users currently have to pay two bonds when creating a market, the creation bond and the oracle bond. I propose that we make it possible to remove the need for...
Creator fee is of type `Perbill` and swap fee is of type `u128`. It confusing for devs to have to convert these things in different ways when creating and reading...
At the moment Court treats each voted number as a discrete option so votes such as "10.1" and "10.11" would be treated as different. I think this will make it...
Bug report At Zeitgeist we use `pallet-asset-tx-payment` to pay fees in other currencies. We use it like this: ``` const keyring = new Keyring({ type: "sr25519" }); const alice =...
Using the plugin on multiple accounts causes the following error:  Clearing out local storage fixes the issue