Gustav Simonsson
5136fc9ab7
Fix ECIES params nil bug
...
* Change ECIES params init function to static var as it does not have
state; fixes TestMarshalencryption.
10 years ago
Jeffrey Wilcke
04c1a81509
Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generation
...
Correct ECIES shared key length check
10 years ago
obscuren
b64ad7a2a6
Merge branch 'develop' into miner
10 years ago
obscuren
3f6baa45a7
Documented methods & removed old manifest
10 years ago
Gustav Simonsson
52a46e61f9
Correct ECIES shared key length check
...
* Ensure the ECIES shared key is padded with zero bytes if it's
smaller than the requested key length.
* Split the ECIES shared key error into two;
one for when the generated key is too big for the params
and one for when it's nil (point of infinity returned by the
curve scalar multiplication).
10 years ago
obscuren
558c67d392
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
d73dff4d5b
Merge pull request #303 from fjl/rlp-flat
...
rlp: add Flat
10 years ago
Felix Lange
b94f85de22
rlp: add Flat
10 years ago
obscuren
1fc3524e40
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
ebc506dae8
Merge pull request #302 from alexvandesande/UI
...
Catalog Page Behaviour
10 years ago
Alexandre Van de Sande
6221b282d4
Catalog Page Behaviour
10 years ago
Taylor Gerring
db24fb792c
Move standard fields to LogEvent
10 years ago
Taylor Gerring
d311b1b9b7
Merge pull request #301 from ethereum/travis
...
Updates to Travis config
10 years ago
Taylor Gerring
3c40eb9e5a
Temporarily skip broken TestVerifyPoW
10 years ago
obscuren
df49c609a0
updated coin
10 years ago
Taylor Gerring
3d6fd601c5
Move event names within each object
10 years ago
Taylor Gerring
ef6c7bd726
Merge pull request #300 from tgerring/jsonrpc
...
Allow RPC ID to be string or null
10 years ago
Taylor Gerring
d613bf69bf
#295 Allow RPC ID to be string
10 years ago
Taylor Gerring
cfddb7f3cd
Merge branch 'develop' into jsonrpc
...
Conflicts:
rpc/ws/server.go
10 years ago
Taylor Gerring
c6af5f0a27
No longer switch branches for go-qml dep
10 years ago
Taylor Gerring
e433525f51
Merge branch 'sveneh-origin_develop' into develop
10 years ago
Taylor Gerring
ab66a3d0d3
Merge branch 'origin_develop' of https://github.com/sveneh/go-ethereum into sveneh-origin_develop
10 years ago
CJentzsch
d0a2eca19b
add more transaction tests
10 years ago
CJentzsch
ec8404c375
Merge remote-tracking branch 'origin/develop' into develop
10 years ago
CJentzsch
766ee65328
cppjit fails
10 years ago
martin becze
bf2abc3b68
Update ttTransactionTest.json
10 years ago
martin becze
5a89c6f803
Update ttTransactionTest.json
...
updated signature
10 years ago
martin becze
74e1320a0b
Update ttTransactionTest.json
...
updated RLP
10 years ago
martin becze
eaec21f199
Update ttTransactionTest.json
10 years ago
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
10 years ago
wanderer
d1a31850ce
added transaction tests to index.js
10 years ago
Taylor Gerring
d53e5646ec
Use strongly-typed objects
10 years ago
Jeffrey Wilcke
5fe2916ee1
Merge pull request #298 from alexvandesande/UI
...
UI changes to Mist
10 years ago
Felix Lange
acc667fbef
Merge pull request #296 from frewsxcv/patch-1
...
Fix broken link in README
10 years ago
Alexandre Van de Sande
80890cd9dd
removed icomoon
10 years ago
Alexandre Van de Sande
6b5f4ed244
Recreated the changes on a new branch
10 years ago
Felix Lange
4242b05462
cmd/bootnode: new command (replaces cmd/peerserver)
10 years ago
Felix Lange
a21b30c901
eth: remove unused Ethereum sync fields
10 years ago
obscuren
ddccea75e8
Fixed "to" field
10 years ago
obscuren
da2fae0e43
Basic structure miner
10 years ago
Felix Lange
a3cd218719
cmd/mist, cmd/ethereum: add CLI arguments for node key
10 years ago
Felix Lange
0c7df37351
crypto: add key loading functions
10 years ago
CJentzsch
cf002a4611
undo changed due to memory gas cost rule
10 years ago
CJentzsch
be4f40741f
cppjit fail
10 years ago
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.
10 years ago
Felix Lange
f1ebad2508
eth: don't warn if no BootNodes are specified
10 years ago
CJentzsch
348d3af0fc
more memory cost tests
10 years ago
Felix Lange
9915d3c3be
p2p/discover: deflake UDP tests
10 years ago
CJentzsch
907f229757
update memory rule
10 years ago
obscuren
58ba290a9f
moved manager
10 years ago