Gav Wood
49b9a0224a
New Proof-of-Work.
10 years ago
Gav Wood
ee10c2afaf
Cache reporting in AZ.
10 years ago
Gav Wood
b132c44ab0
Caching.
10 years ago
Gav Wood
e6e67e0815
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
10 years ago
Gav Wood
431cace13f
More info in AZ.
10 years ago
Gav Wood
c82d63b909
New Proof-of-Work.
10 years ago
Gav Wood
8d6cb82083
Cache reporting in AZ.
10 years ago
Gav Wood
114712aa43
Caching.
10 years ago
Gav Wood
228f41b8ed
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
10 years ago
jhuntley
0bf7d15a57
asio.h and windows.h build comments as per request.
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
Gav Wood
3946eacd0c
More info in AZ.
10 years ago
Gav Wood
2ffb554a9d
New Proof-of-Work.
10 years ago
Gav Wood
fef4ed9f15
Warnings fixes.
10 years ago
arkpar
3767677b27
explicit operator bool for hash type
10 years ago
Gav Wood
d8784ed362
Avoid too many wornings about slots/signals.
10 years ago
Gav Wood
1f0791b4bc
Validation queuing.
10 years ago
Gav Wood
1fce862e1b
Improvement to AZ - confirmation disabler.
Fix network crash.
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
Gav Wood
b8461cb8b9
Tentative registry included in Genesis.
10 years ago
Marek Kotewicz
27a8164919
added QtWebEngine::initialize()
10 years ago
Gav Wood
a10292205e
Move to Chromium.
10 years ago
Gav Wood
2587b2deb2
Preview Natspec in New Transaction dialog.
10 years ago
Gav Wood
bfc037f688
Transact dialog supports all the NatSpec stuff.
10 years ago
Gav Wood
45776a0877
Removed debug panel. Is this a record, perhaps?
10 years ago
Gav Wood
513fc897d8
External Debugger for debugging past transactions, too.
10 years ago
Gav Wood
0066771e3b
Use external debugger.
10 years ago
Gav Wood
809df5cdc5
Working, albeit slowly, non-NatSpec transaction confirmations.
10 years ago
Marek Kotewicz
1df4cacc40
removed libqwebthree
10 years ago
CJentzsch
bd373f4be9
avoiding catastrophic typos in addresses
10 years ago
subtly
f070de2047
load network before constructing webthreedirect
10 years ago
CJentzsch
d8cf73b4ad
add ability to throw to fromHex
10 years ago
CJentzsch
26d1798c81
safe transaction injection
add diagnostic information output
compile fix
compile fix
10 years ago
subtly
a153d078bc
Prevent infinite sleep on connect. Write settings before shutdown of web3.
10 years ago
Lefteris Karapetsas
d53dcd3183
Styling in Natspec Enums
10 years ago
subtly
ff26827108
update alethzero mainwin
10 years ago
Gav Wood
92f2b093e0
Disable Serpent for windows build.
10 years ago
Gav Wood
325ec15389
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
10 years ago
Gav Wood
c38ecd95d9
Split canon blockchain and basic blockchain.
10 years ago
Gav Wood
114db8ab36
Revert State class changes for Mix.
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
7d504a275f
Whisper now 100% encrypted.
10 years ago
Gav Wood
cec504d1a2
Various fixes.
10 years ago
Gav Wood
c921b25aef
Compiles.
10 years ago
Lefteris Karapetsas
93abe45771
FunctionType now returns const ref for Declaration
10 years ago
Lefteris Karapetsas
122aada70f
Contract Interface Functions now return FunctionType
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
10 years ago
Lefteris Karapetsas
06764f026e
State variable accessors code is now more organized
- FunctionDescription is the abstraction of what should describe a
function. It can either be a VariableDeclaration of a
FunctionDefinition.
- ParamDescription is what FunctionDescription uses to describe its
parameters for outside use purposes with a pair of (name, type)
strings
- Modified code around Solidity and especially interface handler to
adapt to this change
10 years ago
Gav Wood
a8b64e9425
PV52.
10 years ago
Gav Wood
aa094e5240
LogFilter supports new, better, filter mechanism.
Exposed to JS API.
10 years ago