disgo
disgo copied to clipboard
CouldNotReachConsensus
DEVNET
{"status":"Pending","humanReadableStatus":"Pending","created":"2019-01-29T06:48:58.391870446Z","_delegateInfo":{"address":"b5e76c1d2b2ff6dc654c5a35c38e307a32a33f78","grpcEndpoint":{"host":"10.138.0.16","port":1973},"httpEndpoint":{"host":"35.233.197.138","port":1975},"localHttpApiPort":0,"type":"Delegate","statusTime":"0001-01-01T00:00:00Z"}}
29b1g
2019-01-28 22:48:58-08:00GET: {"path":"/v1/transactions/590ed12307e7ed3447fb62040def01adddc53e5b9dc33c98bca5d61158904122","hostname":"35.233.197.138","port":1975,"headers":{"Content-Type":"application/json"},"method":"GET"}
29b1g
2019-01-28 22:48:58-08:00error: { hash: '590ed12307e7ed3447fb62040def01adddc53e5b9dc33c98bca5d61158904122',
29b1g
2019-01-28 22:48:58-08:00 type: 2,
29b1g
2019-01-28 22:48:58-08:00 from: 'a26e3ce9000c70452e968cdc8947fe3fa7b162dd',
29b1g
2019-01-28 22:48:58-08:00 to: 'b3edf9e5eb04f8f0dc42b57bd266c3d652527ad2',
2019-01-28 22:48:58-08:00 method: 'balanceOf',
29b1g
2019-01-28 22:48:58-08:00 params: '["a26e3ce9000c70452e968cdc8947fe3fa7b162dd"]',
29b1g
2019-01-28 22:48:58-08:00 time: 1548744537709,
29b1g
2019-01-28 22:48:58-08:00 signature: '1bd2e1bfaf3a33049507610ac2f5856b26d7499478991aa0735dcd9440694fc22b2a9b8edfaeba3b086e3f71597d339a1589e37e8c1ee88e3464a753c053a0b301',
29b1g
2019-01-28 22:48:58-08:00 hertz: '0',
29b1g
2019-01-28 22:48:58-08:00 receipt:
29b1g
2019-01-28 22:48:58-08:00 { transactionHash: '590ed12307e7ed3447fb62040def01adddc53e5b9dc33c98bca5d61158904122',
29b1g
2019-01-28 22:48:58-08:00 status: 'CouldNotReachConsensus',
29b1g
2019-01-28 22:48:58-08:00 created: '2019-01-29T06:48:58.062318976Z' } }
And also
{"host":"35.233.197.138","port":1975},"localHttpApiPort":0,"type":"Delegate","statusTime":"0001-01-01T00:00:00Z"}}
29b1g
2019-01-28 22:50:39-08:00GET: {"path":"/v1/transactions/53eac1b595a2c9a396f478d40df66e9ea7b3437fcb0d237be892dbf7519634fe","hostname":"35.233.197.138","port":1975,"headers":{"Content-Type":"application/json"},"method":"GET"}
29b1g
2019-01-28 22:50:39-08:00error: { hash: '53eac1b595a2c9a396f478d40df66e9ea7b3437fcb0d237be892dbf7519634fe',
29b1g
2019-01-28 22:50:39-08:00 type: 2,
29b1g
2019-01-28 22:50:39-08:00 from: 'a26e3ce9000c70452e968cdc8947fe3fa7b162dd',
29b1g
2019-01-28 22:50:39-08:00 to: 'b3edf9e5eb04f8f0dc42b57bd266c3d652527ad2',
29b1g
2019-01-28 22:50:39-08:00 abi: '5b7b2...6d',
29b1g
2019-01-28 22:50:39-08:00 method: 'returnTokens',
29b1g
2019-01-28 22:50:39-08:00 params: '["daa9269b8d8a165a74df9b4d2b898ee867a770e7",600]',
29b1g
2019-01-28 22:50:39-08:00 time: 1548744638542,
29b1g
2019-01-28 22:50:39-08:00 signature: 'c4cef9eb573f4dba8391780ed7d9a2aef097321190ee451079ea8e8089dff5ef40635be21cbf7c0d3864e152dbff90c0dde820db97d8446e333027054deeef7500',
29b1g
2019-01-28 22:50:39-08:00 hertz: '0',
29b1g
2019-01-28 22:50:39-08:00 receipt:
29b1g
2019-01-28 22:50:39-08:00 { transactionHash: '53eac1b595a2c9a396f478d40df66e9ea7b3437fcb0d237be892dbf7519634fe',
29b1g
2019-01-28 22:50:39-08:00 status: 'CouldNotReachConsensus',
29b1g
2019-01-28 22:50:39-08:00 created: '2019-01-29T06:50:38.764751346Z' } }
We're currently working on a fix to our delegate sync procedure. Feel free to check out the progress on the dg-1178 branch (https://github.com/dispatchlabs/disgo/tree/DG-1178).
Once it's complete, we'll deploy it to Devnet, and it should resolve the issue <3