Taylor Gerring
c14900dbb0
Add initial P2P json logs
10 years ago
Taylor Gerring
0aa76d3e5b
Rename jsonlogger method
10 years ago
Taylor Gerring
622bfd4f08
Check LogSystem type
10 years ago
Taylor Gerring
1077109e11
Add JsonLogger type
10 years ago
Taylor Gerring
ed7d7b405e
Split file cleanup
10 years ago
Taylor Gerring
41d80ba17b
Add JsonLevel log level
10 years ago
Taylor Gerring
bdf99e0981
Add LogFormat flag
10 years ago
Taylor Gerring
acdc19d1b7
Add rawLogSystem
10 years ago
Taylor Gerring
7f9c335487
Split into multiple files
10 years ago
obscuren
87f50659db
fixed url bug in browser
10 years ago
obscuren
9845029a75
StdVm by default
10 years ago
obscuren
375cc67ba6
Hide browser bar when coming from a DApp url
10 years ago
obscuren
4dd7be7ed0
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
12fad65991
Merge pull request #259 from Gustav-Simonsson/develop
...
KeyStore (Low level key functionality)
10 years ago
Gustav Simonsson
d48140cab3
Address pull request comments
...
* Further simplify "constructor" function's allocation of structs
* Fix formatting
10 years ago
Gustav Simonsson
3cf038f300
Address pull request comments
...
* Allocate with composite literal instead of new
* Remove check of number of bytes read from rand
10 years ago
obscuren
f34838688e
Minor browser improvements
10 years ago
obscuren
bcb1166e52
Added 0 key proof error
...
Private key \x00\x00...\x00 returns the _exact_ same public key as \x11
\x11...\x11. Currently investigating.
10 years ago
obscuren
8d1637f567
Moved connection errors to DebugDetail level
10 years ago
obscuren
b03614527b
VmDebug => StdVm
10 years ago
obscuren
9b509f6478
Print error instead of returning for seed node err
...
Returning an error would indicate a complete failure initialising the
Ethereum backend. Instead we should print the message and continue.
10 years ago
obscuren
89c69a1d25
VmDebug => StdVm
10 years ago
Jeffrey Wilcke
06bfe19f05
Merge pull request #260 from fjl/rlp-encoder
...
rlp: allow encoding non-empty interface values
10 years ago
obscuren
7394ee7c72
Fixed difficulty
...
Difficulty was broken when refactored.
10 years ago
obscuren
24613a60dc
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
acc8f7fadc
Add defer rescued back in
10 years ago
Felix Lange
fc92abec2c
rlp: allow encoding non-empty interface values
...
This needs to be supported because []someInterface does occur sometimes.
Funny enough, the fix involves changes to the decoder. makeDecoder
cannot return an error for non-empty interfaces anymore because the type
cache builds both decoder and writer. Do the check at 'runtime' instead.
10 years ago
Jeffrey Wilcke
52bb149541
Merge pull request #257 from fjl/rlp-encoder
...
rlp: add functions for encoding
10 years ago
Gustav Simonsson
9caf32befe
Update code comments
10 years ago
Gustav Simonsson
47d3b3dd58
Address pull request comments
...
* Remove flags field from key struct
* Change JSON struct fields from string to []byte
* Change GenerateNewKey API to take io.Reader for random source
* Remove mixing entropy source function
* Use testing Fatal in tests
10 years ago
Gustav Simonsson
a1c2749380
Address pull request comments
...
* Simplify scrypt constants with const block
* Add key store constructors and make their types private
* Simplify key store and file namings to be less Java Enterprise™
* Change test error logging to use t.Error(err)
* Reduce number of naked returns (just like my ex-gf)
* Simplify file reading path code
10 years ago
Gustav Simonsson
945798f913
Add new key_store interface and two new key stores
...
* Add new generic key_store interface
* Add new plaintext key store storing unprotected keys on disk
* Add new encrypted key store storing encrypted keys on disk
* Add new entropy mixing function using OS and go runtime sources
10 years ago
Felix Lange
29c46cdf34
rlp: fix Decode benchmarks
10 years ago
Felix Lange
552f5b2693
rlp: add functions for encoding
...
I'm reasonably confident that the encoding matches the output of
ethutil.Encode for values that it supports. Some of the tests have been
adpated from the Ethereum testing repository.
There are still TODOs in the code.
10 years ago
obscuren
d5d9746ca3
updated tests
10 years ago
obscuren
62e0e18030
Changed public whisper api not to reveal temporary private keys
10 years ago
obscuren
bb55307a9d
Updated tests
10 years ago
obscuren
8f733461b3
Default datadir for mist is now shared with CLI (.ethereum)
10 years ago
obscuren
82beaabf6a
Fixed consensus issue
10 years ago
obscuren
e3cad04dec
Fixed whisper messages
...
* Whisper protocol wasn't properly suppling envelope slices
* Message history wasn't properly propagated
* Added 'Messages' method, filtering any current envelope with the
supplied filter.
10 years ago
obscuren
1e5353824a
updated tests
10 years ago
obscuren
4704a0a288
remove pre compiled for tests
10 years ago
Jeffrey Wilcke
5b561f434d
Merge pull request #254 from chfast/pr/jitvm_stub
...
JitVm struct stub. Forwards calls to DebugVm.
10 years ago
obscuren
750d70c202
updated tests
10 years ago
obscuren
34689cb3f3
Added manual triggering of filters
10 years ago
Paweł Bylica
ba225017c4
JitVm struct stub. Forwards calls to DebugVm.
10 years ago
obscuren
8a1b51c716
updated tests
10 years ago
obscuren
75cd9cd2de
updated tests
10 years ago
obscuren
00348756bc
updated tests
10 years ago
obscuren
35fe4313d5
pre-pow
10 years ago