obscuren
01a6db9324
Added whisper debug interface + whisper fixes
10 years ago
obscuren
993280ec03
Added whisper test
10 years ago
obscuren
56dac74f71
made mist in a compilable, workable state using the new refactored packages
10 years ago
obscuren
96272e19a6
removed filter manager from base
10 years ago
zelig
72290f67fe
resolve merge conflict hell
10 years ago
zelig
61940b2275
adapt cmd/cli to new backend
...
- new flag nat for nat support UPNP|PMP
- new flag pmp for PMP gateway IP
- add NatType to utils/cmd to get p2p.NAT from nat type string
- obsolete usepnp flag
- get rid of IsUpToDate and sleep in miner start
- ethereum constructor takes nat type, port, maxpeer
- add pubkey arg to client identity
10 years ago
zelig
d9b16c1197
new cli options
...
- nat UPNP|PMP
- gateway for PMP NAT
- obsolete usepnp
- add pubkey to client identity
10 years ago
zelig
ae7c1e3e55
adapt to new backend
...
- eth p2p pkgs
- new Ethereum initialiser
- no caps param
- use nat type
- add NatType func to map nat type string to p2p.NAT
- add pubkey to client identity
10 years ago
zelig
50e1dcc43a
import eth pkg
10 years ago
obscuren
5553e5aaed
states moved to chain
10 years ago
obscuren
4082c8b61d
added simple peer server
10 years ago
obscuren
1fb84d3c5f
Fixed tests
10 years ago
obscuren
9925916851
upped proto version and modified block pool
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
73c4ca3a6f
Upped protocol version
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
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
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
b6cb5272de
Descriptive function names for closure getters
10 years ago
obscuren
6d99c03d91
Updated environments according to the new interface set
10 years ago
obscuren
3d9a4e7084
Fixed mem error in vm. Fixed logs tests
10 years ago
obscuren
f778922086
Set proper message value
10 years ago
obscuren
edc52bdcbf
Updated value for mined blocks. Closes #197
10 years ago
obscuren
5ebae82eeb
Additional logging and removed temp merged mining options.
10 years ago
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
a3559c5e1b
updated PV
10 years ago
Eric Robitaille
0f47129113
Updated main.go - fix for broken develop build
...
Transaction execution fixes - 60cdb1148c
10 years ago
obscuren
93e693be72
Fixed tests for 'types'
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
10 years ago
Taylor Gerring
3588c4a9fe
formatting update per gofmt
10 years ago
obscuren
33afb10b0d
clean up
10 years ago
Taylor Gerring
1ecb3b4cf3
Remove failing Printf
10 years ago
obscuren
711be7009e
Version bump
10 years ago
obscuren
60cdb1148c
Transaction execution fixes
10 years ago
obscuren
9bb1ac7564
Fixes for the log method
10 years ago
obscuren
6c9e503eb8
Removed all implicit logging. Fixed gas issues and jump errors
10 years ago
obscuren
bed659f9b3
Moved ethtest to cmd
10 years ago
obscuren
ad0acb5762
Moved messages eventing to chain manager
10 years ago
obscuren
ebb7db263f
Added dumps
10 years ago
obscuren
d30571a7a8
Added VM testing tool
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
429dd2a100
Implemented new miner w/ ui interface for merged mining. Closes #177
...
* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
merged mining
10 years ago
obscuren
f59a3b67f6
StateManager => BlockManager
10 years ago
obscuren
d56d0c64aa
Version bump
10 years ago
obscuren
bd4f51ff3c
Use new iterator
10 years ago
Felix Lange
f3473312ba
all: fix rename breakage
10 years ago