Commit Graph

251 Commits

Author SHA1 Message Date
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
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
Taylor Gerring
b96a59eb28 Added tests for extra large values
Test “E” scientific notation formatting
2014-11-04 16:45:54 +01:00
Taylor Gerring
e7d9bcd36b Added Douglas and Einstein cases 2014-11-04 16:42:28 +01:00
Taylor Gerring
123282e045 Update variable name to match unit name 2014-11-04 16:41:03 +01:00
Taylor Gerring
e22e8b7fef Environment tests 2014-11-04 16:39:08 +01:00
obscuren
1bb398f4e2 Sign ext 2014-11-02 19:39:45 +01:00
obscuren
3f90f7c898 Signextend 2014-11-01 02:14:55 +01:00
obscuren
8e0a39f33f Updated to use ethereum.js 2014-10-31 10:50:16 +01:00
obscuren
fb4113dab4 PoC 7 updates
* Bloom
* Block restructure
* Receipts
2014-10-29 10:34:40 +01:00
obscuren
797b93c98c Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2014-10-27 11:50:50 +01:00
obscuren
272d58662c Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
Felix Lange
e73aad959e ethutil: re-add build constraints in script*.go (fixes #151) 2014-10-24 01:04:10 +02:00
obscuren
a02dc4ccc3 Using proper naming scheme. Fixes #63 2014-10-18 13:23:01 +02:00
obscuren
311c6f8a3f Fixed remote Arithmetic tests 2014-10-15 17:12:26 +02:00
obscuren
c5bd32b0ad Refactored VM to two separate VMs; std & debug
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
obscuren
e02c0fa808 Added generic big to 256 method. Implemented new iterator 2014-10-10 17:00:06 +02:00
obscuren
a38dafcc57 Moved the To256 2014-10-08 16:11:36 +02:00
obscuren
0015ce1e35 kick of bad peers 2014-10-07 11:18:46 +02:00
obscuren
b55e017e62 Proper delete 2014-10-02 17:03:36 +02:00
obscuren
68119d0929 Fixed messages to use proper numbers 2014-09-26 13:32:54 +02:00
Jeffrey Wilcke
206672db5e Merge pull request #52 from nicksavers/winfix
Add blank line after +build comment
2014-09-24 21:36:37 +02:00
obscuren
1118aaf840 Temp work around 2014-09-24 20:40:40 +02:00
obscuren
57dc435f9b Added TD for each block 2014-09-24 11:39:17 +02:00
nicksavers
c582890590 Add blank line after +build comment 2014-09-23 20:04:06 +02:00
obscuren
6800c3665a Re-added min gas price check on tx pool 2014-09-23 17:55:34 +02:00
obscuren
ac5e86b7ae Removed windows support for serpent :-( 2014-09-23 12:00:01 +02:00
obscuren
b65f29f8fa Added JavaScript JSON helper 2014-09-22 14:51:41 +02:00