7983 Commits (dd0b508d53026affbd4a2be13de771e4205fd5df)
 

Author SHA1 Message Date
Gav Wood dd0b508d53 Don't forget the transaction queue! 10 years ago
Gav Wood d1050b60fd Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood d7fb14b95b Diagnostics for tracking down source of apparently corrupt block 10 years ago
Arkadiy Paronyan b289a23322 Merge pull request #1664 from yann300/bugFix2 10 years ago
Gav Wood 081ecb5c9c Broadcast everything to everyone. 10 years ago
Gav Wood c07e43b4ad Don't create full if missing when just verifying. 10 years ago
Gav Wood 616cb14385 Nicer logging. Much nicer. 10 years ago
Gav Wood 04a3464606 JSON build fix. 10 years ago
Gav Wood a9c7f79b05 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 6aaee1f711 Avoid threading issues. 10 years ago
Gav Wood 86384ad0ad Use default path if none given when rebuilding chain. 10 years ago
Gav Wood 27f293be85 Merge branch 'threadfix' into develop 10 years ago
Gav Wood a5f2dc881e New strategy - send all new blocks out, even when (re)syncing (though 10 years ago
chriseth 4fa948d10a Merge pull request #1604 from LianaHus/sol_Machine_friendly_output 10 years ago
Liana Husikyan 254c845490 removed unused parameter from streamAsmJson 10 years ago
Liana Husikyan 78bb6deadb style fixes 10 years ago
Liana Husikyan ebd4be49f6 changed the format of json output 10 years ago
Liana Husikyan a89b7ee911 fixed push #[$] and push [$] 10 years ago
Liana Husikyan 6d56c979ab removed explicit move 10 years ago
Liana Husikyan 20132bd445 renamed locationx/y to begin/end 10 years ago
Liana Husikyan 95e161bfc9 style fixes 10 years ago
Liana Husikyan 3482c4dfc2 fixed extension of file json format 10 years ago
Liana Husikyan c6652616ae reordered output 10 years ago
Liana Husikyan 9fa9190f1d code refactoring 10 years ago
Liana Husikyan 4ef9b70dd3 style fixes 10 years ago
Liana Husikyan 2189306c9d reordered output. 10 years ago
Liana Husikyan 1305502fc9 initial output for asm-json flag. 10 years ago
Liana Husikyan 2a5a5a99f9 added asm-json flag to cl compiler 10 years ago
yann300 acc9b124ae bug fix: copy paste from transaction logs 10 years ago
chriseth 530b5c8770 Merge pull request #1501 from LefterisJP/abstract_contract_contructors 10 years ago
Arkadiy Paronyan 7ab68f4311 Merge pull request #1663 from arkpar/mix_ux 10 years ago
Lefteris Karapetsas cad916a00d Fixing detection of abstract contract 10 years ago
arkpar 8148e7b1df tests 10 years ago
Lefteris Karapetsas 9079da740a minor tweak after rebase 10 years ago
Lefteris Karapetsas 5be5fc55a0 Adding forgotten virtual specifier to EnumValue getType() 10 years ago
Lefteris Karapetsas 86caafd9e9 Add "this" contract's ctor to provided ctors set 10 years ago
Lefteris Karapetsas 3a2d903252 Fixing new abstract contract error location reporting 10 years ago
Lefteris Karapetsas c227951856 size()!=0 -> !empty() 10 years ago
Lefteris Karapetsas 2279e40274 Check all constructors in inheritance chain get args 10 years ago
Lefteris Karapetsas 45117f53b0 Allowing abstract contracts constructor to have no args 10 years ago
chriseth bb30afcbe8 Merge pull request #1654 from chriseth/sol_fix_smallNegativeStorageValues 10 years ago
Gav Wood f104697747 Redo thread safety in Client. Rework some Worker threading stuff. 10 years ago
arkpar 0808723c50 add some balance for gas estimation 10 years ago
Gav Wood a57ce7eedc Merge pull request #1610 from ethereum/discoveryEndpoints 10 years ago
arkpar 284b33a71b Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux 10 years ago
arkpar 8d6b690681 Fixed packed negative signed integers storage display 10 years ago
subtly db21824064 network save/restore: merge fixes, simpler code, limit parse of require flag to peers (reflecting save code). 10 years ago
chriseth 1df385a63d Fix for signed integers in storage. 10 years ago
chriseth b8d5936fbd Tests for signed integers in storage. 10 years ago
subtly 8bfe9822b8 Merge branch 'develop' into discoveryEndpoints 10 years ago