-
I run fullnode from scratch
```ERROR[08-19|07:16:50]
########## BAD BLOCK #########
Chain config: {ChainID: 99 Homestead: 1 DAO: DAOSupport: false EIP150: 2 EIP155: 3 EIP158: 3 Byzantium: 4 Const…
-
Scenario:
- Connect RPC API
- Create orders
- Wait for match
- Check balances
Refer to: https://github.com/tomochain/tomochain/tree/tomoX/contracts/trc21issuer/simulation/test
Create test in t…
-
Currently, we hard-code the value at:
https://github.com/tomochain/tomochain/blob/ef51d97af0f58ef566beae958fe9d34bfe19a6c1/tomox/mongodb.go#L35
So we should add more params for `tomo` command to c…
-
Due to the change by @vutran1710 in https://github.com/tomochain/tomorelayer/blob/master/contracts/Registration.sol#L17
Update this function
https://github.com/tomochain/tomochain/blob/tomoX/to…
-
Currently, `tomox` does not require user sign data when cancel an order
But we have to require user to sign(order.hash + order.status), and tomox have to verify the signature. Related to #744
-
I tried to add an indicator. Then i clicked its settings so right now i am seeing this picture under Styles with Defaults, Ok, and Cancel button below:
![Uploading 20200114_161252.jpg…]()
Then i c…
-
Once a match found, tomoX applies fee and settle balance for buyer and seller. TomoX allows paying fee without the need of having TOMO. Relayer advances buyer and seller amount of TOMO to pay masterno…
-
Login using private key
- Cancel order execution has a 1-2 second delay in certain pairs. in real situations it might be a little inconvenient if the user has a device that has a low specification
-…
-
TomoX is required for a node, so it have to be enabled in the default
-
So client can get order nonce via rpc api
```
tomox.getOrderNonce(ADDRESS)
```