Created
August 19, 2019 17:11
-
-
Save tranvictor/c1550e2023499bef133e71f1dc176c42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Contract: ConversionRates should get buy rate when compact data has boundary values (-128, 127).: | |
bad rate | |
+ expected - actual | |
-100778143200000000000 | |
+72426017920000000000 | |
at Function.assert.deepEqual (node_modules/truffle/build/cli.bundled.js:216053:32) | |
at Context.<anonymous> (test/conversionRate.js:434:16) | |
at <anonymous> | |
at process._tickCallback (internal/process/next_tick.js:189:7) | |
2) Contract: KyberDutchXReserve "before all" hook: setup: | |
Error: sender doesn't have enough funds to send tx. The upfront cost is: 100240000000000000000 and the sender's account only has: 99865940640000000000 | |
at Object.InvalidResponse (node_modules/truffle/build/cli.bundled.js:43303:16) | |
at node_modules/truffle/build/cli.bundled.js:331156:36 | |
at node_modules/truffle/build/cli.bundled.js:314196:9 | |
at XMLHttpRequest.request.onreadystatechange (node_modules/truffle/build/cli.bundled.js:315621:13) | |
at XMLHttpRequestEventTarget.dispatchEvent (node_modules/truffle/build/cli.bundled.js:70159:18) | |
at XMLHttpRequest._setReadyState (node_modules/truffle/build/cli.bundled.js:70449:12) | |
at XMLHttpRequest._onHttpResponseEnd (node_modules/truffle/build/cli.bundled.js:70604:12) | |
at IncomingMessage.<anonymous> (node_modules/truffle/build/cli.bundled.js:70564:24) | |
at endReadableNT (_stream_readable.js:1064:12) | |
at _combinedTickCallback (internal/process/next_tick.js:139:11) | |
at process._tickCallback (internal/process/next_tick.js:181:9) | |
3) Contract: KyberNetwork permissionless order book reserve see gas consumption when taking 3.6, 4.6, 5.6, 6.6, 7.6 orders. remaining removed.: | |
Error: sender doesn't have enough funds to send tx. The upfront cost is: 67740000000000000000 and the sender's account only has: 22407011239999999400 | |
at Object.InvalidResponse (node_modules/truffle/build/cli.bundled.js:43303:16) | |
at node_modules/truffle/build/cli.bundled.js:331156:36 | |
at node_modules/truffle/build/cli.bundled.js:314196:9 | |
at XMLHttpRequest.request.onreadystatechange (node_modules/truffle/build/cli.bundled.js:315621:13) | |
at XMLHttpRequestEventTarget.dispatchEvent (node_modules/truffle/build/cli.bundled.js:70159:18) | |
at XMLHttpRequest._setReadyState (node_modules/truffle/build/cli.bundled.js:70449:12) | |
at XMLHttpRequest._onHttpResponseEnd (node_modules/truffle/build/cli.bundled.js:70604:12) | |
at IncomingMessage.<anonymous> (node_modules/truffle/build/cli.bundled.js:70564:24) | |
at endReadableNT (_stream_readable.js:1064:12) | |
at _combinedTickCallback (internal/process/next_tick.js:139:11) | |
at process._tickCallback (internal/process/next_tick.js:181:9) | |
4) Contract: KyberNetworkProxy permissionless order book reserve see gas consumption when taking 3.6, 4.6, 5.6, 6.6, 7.6 orders. take as sell (take token to Eth). remaining removed.: | |
Error: sender doesn't have enough funds to send tx. The upfront cost is: 67740000000000000000 and the sender's account only has: 22407011239999999400 | |
at Object.InvalidResponse (node_modules/truffle/build/cli.bundled.js:43303:16) | |
at node_modules/truffle/build/cli.bundled.js:331156:36 | |
at node_modules/truffle/build/cli.bundled.js:314196:9 | |
at XMLHttpRequest.request.onreadystatechange (node_modules/truffle/build/cli.bundled.js:315621:13) | |
at XMLHttpRequestEventTarget.dispatchEvent (node_modules/truffle/build/cli.bundled.js:70159:18) | |
at XMLHttpRequest._setReadyState (node_modules/truffle/build/cli.bundled.js:70449:12) | |
at XMLHttpRequest._onHttpResponseEnd (node_modules/truffle/build/cli.bundled.js:70604:12) | |
at IncomingMessage.<anonymous> (node_modules/truffle/build/cli.bundled.js:70564:24) | |
at endReadableNT (_stream_readable.js:1064:12) | |
at _combinedTickCallback (internal/process/next_tick.js:139:11) | |
at process._tickCallback (internal/process/next_tick.js:181:9) | |
5) Contract: KyberUniswapReserve "before all" hook: setup: | |
Error: sender doesn't have enough funds to send tx. The upfront cost is: 100001800000000000000 and the sender's account only has: 100000000000000000000 | |
at Object.InvalidResponse (node_modules/truffle/build/cli.bundled.js:43303:16) | |
at node_modules/truffle/build/cli.bundled.js:331156:36 | |
at XMLHttpRequest.request.onreadystatechange (node_modules/truffle/build/cli.bundled.js:315621:13) | |
at XMLHttpRequestEventTarget.dispatchEvent (node_modules/truffle/build/cli.bundled.js:70159:18) | |
at XMLHttpRequest._setReadyState (node_modules/truffle/build/cli.bundled.js:70449:12) | |
at XMLHttpRequest._onHttpResponseEnd (node_modules/truffle/build/cli.bundled.js:70604:12) | |
at IncomingMessage.<anonymous> (node_modules/truffle/build/cli.bundled.js:70564:24) | |
at endReadableNT (_stream_readable.js:1064:12) | |
at _combinedTickCallback (internal/process/next_tick.js:139:11) | |
at process._tickCallback (internal/process/next_tick.js:181:9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment