1846 Commits (fcf5400c3ab76f427dd04f1a2807bdd8d3efd1ea)
 

Author SHA1 Message Date
Gav Wood a775c54adf UX fixes to nodes view. 10 years ago
Gav Wood 2e972be640 Efforts to make reconnect timing strategy more expansive and consistent. 10 years ago
Gav Wood 7920f04f30 Better drop off semantics. 10 years ago
sveneh 8b1652bbf3 cleanup build file. Start some modularisation. 10 years ago
Paweł Bylica 48ed393fb3 mload function added as implementation of MLOAD 10 years ago
Paweł Bylica 0400b47357 store8 function added as implementation of MSTORE8 10 years ago
Paweł Bylica 2df83af3be Use mem.store as implementation of MSTORE 10 years ago
Paweł Bylica 4a1511309c Generate mem.store function and dependencies (currently unused) 10 years ago
Gav Wood b7c9bed067 Throw exception for invalid instruction prior to determining gas. 10 years ago
Paweł Bylica 35605271f1 Fix for finding jumpTableBlock 10 years ago
Gav Wood 23021abbe2 Eth stores past peers and its own ID. 10 years ago
Paweł Bylica 4b8d51e23e Renames & comments 10 years ago
Gav Wood 5d2238d179 Manage dead nodes. 10 years ago
Gav Wood 01eecf58b6 More network fixes. 10 years ago
artur-zawlocki b3e5c7ef03 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki 40e73d035c Indirect jump: jump table generated in separate bblock. 10 years ago
Paweł Bylica a5e264d385 Fix stack swap or dup not generating PHI nodes 10 years ago
Paweł Bylica 03870ecc78 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki 85606447d8 test cases for jumps 10 years ago
Paweł Bylica a3e0a809bd Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Paweł Bylica 936aeab43c Group gas counting into block of instructions called cost-block. 10 years ago
Gav Wood ca9a07dc2f Exception fix. 10 years ago
artur-zawlocki 590e58fcc3 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki 209640c1f3 test cases for JUMP 10 years ago
artur-zawlocki e915379539 Implementing JUMP/JUMPDEST (work in progress) 10 years ago
Gav Wood 75685f91e1 More fixes. 10 years ago
Gav Wood 7c0ca05bb8 Grow peers uses latest mechanisms. 10 years ago
Gav Wood a1216c3b74 Peer & key management. 10 years ago
Gav Wood 735ef80968 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood d1b1caea29 Various crash fixes. 10 years ago
Gav Wood 07c804a885 Vast P2P networking improvements, mainly for peer discovery, management 10 years ago
Gav Wood 2df91b7206 Merge pull request #345 from arkpar/watch_fix 10 years ago
Gav Wood b18e5e4ea0 Merge pull request #346 from CJentzsch/develop 10 years ago
Gav Wood 13e6127f26 Merge pull request #359 from imapp-pl/develop 10 years ago
subtly fa3dedb3dd fix passing rvalue to rlp 10 years ago
Paweł Bylica ce084a7f69 Update LibMiniUPnP.vcxproj to build without warnings (deprecated functions used) and allow using miniupnpc newer that 1.8. 10 years ago
Paweł Bylica dd3ae798b4 Disable gas checking for now (does not work and makes IR code hard to read) 10 years ago
Paweł Bylica b63b28b098 Generate gas checking function 10 years ago
Paweł Bylica 6c7de9fa0b Cleanup LLVM types usage 10 years ago
subtly 7d54784cbe Update for poc6 change to storage of code. RLP of account code is empty when code is not present. 10 years ago
Paweł Bylica f8813b2843 Cleanup LLVM types usage 10 years ago
Paweł Bylica 989afa9406 Decrement global gas value by instruction step cost 10 years ago
Paweł Bylica 5e3113e49e Introducing GasMeter 10 years ago
Paweł Bylica 1a4cbdabef EXP instruction. 10 years ago
Gav Wood cd5203fa9e PoC-7: Maximum recursion limit 1024. 10 years ago
Gav Wood b3424780e6 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood d1f432746e According commit for JUMPDEST. 10 years ago
Gav Wood 8a34dc0c1c JUMPDEST specifies point before which JUMP is allowed. 10 years ago
Gav Wood 992922bcda Merge pull request #353 from arkpar/upnp 10 years ago
Gav Wood 29afe6bb53 Merge pull request #352 from imapp-pl/develop 10 years ago