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
Gav Wood
e6ca33f814
API change: eth.watches will give you the log entries that are new as an
arg.
10 years ago
Gav Wood
12f6768abe
Remove NodeMode from ethereum.
10 years ago
Gav Wood
588114f54d
Allow JITEVM to be enabled from AZ.
10 years ago
subtly
94c09508fd
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
10 years ago
Gav Wood
645570c699
Integrate new NameReg/Config.
10 years ago
Gav Wood
494bf5ee48
Clear pending and some other AlethZero stuff.
10 years ago
Gav Wood
0ca84e5a0d
Basic logging in Solidity (though no tests yet).
10 years ago
Gav Wood
8491e5f2f7
Various fixes.
Initial portion of NatSpec integration.
10 years ago
Gav Wood
15afb23e5a
More integration with SolNameReg
10 years ago
Gav Wood
d8323bbd09
Simple ABI in/out and new Solidity-based Config/NameReg integration.
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
Gav Wood
169419d9d2
Fixups for API changes.
10 years ago
Paweł Bylica
e80dffeec5
Clean up and remove some explicit dependencies in cmake files
10 years ago
ethdev
23d4f98b74
alethzero.exe icon
10 years ago
Marek Kotewicz
80368b870b
windows icon
10 years ago
ethdev
a68cb3f0b8
jsoncpp && leveldb are now using optimized/debug
10 years ago
Lu Guanqun
960f62b05a
update to the correct file name
10 years ago
Gav Wood
1b8f9fdc3b
Deduplication.
10 years ago
Gav Wood
82d29fa979
Rename headers.
10 years ago
Marek Kotewicz
0305a8480f
fixed leak in q_webthreeconnector in mainwin
10 years ago
Gav Wood
9e2eb149af
Beginnings of cleaning up the Executive/State code.
10 years ago
Gav Wood
0528037690
Fix genesis test.
Refactor/cleaning.
10 years ago
Marek Kotewicz
24ff0baa05
third is using executable helper
10 years ago
Marek Kotewicz
ba24285369
mix is using executable helper
10 years ago
Gav Wood
946fd2126a
Remove extraneous old stuff for PoC-7.
Fix gas remaining issue.
10 years ago
Marek Kotewicz
a749a38246
EthExecutableHelper.cmake
10 years ago
Gav Wood
19c272c32d
Fix for crazy compiler lambda behaviour.
10 years ago
Gav Wood
774abf0d54
Dynamic gas requirements for premined crypto contracts.
10 years ago
ethdev
d439e65fee
copying dlls to executable directory on windows
10 years ago
ethdev
3fae343041
cmake improvements on windows
10 years ago
Marek Kotewicz
281a9e2b22
jsonrpc option in cmakes, removed all warnings
10 years ago
Paweł Bylica
4261a7159d
Fix alethzero build
10 years ago
debris
c014442517
alethzero working on windows!
10 years ago
yann300
de72fa0edd
- fromRaw, fromString, prettyU256 moved to CommonJS.cpp.
- ApplicationCtx => AppContext.
- Smart pointer direct method call (instead of calling get() before).
- ConstantCompilationModel instanciate as smart pointer.
- Bug fix https://github.com/ethereum/cpp-ethereum/issues/557
- Add comments on DebuggingStateWrapper
- Coding Standards
10 years ago