Jeffrey Wilcke
|
33099eaeb6
|
core, tests: get_hash fix
Make sure that we're fetching the hash from the current chain and not
the canonical chain.
Conflicts:
core/vm/environment.go
|
2015-10-21 16:06:36 +02:00 |
|
Felix Lange
|
fd512fa12c
|
Merge pull request #1711 from Gustav-Simonsson/timestamp_big_int
Add tests for uncle timestamps and refactor timestamp type
(cherry picked from commit abce09954b6901b446c004ee06b389c338922f28)
|
2015-08-25 15:54:57 +02:00 |
|
Jeffrey Wilcke
|
184e9ae9a8
|
core, tests: reduced state copy by N calls
Reduced the amount of state copied that are required by N calls by doing
a balance check prior to any state modifications.
|
2015-08-07 12:52:23 +02:00 |
|
Felix Lange
|
bfbcfbe4a9
|
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
|
2015-07-23 18:35:11 +02:00 |
|
Felix Lange
|
3f047be5aa
|
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
2015-07-22 18:51:45 +02:00 |
|
Felix Lange
|
ea54283b30
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
Gustav Simonsson
|
4c490db6af
|
Use uint64 for block header timestamp
|
2015-06-30 10:52:11 +02:00 |
|
Taylor Gerring
|
30444db020
|
Add lost rebase changes
|
2015-06-18 22:20:45 +02:00 |
|
Taylor Gerring
|
b6d40a9312
|
Cleanup/reorg
|
2015-06-18 22:20:44 +02:00 |
|