Gav Wood
92f2b093e0
Disable Serpent for windows build.
10 years ago
Marek Kotewicz
2c93677d81
removed QNatspec...
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
Lefteris Karapetsas
295a277418
Fixes and cleanup in OurWebThreeStubServer
- All fixes are Natspec related
10 years ago
Gav Wood
990d279490
Fixed spurious whisper watches firing.
Additional standard APIs.
Refinement of standard.js.
10 years ago
Gav Wood
3b5a279e16
Add coins reg to standard services.
Upgrade AZ display for new API.
Upgrade requires in Sol.
10 years ago
Gav Wood
8f0517a7d6
Vanity addresses in AZ.
Fixes to ethereum.js
eth.flush()
10 years ago
subtly
a73f1fa7c5
add packet-type. prep for node-discovery interop.
10 years ago
subtly
d7e3065f97
Remove unused code paths with confidence. Rename key/identity to alias. Inherit Peer from Node and update Host/Session to use Node::endpoint instead of previous Peer::address.
10 years ago
Marek Kotewicz
df1f8514ef
removed unused includes
10 years ago
Marek Kotewicz
949f9df012
evaluate natspec expressions
10 years ago
Marek Kotewicz
b3eec4bac3
removed unused code
10 years ago
Marek Kotewicz
74a191031b
removed qwebthree inner polling, polling is now frontend only, fixed #780
10 years ago
Gav Wood
668e5cc852
Make sure Transaction constructor checks sender whereever it makes sense
(which is pretty much everywhere).
10 years ago
Marek Kotewicz
8c2c08e869
qwebthree sync
10 years ago
Gav Wood
d5ce725096
Claim ether makes wallet & trasfers.
"#require" in solidity.
10 years ago
Marek Kotewicz
475d4b1e4d
natspec changes
10 years ago
Gav Wood
490b43a395
Cleanups and addition AZ info.
10 years ago
Marek Kotewicz
d4afba33a4
common changes
10 years ago
Marek Kotewicz
1febd8c28c
init natspec.js
10 years ago
subtly
97f6145b93
compile fix
10 years ago
Gav Wood
e7b40e5bdc
Fix whitespace :-/
10 years ago
Gav Wood
06dbf47763
Make owed-accounts update in AZ.
10 years ago
Gav Wood
10c08d6204
getLastHashes fix.
AZ improvements.
JSAPI string fix.
10 years ago
Lefteris Karapetsas
db440602f2
Changing MainWin.h inclusion order due to MSVC bug
10 years ago
Lefteris Karapetsas
ab6c8f0f37
Style fixes in MainWin of AZ.
- Basically just omitting all namespace prefixes that are declared to be
used with the using directive
10 years ago
Lefteris Karapetsas
6ee8be71ba
more style fixes and an addition to the coding style
10 years ago
Lefteris Karapetsas
79b953d9e5
Minor style fixes
10 years ago
Lefteris Karapetsas
4ad3ab2174
Fixes and additional checks for Natspec Popup authentication
10 years ago
Lefteris Karapetsas
396fe954b6
Small fixes AZ MainWin.cpp
10 years ago
Lefteris Karapetsas
ee682f1949
Cleaning up debug messages and abstracting some functionality
10 years ago
Lefteris Karapetsas
08a1566b85
Cleaned up some unused functions
10 years ago
Lefteris Karapetsas
e7ac3ba869
Natspechandler: Get function hash from transaction data
10 years ago
Lefteris Karapetsas
18dd4515bd
A first version of Natspec warning popup
- Runtime Contract code hash can now be retrieved from the Compiler
- Using the hash the Natspec handler stores and later retrieves Natspec
JSON for a given contract.
10 years ago
Lefteris Karapetsas
3b207c26e9
Alethzero: Showing a contract's function's hashes at creation
10 years ago
Lefteris Karapetsas
8acd9b1107
Work in prgress for creating natspec in alethzero at contract creation
10 years ago
Marek Kotewicz
8d85b1035e
renamed qethereum -> qwebthree, fixed #414
10 years ago
subtly
75f231419a
Connectivity and nodetable callbacks. Disable stale code.
10 years ago