Robiquet

Results 7 issues of 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...

p:high
t:bug
i:needs-audit

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...

p:medium
t:enhancement
l:S

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...

t:needs-investigation

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: ![image](https://user-images.githubusercontent.com/4950844/131742726-67304207-cd8f-4ddb-b9c1-93db1c86e7c4.png) Clearing out local storage fixes the issue