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
Jeffrey Wilcke
35cd355c14
cmd,eth,rpc,tests: default coinbase
9 years ago
Jeffrey Wilcke
529fb7a7d7
core, xeth: core.AddressFromMessage removed => crypto.CreateAddress
9 years ago
Gustav Simonsson
4c490db6af
Use uint64 for block header timestamp
9 years ago
obscuren
a977f3c0dc
xeth, tests: fixed api
10 years ago
Gustav Simonsson
147a699c65
Add missing err checks on From() (skip RPC for now)
10 years ago
Péter Szilágyi
b2b1241dd7
cmd/mist: fix #640 , panic converting nil recipient to hex.
...
Fetching the recipient address from a transaction was changed to return nil
instead of a zero-address, but this code path was not updated, so whenever
a contract was created, a nil panic occured.
10 years ago
obscuren
2e2860e4df
Make sure mist runs ... :-)
10 years ago
obscuren
7e4c488717
Fixed storage. Closes #516
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
obscuren
0a1eeca41e
conversions. -compilable-
10 years ago
obscuren
942980609f
conversions
10 years ago
Maran
7330c97b5b
DRY up the use of toHex in the project and move it to common
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
Maran
991993357c
DRY up the use of fromHex and put it in ethutil
10 years ago
obscuren
0057bb4ef6
WIP QT Clipboard
10 years ago
obscuren
38faf2c51a
removed messages
10 years ago
obscuren
da2fae0e43
Basic structure miner
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
obscuren
54927dc0e0
Fixed issue with Storage()
...
* Storage() returned encoded values. They are now decode prior to hexing
* Removed old code from state object
* Updated coin
10 years ago
obscuren
0031f388ac
More dapp samples
...
* Info DApp, coin DApp
* Additional rpc methods
10 years ago
obscuren
872b249711
further cleaned up xeth interface
10 years ago
obscuren
e3da85faed
Implemented filter for ws + fixes
...
* proper 0xhex
* filters fixed
* start of filter manager
* accounts for ws. Closes #246
10 years ago
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
10 years ago
obscuren
564f02aa2b
Fixed tests
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
4cd79d8ddd
Refactored block & Transaction
...
* Includes new rlp decoder
10 years ago
obscuren
5ad473d758
Moved methods to messages
10 years ago
obscuren
db494170dc
Created generic message (easy for testing)
10 years ago
zelig
148de1c875
adapt xeth pkg to new backend. FIXME JSPeer peer info
10 years ago
obscuren
f298ffdbb8
Renamed State => StateDB
10 years ago
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
10 years ago
obscuren
cbeebcd47d
Fixed bloom, updated mining & block processing
...
* Reverted back to process blocks in batches method
* Bloom generation and lookup fix
* Minor UI changed (mainly debug)
10 years ago
obscuren
0c4adeceae
Properly list caps
10 years ago
obscuren
af8f5f0b69
ethstate => state
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
fd9da72536
ethcrypto => crypto
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
8e0a39f33f
Updated to use ethereum.js
10 years ago
obscuren
0015ce1e35
kick of bad peers
10 years ago
obscuren
82be305496
Fixed inconsistencies
10 years ago
obscuren
b8354124be
Added protocol caps accessors
10 years ago
obscuren
9ed8dc7384
Attempt to catch up from unknown block
10 years ago
obscuren
1118aaf840
Temp work around
10 years ago
obscuren
0fea62ec6d
Make use of new list type for transactions instead of json
10 years ago
obscuren
6afc16399f
Block size
10 years ago
obscuren
b0ae61c652
Removed the "Get" part
10 years ago