CJentzsch
86b14058fd
add memory tests
2015-02-25 12:50:24 +01:00
Taylor Gerring
ce2b2422d6
Update Go and Qt versions
2015-02-25 11:40:52 +01:00
Taylor Gerring
9e0ab22dd0
Stub defaultBlock methods
2015-02-25 09:57:49 +01:00
CJentzsch
978a29ab72
use 50000 bytes for CALLDATACOPY
2015-02-24 23:05:39 +01:00
CJentzsch
36e862c989
add Pawels tests
2015-02-24 22:48:19 +01:00
CJentzsch
33c8c2bd7e
add quadratic complexity tests
2015-02-24 22:46:56 +01:00
Jeffrey Wilcke
52ccaa605e
Merge pull request #379 from tgerring/rpcupdates
...
RPC cleanup
2015-02-24 22:00:39 +01:00
Jeffrey Wilcke
ed90efb05b
Merge pull request #378 from Gustav-Simonsson/fix_account_manager_tests
...
Fix key store address hex decoding and accounts test
2015-02-24 21:58:42 +01:00
Taylor Gerring
2e3a6e2559
Consolidate related items
2015-02-24 19:54:18 +01:00
Taylor Gerring
c8e9abff53
Remove errParseRequest
2015-02-24 19:22:08 +01:00
Taylor Gerring
43acad81b3
Rename files
2015-02-24 19:11:01 +01:00
Taylor Gerring
21becb0feb
Cleanup RPC packcage
2015-02-24 19:05:03 +01:00
Gustav Simonsson
923950ccaa
Fix key store address hex decoding and accounts test
...
Thanks to https://github.com/jaekwon for original fix!
2015-02-24 18:05:10 +01:00
Taylor Gerring
5a43173e55
Merge pull request #373 from tgerring/issue370
...
Convert gas values to integers
2015-02-24 17:49:14 +01:00
Taylor Gerring
1e919a5e97
Move amounts to global vars
2015-02-24 17:32:11 +01:00
Jeffrey Wilcke
91a8c08f03
Merge pull request #368 from maran/feature/changeDataDir
...
Implement OS sensitive dataDirs
2015-02-24 17:30:44 +01:00
Jeffrey Wilcke
0b757ad12f
Merge pull request #369 from tgerring/issue367
...
Allow zero and negative block numbers
2015-02-24 17:29:08 +01:00
Jeffrey Wilcke
0adff214c3
Merge pull request #376 from frozeman/topicsFix
...
topics fix
2015-02-24 17:27:14 +01:00
Taylor Gerring
2a7ca69a82
Fix duplicate leading 0x
2015-02-24 16:46:43 +01:00
Fabian Vogelsteller
3fcdafebc2
topics fix
2015-02-24 16:18:27 +01:00
CJentzsch
e8c84bdf56
Merge remote-tracking branch 'origin/develop' into develop
2015-02-24 10:15:10 +01:00
CJentzsch
e48576ada3
remove impossible tests, add create hash collision test
2015-02-24 10:14:36 +01:00
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
2015-02-24 08:51:58 +01:00
wanderer
6e2d856d85
spelling error
2015-02-24 01:52:33 -05:00
wanderer
9315ad3d2c
spelling error
2015-02-24 01:46:06 -05:00
wanderer
13b4ab10ae
added genesis info
2015-02-24 01:36:54 -05:00
martin becze
c72e2588f3
Update crypto.json
2015-02-23 18:40:06 -05:00
obscuren
7c510109cd
skipping test
2015-02-23 20:27:00 +01:00
obscuren
359677b673
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-02-23 19:25:59 +01:00
obscuren
747647e02a
Merge branch 'master' into develop
2015-02-23 19:25:50 +01:00
obscuren
0b57bad2de
removed log
2015-02-23 19:25:41 +01:00
Christoph Jentzsch
e4f44139a1
Merge pull request #65 from romanman/develop
...
Introduce cryptography testing
2015-02-23 16:25:06 +01:00
romanman
f23aeb44e2
Introduce cryptography testing
...
+ First test case will check the interoperability
for all clients to decrypt the cipher with AES in
CTR mode.
2015-02-23 17:14:00 +02:00
obscuren
b2a225a52e
Properly uninstall filters. Mining issue fixed #closes #365
...
* Added an additional tx state which is used to get the current nonce
* Refresh transient state each time a new canonical block is found
* Properly uninstall filters. Fixes a possible crash in RPC
2015-02-23 15:43:41 +01:00
Taylor Gerring
6fd894aae0
Allow zero and negative block numbers
...
0 is genesis block. Xeth recognises -1 as current
2015-02-23 11:54:23 +01:00
CJentzsch
cb52754e6c
Merge remote-tracking branch 'origin/develop' into develop
2015-02-23 11:31:29 +01:00
Maran
40adb7feb6
Implement OS sensitive dataDirs
2015-02-23 11:28:20 +01:00
CJentzsch
48606e05c1
fix transaction tests
2015-02-23 11:28:06 +01:00
Christoph Jentzsch
8b79ae6695
Update trieanyorder.json
...
In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
2015-02-23 09:51:44 +01:00
martin becze
94f1ca2e09
Format clean up
2015-02-22 14:10:28 -05:00
Jeffrey Wilcke
dd086791ac
Merge pull request #360 from Gustav-Simonsson/add_stack_size_checks
...
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKH...
2015-02-22 13:28:50 +01:00
obscuren
20aa6dde06
Merge branch 'develop'
2015-02-22 13:28:24 +01:00
obscuren
eec4345a7c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-02-22 13:27:57 +01:00
Jeffrey Wilcke
59a86d3171
Merge pull request #359 from fjl/p2p-identity
...
Persistent Node Key
2015-02-22 13:27:53 +01:00
obscuren
98202e626c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-02-22 13:27:13 +01:00
obscuren
1be7e5048c
Merge branch 'release/0.8.5' into develop
2015-02-22 13:27:03 +01:00
obscuren
8cc6647ebf
Merge branch 'release/0.8.5'
2015-02-22 13:26:18 +01:00
obscuren
321dce1f47
Bump
2015-02-22 13:26:10 +01:00
obscuren
bba85a2074
Added Number to logs
2015-02-22 13:24:26 +01:00
obscuren
483d96a89d
Added eth_logs & fixed issue with manual log filtering
...
* Implemented `eth_logs`
* Fixed issue with `filter.Find()` where logs were appended to an
incorrect, non-returned slice resulting in no logs found
2015-02-22 13:12:01 +01:00