obscuren
2b5fcb4642
moved interfaces
10 years ago
obscuren
5553e5aaed
states moved to chain
10 years ago
obscuren
af6afbaa56
Removed start/stop methods
10 years ago
obscuren
1b98cbbfa4
Moved pow
10 years ago
obscuren
4082c8b61d
added simple peer server
10 years ago
obscuren
dda778eda7
Updated whisper messages to new crypto api + added tests
10 years ago
obscuren
0f5c6c5e2d
Changed new methods to use ecdsa package for pub prv keys
10 years ago
obscuren
186948da22
changed to unsigned integers
10 years ago
obscuren
4f1ef89cb2
updated tests
10 years ago
obscuren
1fb84d3c5f
Fixed tests
10 years ago
obscuren
3308491c92
Removed tests because they've become obsolete
10 years ago
obscuren
9ff7be68fb
Merge branch 'poc8' into develop
10 years ago
Jeffrey Wilcke
ce0c4e5d86
Merge pull request #203 from fjl/rlp-fixes
...
RLP: remove signed integer support and other fixes
10 years ago
obscuren
984c7e6689
Added encryption for messages better API for sealing messages
10 years ago
obscuren
87adff7e18
Added Encrypt & Decrypt using the ECIES w/ tests
10 years ago
obscuren
c24018e273
Added S256 curve
10 years ago
Felix Lange
6cf4e0329c
rlp: display decoder target type in more error messages
...
Decode error messages now say "expected input list for foo.MyStruct"
instead of just "expected List".
10 years ago
obscuren
df5157c0b0
PV49
10 years ago
obscuren
acf4b5753f
Core changes
...
* Code = '' if gas < len(D) * 5
* Sha3 gas 10 + 10 * len(D), rounding up 32 bytes
* Sha256 gas 50 + 50 * len(D), rounding up 32 bytes
* Ripmed gas 50 + 50 * len(D), rounding up 32 bytes
* Accounts and value transfers no longer reverted
10 years ago
Felix Lange
829730dec4
rlp: remove dead code
10 years ago
Felix Lange
c084a7daa5
rlp: fix panic in decodeList on go 1.4+
...
The documentation for reflect.Value.Index states that it will
panic for out-of-bounds indices. Since go 1.4, it actually panics.
10 years ago
Felix Lange
93e858f88e
rlp: remove support for signed integer types
...
There is no agreement on how to encode negative integers
across implementations. cpp-ethereum doesn't support them either.
10 years ago
Felix Lange
4f12f0697e
rlp: move decoder type switch to decode.go
10 years ago
obscuren
76842b0df8
Additional checks and debug output
10 years ago
obscuren
e3a8412df3
Proper start/stoping wpeers
10 years ago
obscuren
ebe2d9d872
First draft of Whisper messages relaying
10 years ago
obscuren
f06543fd06
Merge branch 'poc8' into develop
10 years ago
obscuren
195b2d2ebd
Merge branch 'fjl-feature/p2p-protocol-interface' into poc8
10 years ago
obscuren
384b8c75f0
Merge branch 'feature/p2p-protocol-interface' of https://github.com/fjl/go-ethereum into fjl-feature/p2p-protocol-interface
10 years ago
obscuren
9925916851
upped proto version and modified block pool
10 years ago
obscuren
095cb97675
EXP simplified
10 years ago
obscuren
d80f8bda94
Fixed issue in VM where LOG didn't pop anything of the stack
10 years ago
obscuren
3cf0477c21
Merge branch 'poc8' into develop
10 years ago
obscuren
8dbca75d85
Skip mining on transactions that don't meet the min accepted gas price
10 years ago
Jeffrey Wilcke
710360bab6
Merge pull request #199 from ethereum/tests
...
Submit code coverage to coveralls only on travis build success
10 years ago
obscuren
3db9c80070
Removed mutan. Closes #183
10 years ago
obscuren
085f604b27
Show newly created private key during startup. Closes #126
10 years ago
obscuren
a5b27bbc10
Improved and simplified wallet functions and behaviour
10 years ago
obscuren
8c7e4b290f
Added pre processing of transaction on the transient state
10 years ago
obscuren
5653898150
vim error :S
10 years ago
obscuren
73123bf257
Only set TD if it's actually higher
10 years ago
obscuren
73c4ca3a6f
Upped protocol version
10 years ago
obscuren
296112848c
Moved block validation as first step
10 years ago
obscuren
008e91db6a
null ptr fix
10 years ago
obscuren
3043b233ea
Log is now interface
10 years ago
obscuren
bff5999efa
sort tests for evm
10 years ago
obscuren
f298ffdbb8
Renamed State => StateDB
10 years ago
obscuren
3664cd58e3
Updated testing tools
10 years ago
obscuren
491edc16e7
Fixes #189
10 years ago
obscuren
83663ed4b0
Renames for chain, updated VM, moved methods
...
* Renamed a couple more chain => core
* Updated VM `pc` to be uint64 rather than big int
* XEth interface cleanup
10 years ago