Commit Graph

13727 Commits

Author SHA1 Message Date
Marek Kotewicz c397e350f4 mocha opts file && init of parser tests 2015-01-08 20:24:30 +01:00
Marek Kotewicz b6058a837f methods existance tests in progress 2015-01-08 19:59:03 +01:00
Marek Kotewicz 5518022a5d mocha test init 2015-01-08 19:35:32 +01:00
obscuren 5f958a582d fixed other tests to use hashes as well 2015-01-08 16:48:39 +01:00
obscuren e27237a03a Changed to use hash for comparison
DeepReflect would fail on TD since TD isn't included in the original
block and thus the test would fail.
2015-01-08 16:45:51 +01:00
CJentzsch 9b9f7cffde long jumpdest list 2015-01-08 16:39:57 +01:00
obscuren ee84b20247 Reworking GUI interaction. Fixed javascript inject. Closes #132 2015-01-08 16:38:24 +01:00
obscuren b25126a277 Minor fixed and additions for block proc
* Path check length
* Genesis include TD
* Output TD on last block
2015-01-08 16:37:06 +01:00
Marek Kotewicz 807ec60e63 missing jshint ignore 2015-01-08 15:43:22 +01:00
Marek Kotewicz f9cc090473 fixed example 2015-01-08 15:31:46 +01:00
CJentzsch eb3451142e sdiv int256.min -1 2015-01-08 15:29:07 +01:00
CJentzsch 73ba8a48ab sdiv with negative fractional result 2015-01-08 15:14:20 +01:00
Marek Kotewicz 2f3384947b version upgrade 2015-01-08 15:13:43 +01:00
Marek Kotewicz a8dde17146 fixes for node.js 2015-01-08 15:11:20 +01:00
CJentzsch 1ad28d0494 add valid jumpdest with jumpdest at beginning 2015-01-08 13:04:29 +01:00
obscuren db4aaedcbd Moved ptrie => trie. Removed old trie 2015-01-08 11:47:04 +01:00
CJentzsch 08a72727cd more dynamic jump tests 2015-01-08 11:23:39 +01:00
CJentzsch 0aa66f02ef jump into push data is forbidden 2015-01-07 22:33:25 +01:00
CJentzsch b94c610e49 jumpdests tests, OOG at max call depth, ... 2015-01-07 15:54:14 +01:00
Marek Kotewicz 5208bb32f1 gulpfile modifications, default build set to dev 2015-01-07 14:13:29 +01:00
obscuren 982c812e81 Read directly from stdin 2015-01-07 13:38:28 +01:00
obscuren c1908c7d91 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-01-07 13:22:29 +01:00
Jeffrey Wilcke 59c5a2f519 Merge pull request #244 from fjl/license-tool
Generated License Headers
2015-01-07 13:22:22 +01:00
Felix Lange 1d05027ba2 a few fixes for the license tool 2015-01-07 13:17:50 +01:00
obscuren fed3e6a808 Refactored ethutil.Config.Db out 2015-01-07 13:17:48 +01:00
Felix Lange ec7cb9981c add license tool and initial mailmap 2015-01-07 12:56:46 +01:00
CJentzsch 99e6e00c34 check address input greater then 2**160 2015-01-07 11:17:09 +01:00
Marek Kotewicz df4d7846e5 Merge pull request #22 from debris/strings
strings, real, ureal paddings and implicit paddings for uint, int and hash
2015-01-07 11:16:46 +01:00
Marek Kotewicz 6c160adab3 Merge pull request #21 from debris/master
fixed gulp build
2015-01-07 11:16:27 +01:00
CJentzsch 55f6fe4f7b check address input greater then 2**160 2015-01-07 11:16:09 +01:00
obscuren 032ab66529 Added version flag 2015-01-07 01:21:55 +01:00
obscuren 60d9611c23 Fixed tests where txs weren't properly removed 2015-01-07 01:21:45 +01:00
Marek Kotewicz 210682b734 real, ureal paddings and implicit paddings for uint, int and hash 2015-01-06 21:50:09 +01:00
obscuren f0ec751237 Updated tests 2015-01-06 20:22:31 +01:00
CJentzsch 6ce9799370 added BlockHash tests 2015-01-06 20:21:11 +01:00
Marek Kotewicz 1d139f7a0b solidity string support 2015-01-06 18:29:38 +01:00
CJentzsch 93bf0d6f4e zeroMemExpansionTests 2015-01-06 16:33:47 +01:00
CJentzsch dc087ffa97 more jumpdest test 2015-01-06 14:48:57 +01:00
obscuren 25e6c4eff8 Adjusted difficulty and skip get tx messages 2015-01-06 14:02:47 +01:00
obscuren a76b7dadae Don't auto push jeff ... 2015-01-06 13:39:01 +01:00
Marek Kotewicz b6232cfdd1 fixed tabs 2015-01-06 13:37:02 +01:00
Marek Kotewicz a2a77172a6 bring back todos 2015-01-06 13:32:04 +01:00
obscuren 1b903767e0 Fixed port num 2015-01-06 13:31:52 +01:00
obscuren 4e7f53adf0 Changed to poc-8 & removed GetTxs 2015-01-06 13:31:08 +01:00
Marek Kotewicz 8c1b26889a renamed example/index.html -> example/balance.html 2015-01-06 13:27:43 +01:00
Marek Kotewicz af9242f4cc fixed gulp build 2015-01-06 13:26:51 +01:00
obscuren 564f02aa2b Fixed tests 2015-01-06 13:18:09 +01:00
Jeffrey Wilcke 3b8725e0f5 Merge pull request #239 from fjl/grab-bag
Grab bag of fixes
2015-01-06 13:13:16 +01:00
Felix Lange 3caa4ad1ba p2p: improve test for peers message
The test now checks that the number of of addresses is correct
and terminates cleanly.
2015-01-06 12:23:38 +01:00
Felix Lange b0ff946b55 p2p: move peerList back into baseProtocol
It had been moved to Peer, probably for debugging.
2015-01-06 12:23:38 +01:00