-
-
# Rollback on Successful Dispute
Because this trading engine offers decentralized order matching, dispute-resolution mechanism must be implemented.
The *anchor contract* is incapable of determinin…
-
See also #3165
0 amount transactions don't 'do' anything. (except perhaps put a new account on the ledger)
0 fee transactions flood the network and aren't helpful (and may be harmful if they don…
-
I may be wrong but it looks like we don't check snarks when putting them into the snark pool/rebroadcasting them. This is of course wrong. However, it is still a big DDOS channel (since someone can fl…
-
Currently, deal arbitration is done per sector. This can get really expensive if clients store large amounts of data (large numbers of sectors). We should move towards giving clients the ability to ei…
-
[dev-investigate][1] How to make circuits practical with 200 challenges. @porcuquine
-
The purpose of this issue is to track different ways with which we can resolve disputes about the correctness of a state transition or auction settlements.
The main aspects of a solution are:
- **…
-
The definition of CircomVk is as follows,
```
type CircomVk struct {
IC [][3]string `json:"IC"`
Alpha1 [3]string `json:"vk_alfa_1"`
Beta2 [3][2]string `json:"…
-
For the time being, the WASM-blob registered for a parachain on the relay-chain is the same as the runtime WASM-blob of the parachain. The only difference to a normal Substrate chain is that the runti…
bkchr updated
4 years ago
-
Hello,
I tried to run isekai with simple example, which you described in your README.md in medium post (https://medium.com/sikoba-network/first-steps-with-isekai-on-windows-e9e5ab2c64d7).
So i tried…