Maran
c3ad210846
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
11 years ago
Maran
618f523124
Actually start the Ethereum server on starting the GUI
11 years ago
Maran
cc341b8734
Added debug message if you try to add a peer when max peers has been reached.
11 years ago
Maran
52b664b0ae
Removed peers from peerlist as soon as they disconnect. Might fix #13
...
We used to wait for the reaping timer to clean up the peerlist, not any longer
11 years ago
Maran
8fe0864680
Only accept peers if we asked for them
11 years ago
Maran
5fcbaefd0b
Don't forward localhost connections over the public network
11 years ago
Gav Wood
e1ae4ad449
PoC-5 VM tests.
11 years ago
Maran
7f9fd08792
Implemented proper peer checking when adding new peers
...
We now resolve a hostname to IP before we try to compare it to the existing peer pool
11 years ago
obscuren
c7132e5d22
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
11 years ago
obscuren
c43ea30e75
Refactored some code and fixed #37
11 years ago
Maran
cf7ab07264
Disable seed by default
...
Seed host seems down, only causes timeouts, not helpful
11 years ago
Maran
8b4ed8c505
Properly exchange peer capabilities between peers
11 years ago
Maran
4eb3ad192e
Made the debug line for invalid peer versions dynamic
11 years ago
obscuren
5d15563ea7
PreProcess => PreParse
11 years ago
Vitalik Buterin
2b6c136dda
Moved txt to json
11 years ago
obscuren
a3cc4b0b80
Merge branch 'release/poc5-rc3' into develop
11 years ago
obscuren
721d3a9a57
Merge branch 'release/poc5-rc3'
11 years ago
obscuren
36572f03a7
Merge branch 'release/poc5-rc3' into develop
11 years ago
obscuren
a32dffb0e8
Merge branch 'release/poc5-rc3'
11 years ago
obscuren
e22e83b19a
bump
11 years ago
obscuren
d3d9ed62e2
Upgraded to new mutan
11 years ago
obscuren
23fc50c61b
Upgraded to new mutan
11 years ago
obscuren
be7da48dad
Merge branch 'release/poc5-rc2' into develop
11 years ago
obscuren
3af35d922e
Merge branch 'release/poc5-rc2'
11 years ago
obscuren
faa3aa14ed
Merge branch 'release/poc5-rc2' into develop
11 years ago
obscuren
b0023f66b0
Merge branch 'release/poc5-rc2'
11 years ago
obscuren
109395daaa
Bump
11 years ago
obscuren
dbf8645aaf
Bump
11 years ago
obscuren
c03bf14e02
Fixed some tests
11 years ago
obscuren
f73a5f067a
fxed
11 years ago
obscuren
1471585af0
Moved Ext app js to its own dir
11 years ago
obscuren
afe83af219
Moved seeding and moved manifest
11 years ago
obscuren
0bf2d24cb0
Changed seeding
11 years ago
Vitalik Buterin
cbccbf977c
New commit
11 years ago
obscuren
5a0bae1dae
Auto update state changes notifications
11 years ago
obscuren
e8fb965ccb
Cleaned up
...
Removed the unneeded address watch mechanism. State manager's transient
state should now take care of this.
11 years ago
obscuren
d709815106
Added trans state and removed watch address etc
...
The transient state can be used to test out changes before committing
them to the proc state. The transient state is currently being used by
the gui to support proper nonce updating without having to wait for a
block. This used to be done by a cached state mechanism which can now
safely by removed.
11 years ago
obscuren
f59f515def
Cleanup
11 years ago
obscuren
f0440e85dc
Removed value from closure.
11 years ago
obscuren
71defc11fa
Fixed closure
11 years ago
obscuren
554f4f6f7d
Fixed disasamble for all pushes
11 years ago
Maran
6c66cb3fa9
Merge branch 'develop' of github.com:ethereum/eth-go into develop
11 years ago
Maran
45ce820b11
Implemented value()
11 years ago
Vitalik Buterin
edbb8d407e
Removed unneeded test, added new tests
11 years ago
obscuren
76d7bad722
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
11 years ago
obscuren
a0af7de58e
Optimizations
11 years ago
Maran
050684450b
Assume arguments are supplied as strings to the rpc interface
11 years ago
Maran
e18b96b486
Fix an issue where we don't have the rpc so we dont have to close it
11 years ago
obscuren
53eb59ed81
Normalized font
11 years ago
obscuren
af6875f4b2
Changed to lower case
11 years ago