Jeffrey Wilcke
|
024d41d0c2
|
core, core/state, core/vm: remove exported account getters (#3618)
Removed exported statedb object accessors, reducing the chance for nasty
bugs to creep in. It's also ugly and unnecessary to have these methods.
|
8 years ago |
Brian Schroeder
|
296450451b
|
state: take write lock in GetNonce (#3625)
We must take a write lock here because `GetNonce` calls
`StateDB.GetStateObject`, which mutates the DB's live set.
|
8 years ago |
Felix Lange
|
a59a93f476
|
core/state: track all accounts in canon state
This change introduces a global, per-state cache that keeps account data
in the canon state. Thanks to @karalabe for lots of fixes.
|
8 years ago |
Leif Jurvetson
|
b7bb2d8589
|
core: various typos
|
9 years ago |
Felix Lange
|
bfbcfbe4a9
|
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a .
|
9 years ago |
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".
|
9 years ago |
Felix Lange
|
ea54283b30
|
all: update license information
|
9 years ago |
obscuren
|
bc6031e7bb
|
core, xeth: moved nonce management burden from xeth to txpool
|
10 years ago |
obscuren
|
093d6d5074
|
core: removed nonce resetting from the block processor.
All nonce error handling has been moved to the worker
|
10 years ago |
obscuren
|
8310bcda61
|
state: fixed mutex lockes
|
10 years ago |
obscuren
|
d423305f07
|
state: fixed nonce issue in managed state
Rlock => Lock when creating a new nonce
|
10 years ago |
obscuren
|
204ac81188
|
Moved handling of nonces to the managed state
|
10 years ago |
obscuren
|
31b086f511
|
Added additional methods to the managed state
* GetNonce Returns the canonical nonce
* SetNonce Set the managed account's nonce
|
10 years ago |
obscuren
|
0330077d76
|
moved state and vm to core
|
10 years ago |
obscuren
|
f486c0ae56
|
new type + additional methods
|
10 years ago |
obscuren
|
a0266489b4
|
Make remote dominant
|
10 years ago |
obscuren
|
f1fcda4f2f
|
Implemented managed state
* Reimplemented nonce management for known accounts.
|
10 years ago |
obscuren
|
cda88ce31a
|
Implemented a manage state for keeping track of nonces
|
10 years ago |