Skip to content

Instantly share code, notes, and snippets.

@aakilfernandes
Created December 14, 2016 19:09
Show Gist options
  • Save aakilfernandes/5e7c866d38bb3b5842c92725f0995184 to your computer and use it in GitHub Desktop.
Save aakilfernandes/5e7c866d38bb3b5842c92725f0995184 to your computer and use it in GitHub Desktop.
1) Provider: contract scenario should be able to estimate gas of a transaction (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:432:18)
2) Provider: contract scenario should be able to estimate gas from an account not within the accounts list (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:453:16)
3) Provider: contract scenario should be able to estimate gas when no account is listed (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:467:16)
4) Server: contract scenario should be able to estimate gas of a transaction (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:432:18)
at endReadableNT (_stream_readable.js:973:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
5) Server: contract scenario should be able to estimate gas from an account not within the accounts list (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:453:16)
at endReadableNT (_stream_readable.js:973:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
6) Server: contract scenario should be able to estimate gas when no account is listed (eth_estimateGas):
Uncaught AssertionError: 27665 == 27678
+ expected - actual
-27665
+27678
at Object.callback (test/requests.js:467:16)
at endReadableNT (_stream_readable.js:973:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment