Gav Wood
|
e57d6ae633
|
Unify block numbers into BlockNumber type.
Uniformally handle 'latest' & 'pending'.
|
10 years ago |
Gav Wood
|
103b9ea0a7
|
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
|
10 years ago |
Gav Wood
|
9385ee2533
|
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
|
10 years ago |
Gav Wood
|
210104395f
|
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
|
10 years ago |
jhuntley
|
6d62e3ab26
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
10 years ago |
jhuntley
|
e1e7b227df
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
jhuntley
|
4f109d29a6
|
Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'.
|
10 years ago |
arkpar
|
b6773a3084
|
fixed microhttpd deployment
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
Marek Kotewicz
|
dd0744e8a3
|
fixed #1022
|
10 years ago |
Marek Kotewicz
|
1df4cacc40
|
removed libqwebthree
|
10 years ago |
debris
|
5ca7b3209f
|
fixed transitive dependencies for msvc
|
10 years ago |
debris
|
92bfd91812
|
cmake mess
|
10 years ago |
Gav Wood
|
92f2b093e0
|
Disable Serpent for windows build.
|
10 years ago |
Gav Wood
|
c38ecd95d9
|
Split canon blockchain and basic blockchain.
|
10 years ago |
subtly
|
6bbcaae5e2
|
alethzero, third: load network config
|
10 years ago |
subtly
|
92f9ec8c42
|
import/export peers and nodes
|
10 years ago |
Gav Wood
|
aa094e5240
|
LogFilter supports new, better, filter mechanism.
Exposed to JS API.
|
10 years ago |
Marek Kotewicz
|
74a191031b
|
removed qwebthree inner polling, polling is now frontend only, fixed #780
|
10 years ago |
Marek Kotewicz
|
8d85b1035e
|
renamed qethereum -> qwebthree, fixed #414
|
10 years ago |
Gav Wood
|
e6ca33f814
|
API change: eth.watches will give you the log entries that are new as an
arg.
|
10 years ago |
Marek Kotewicz
|
24ed9d0d16
|
removed unused plists
|
10 years ago |
Marek Kotewicz
|
24ff0baa05
|
third is using executable helper
|
10 years ago |
Marek Kotewicz
|
a749a38246
|
EthExecutableHelper.cmake
|
10 years ago |
Marek Kotewicz
|
48dfbaf3c9
|
updated cmake policies
|
10 years ago |
ethdev
|
3fae343041
|
cmake improvements on windows
|
10 years ago |
Marek Kotewicz
|
7c26fa0afe
|
common changes in cmakes
|
10 years ago |
Marek Kotewicz
|
281a9e2b22
|
jsonrpc option in cmakes, removed all warnings
|
10 years ago |
Marek Kotewicz
|
652d08ab43
|
cleaning cmakes in progress
|
10 years ago |
Gav Wood
|
7a0cb2bf23
|
Renaming and fixes.
|
10 years ago |
sveneh
|
c29321d01c
|
full project compile with crypto++ dependency
|
10 years ago |
Christian
|
99882a76a7
|
Moved instructions and assembly to new libevmcore.
|
10 years ago |
Marek Kotewicz
|
874abf6e0b
|
fixed WebThreeStubServer constructor
|
10 years ago |
Marek Kotewicz
|
8c6af7f1d4
|
m_qwebConnector is not a pointer
|
10 years ago |
Marek Kotewicz
|
eb12c3ce9a
|
javascript resources moved to separate target
|
10 years ago |
Marek Kotewicz
|
cab4784dba
|
common changes
|
10 years ago |
Marek Kotewicz
|
bab05f04ee
|
whisper in alethzero
|
10 years ago |
Marek Kotewicz
|
bb5ba2dcf9
|
whisper in js
|
10 years ago |
Marek Kotewicz
|
6fefb43d36
|
setup default provider
|
10 years ago |
Marek Kotewicz
|
3b5e1202fc
|
js in qresources
|
10 years ago |
Gav Wood
|
dfea821aaf
|
DB prototyped.
|
10 years ago |
Gav Wood
|
6181b6d2c7
|
Whisper is functional from the JS API.
|
10 years ago |
Marek Kotewicz
|
98159091f4
|
qwebconnector is not being recreated
|
10 years ago |
Marek Kotewicz
|
d76a44f226
|
ethrpc -> web3jsonrpc, other issues fixed
|
10 years ago |
Marek Kotewicz
|
5ec00a8f10
|
qethereum polling through rpc
|
10 years ago |
Marek Kotewicz
|
64acc3c9e6
|
changes populated to third
|
10 years ago |
Gav Wood
|
6706c26471
|
Move misc to dev.* JS API.
Potential crash fix.
UPnP in thread.
|
10 years ago |
Marek Kotewicz
|
4633dffc85
|
EthStubServer renamed to WebThreeStubServer
|
10 years ago |
Marek Kotewicz
|
3b9ac153a0
|
listening and peer count separated to QPeer2Peer
|
10 years ago |
subtly
|
fc14f46a63
|
add headers to cmake
|
10 years ago |