Taylor Gerring
e433525f51
Merge branch 'sveneh-origin_develop' into develop
2015-02-11 11:28:39 +01:00
Taylor Gerring
ab66a3d0d3
Merge branch 'origin_develop' of https://github.com/sveneh/go-ethereum into sveneh-origin_develop
2015-02-11 11:03:40 +01:00
CJentzsch
d0a2eca19b
add more transaction tests
2015-02-11 09:00:25 +01:00
CJentzsch
ec8404c375
Merge remote-tracking branch 'origin/develop' into develop
2015-02-11 08:40:42 +01:00
CJentzsch
766ee65328
cppjit fails
2015-02-11 08:39:55 +01:00
martin becze
bf2abc3b68
Update ttTransactionTest.json
2015-02-10 21:04:04 -05:00
martin becze
5a89c6f803
Update ttTransactionTest.json
...
updated signature
2015-02-10 20:53:43 -05:00
martin becze
74e1320a0b
Update ttTransactionTest.json
...
updated RLP
2015-02-10 20:36:27 -05:00
martin becze
eaec21f199
Update ttTransactionTest.json
2015-02-10 20:29:08 -05:00
Gustav Simonsson
8c056aebe1
Set both key generation and ECDSA nonce to use mixed entropy
...
* Move random entropy functions to new package randentropy
* Add function to get n bytes entropy where up to first 32
bytes are mixed with OS entropy sources
2015-02-10 22:49:28 +01:00
wanderer
d1a31850ce
added transaction tests to index.js
2015-02-10 14:38:48 -05:00
Taylor Gerring
d53e5646ec
Use strongly-typed objects
2015-02-10 19:21:13 +01:00
Jeffrey Wilcke
5fe2916ee1
Merge pull request #298 from alexvandesande/UI
...
UI changes to Mist
2015-02-10 17:21:29 +01:00
Felix Lange
acc667fbef
Merge pull request #296 from frewsxcv/patch-1
...
Fix broken link in README
2015-02-10 16:41:32 +01:00
Alexandre Van de Sande
80890cd9dd
removed icomoon
2015-02-10 16:16:17 +01:00
Alexandre Van de Sande
6b5f4ed244
Recreated the changes on a new branch
2015-02-10 16:14:07 +01:00
Felix Lange
4242b05462
cmd/bootnode: new command (replaces cmd/peerserver)
2015-02-10 14:26:54 +01:00
Felix Lange
a21b30c901
eth: remove unused Ethereum sync fields
2015-02-10 13:30:07 +01:00
obscuren
ddccea75e8
Fixed "to" field
2015-02-10 13:20:06 +01:00
obscuren
da2fae0e43
Basic structure miner
2015-02-10 13:04:38 +01:00
Felix Lange
a3cd218719
cmd/mist, cmd/ethereum: add CLI arguments for node key
2015-02-10 12:30:09 +01:00
Felix Lange
0c7df37351
crypto: add key loading functions
2015-02-10 12:29:50 +01:00
CJentzsch
cf002a4611
undo changed due to memory gas cost rule
2015-02-10 11:22:50 +01:00
CJentzsch
be4f40741f
cppjit fail
2015-02-10 10:43:36 +01:00
sveneh
70e2df3904
Dockerfile creation speed-up by not running go tests, added a workaround
...
so that docker's cache is invalidated whenever th git repo is updated.
2015-02-09 16:27:49 +01:00
Felix Lange
f1ebad2508
eth: don't warn if no BootNodes are specified
2015-02-09 16:17:07 +01:00
CJentzsch
348d3af0fc
more memory cost tests
2015-02-09 11:20:14 +01:00
Felix Lange
9915d3c3be
p2p/discover: deflake UDP tests
2015-02-09 11:02:32 +01:00
CJentzsch
907f229757
update memory rule
2015-02-09 10:29:47 +01:00
obscuren
58ba290a9f
moved manager
2015-02-09 00:08:28 +01:00
obscuren
b22f0f2ef5
merged
2015-02-09 00:06:24 +01:00
CJentzsch
bcc5c51630
gas failure cppjit
2015-02-07 18:09:22 +01:00
obscuren
16a04e64f2
Updated coin
2015-02-07 17:04:19 +01:00
obscuren
c8147fb7b9
Compare regardless of length
2015-02-07 17:04:04 +01:00
obscuren
0fa6927171
Moved log message to detail output
2015-02-07 17:03:33 +01:00
obscuren
99ebb869bf
Fixed iterator
2015-02-07 17:03:22 +01:00
obscuren
44eafb15e0
Renamed filter
2015-02-07 17:03:12 +01:00
CJentzsch
cb877734f0
cppjit fails
2015-02-07 09:56:24 +01:00
Corey Farwell
792cd0aa10
Fix broken link in README
2015-02-06 22:36:22 -05:00
Felix Lange
028775a086
cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes
2015-02-07 00:52:49 +01:00
Felix Lange
2cf4fed11b
cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions
2015-02-07 00:46:56 +01:00
Felix Lange
e34d134102
p2p: fixes for actual connections
...
The unit test hooks were turned on 'in production'.
2015-02-07 00:43:52 +01:00
Felix Lange
8564eb9f7e
p2p/discover: add node URL functions, distinguish TCP/UDP ports
...
The discovery RPC protocol does not yet distinguish TCP and UDP ports.
But it can't hurt to do so in our internal model.
2015-02-07 00:12:23 +01:00
CJentzsch
9f52408e70
sha3 performance test
2015-02-06 17:43:35 +01:00
CJentzsch
a3780032bf
failing tests from random simulation as state tests and transaction tests
2015-02-06 15:38:55 +01:00
Taylor Gerring
e4bb419707
Add go check to prefetched test dependencies
2015-02-05 18:11:31 -06:00
Taylor Gerring
5e0b2b260c
Updated go list command
2015-02-05 17:49:44 -06:00
Taylor Gerring
b58b6b9bac
Use after_success build step
2015-02-05 17:23:22 -06:00
Taylor Gerring
f3ac378ca4
No long use v1 branch of qml repo
2015-02-05 17:13:51 -06:00
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
2015-02-06 00:03:59 +01:00