Commit Graph

2335 Commits

Author SHA1 Message Date
Taylor Gerring 461324a801 Remove references to mutan
obscuren/mutan is deprecated
2014-11-12 22:08:56 +01:00
Taylor Gerring fa59db7595 Add initial state/TestDump test 2014-11-12 22:03:03 +01:00
Taylor Gerring bd9bd4abed Reorg state tests 2014-11-12 22:02:39 +01:00
Taylor Gerring 6eacc8eab9 eth-go -> go-ethereum 2014-11-12 21:52:37 +01:00
Taylor Gerring 00878e5b6e Convert trie tests to gocheck 2014-11-12 21:43:25 +01:00
obscuren 60cdb1148c Transaction execution fixes 2014-11-12 01:36:36 +01:00
obscuren 9bb1ac7564 Fixes for the log method 2014-11-11 23:14:22 +01:00
obscuren 6c9e503eb8 Removed all implicit logging. Fixed gas issues and jump errors 2014-11-11 22:52:27 +01:00
Taylor Gerring 1d866b5e57 Merge pull request #1 from tgerring/tests
Initial tests based on check framework
2014-11-11 20:37:18 +01:00
Taylor Gerring 5c5df21e3d Update TestDeleteFromByteSlice
Still broken
2014-11-11 20:05:27 +01:00
Taylor Gerring 12e8404f8f Fix TestBytestoNumber 2014-11-11 20:04:03 +01:00
Taylor Gerring 0d1cdd26d6 Update TestNumberToBytes 2014-11-11 20:03:50 +01:00
Taylor Gerring cff0d93105 Converts bytes_test to checker 2014-11-11 19:38:23 +01:00
Taylor Gerring c24d143c9e Convert rand_test to checker 2014-11-11 19:18:52 +01:00
Taylor Gerring bfd1fe977e Update test style to checker 2014-11-11 19:05:35 +01:00
Taylor Gerring d9ccbf04db Move test bootstrap to main_test.go 2014-11-11 19:05:23 +01:00
Taylor Gerring cd94b5ffb3 Convert value_test to use gocheck 2014-11-11 15:04:11 +01:00
Taylor Gerring 3c619baec5 Add verbose comments to TestSnapshot 2014-11-11 13:07:24 +01:00
Taylor Gerring 8f3a03c0cc Update state tests to use gocheck 2014-11-11 12:52:43 +01:00
obscuren 75ee3b3f08 debugging code 2014-11-11 12:16:36 +01:00
obscuren 9509322ecd Updated readme 2014-11-10 13:36:53 +01:00
obscuren bed659f9b3 Moved ethtest to cmd 2014-11-10 13:31:18 +01:00
obscuren ad0acb5762 Moved messages eventing to chain manager 2014-11-10 13:27:24 +01:00
obscuren ebb7db263f Added dumps 2014-11-10 12:42:16 +01:00
obscuren d30571a7a8 Added VM testing tool 2014-11-10 11:47:37 +01:00
obscuren cbeebcd47d Fixed bloom, updated mining & block processing
* Reverted back to process blocks in batches method
* Bloom generation and lookup fix
* Minor UI changed (mainly debug)
2014-11-10 01:17:31 +01:00
obscuren f538ea25e4 Fixed bug on gas and setting of receipts and roots 2014-11-09 23:59:25 +01:00
obscuren 429dd2a100 Implemented new miner w/ ui interface for merged mining. Closes #177
* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
  merged mining
2014-11-07 12:18:48 +01:00
Taylor Gerring 0a3a148ed4 Added more byte tests 2014-11-06 12:35:46 +01:00
Taylor Gerring 48a3f0986c Add coverage for rand 2014-11-05 22:21:28 +01:00
Taylor Gerring a1d62abca4 Restructure StorageSize string test 2014-11-05 22:16:44 +01:00
Taylor Gerring be96da179a Added tests for FormatData 2014-11-05 22:01:41 +01:00
Taylor Gerring 8f94f731a5 Reorder tests to match source order 2014-11-05 22:01:09 +01:00
Taylor Gerring ab6b9c44aa Added test for IsHex 2014-11-05 22:00:01 +01:00
Taylor Gerring 4e15adac6d Remove fmt dependency 2014-11-05 21:59:22 +01:00
Taylor Gerring b100546c9d add test for Bytes.String() 2014-11-05 18:02:20 +01:00
Taylor Gerring 834f8a1dc8 added test for CopyBytes 2014-11-05 17:48:23 +01:00
Taylor Gerring ada684e054 added test for BinaryLength 2014-11-05 17:44:28 +01:00
Taylor Gerring 92b30cc452 add tests for ReadVarInt 2014-11-05 17:39:26 +01:00
Taylor Gerring cb32f52b9c added test for parsing bytes 2014-11-05 17:11:40 +01:00
Taylor Gerring 4f00929084 Added byte padding tests 2014-11-05 17:04:24 +01:00
Taylor Gerring 94b0ce84da Cleanup big_test.go 2014-11-05 13:35:43 +01:00
Taylor Gerring e76c58d175 New test coverage for ethutil/big.go 2014-11-05 13:23:50 +01:00
Taylor Gerring 92299b7c24 New test coverage for ethutil/path.go 2014-11-05 11:23:30 +01:00
obscuren 48488017e4 Proper packages 2014-11-05 00:34:59 +01:00
obscuren b4da085a9f Accidental packages 2014-11-05 00:34:04 +01:00
obscuren 7db44b56b0 Updated to ethereum serpent 2014-11-05 00:32:51 +01:00
obscuren 99d5769c2b There'll be jumping in to jumps 2014-11-04 18:38:19 +01:00
obscuren 1b1fa049fa Fixed VM and added static analysis for EVM jumps 2014-11-04 18:18:57 +01:00
obscuren 8cfbf1836d Added JUMP analysis (WIP) 2014-11-04 18:17:38 +01:00