relay-cluster icon indicating copy to clipboard operation
relay-cluster copied to clipboard

Relay Cluster manages orders and trade history, and offers non-custodial matching-as-a-service.

Results 6 relay-cluster issues
Sort by recently updated
recently updated
newest added

修改 baseFilter 在 o.OrderType 为 types.ORDER_TYPE_MARKET 时候,客户端没传 priKey 时候导致 o.AuthPrivateKey.Address() 内部进入后在底层出错。因为原 Address() 没做指针判空。导致的现象就是,代码运行到改行,停止往下进行,无任何输出,也不崩溃。测试重现请按如下步骤即可。客户端的 orderType 传 mark 类型的,但是不传 AuthPrivateKey 。就能看到了。

Getting this error when ever we start relay cluster. ```2018-10-14T10:11:07.048Z info market util,supported market:IOST-BAR 2018-10-14T10:11:07.048Z info market util,supported market:BAT-LRC 2018-10-14T10:11:07.048Z info market util,supported market:BAT-WETH 2018-10-14T10:11:07.048Z info market util,supported market:BAT-BAR 2018-10-14T10:11:07.048Z...

2018-08-19T22:29:52.095+0800 debug version:v1.5, contract:0x8d8812b72d1e4ffCeC158D25f56748b7d67c1e78, lrcTokenAddress:0x 2018-08-19T22:29:52.095+0800 debug rpcClient:http://13.113.214.212:8545, latest 2018-08-19T22:29:52.156+0800 debug version:v1.5, contract:0x8d8812b72d1e4ffCeC158D25f56748b7d67c1e78, tokenRegistryAddress:0x 2018-08-19T22:29:52.156+0800 debug rpcClient:http://13.113.214.212:8545, latest 2018-08-19T22:29:52.216+0800 debug version:v1.5, contract:0x8d8812b72d1e4ffCeC158D25f56748b7d67c1e78, delegateAddress:0x 2018-08-19T22:29:52.220+0800 info start refresh 1hr cache...... 2018-08-19T22:29:52.405+0800...

open static let `default`: EthAccountConfiguration = { return EthAccountConfiguration(namespace: "wallet", password: "qwerty") }() 这里的账号和密码配置是否要改成当前钱包的账号密码