4518 Commits (7583637c395ea2976493516f53e738fb1b29def0)
 

Author SHA1 Message Date
subtly 2a1ea35f7f send/receive messages (not yet interepreted) 10 years ago
subtly da5acab432 refactor constants to be determined during compile. added RLPXDatagram. constructors and updates to datagram constructors. docs and logging. WIP tests and host/harness for NodeTable. 10 years ago
wanderer 2aa1933b1b added stackUnder Flow test 10 years ago
yann300 3a9183e276 Merge branch 'mix' of https://github.com/arkpar/cpp-ethereum into ide_m25 10 years ago
Paweł Bylica d910918492 Update evmjit submodule. JIT passes all VM & State tests. 10 years ago
Paweł Bylica 69930b9bcd Use sub "no-wrap" 10 years ago
Paweł Bylica 6acbfe07b2 Remove unused function 10 years ago
Paweł Bylica eaed9c3c4f Read push data using llvm::APInt 10 years ago
Paweł Bylica 30f0a7a894 Type usage and other cleanups 10 years ago
Paweł Bylica 4254b3fec1 Fix memory copy [Delivers #84703344] 10 years ago
Paweł Bylica 43e08ea32d Handle create/call depth limit in CREATE instruction 10 years ago
Paweł Bylica 20190b145b Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM (reverted from commit 66d5a2b5cd) 10 years ago
Paweł Bylica 75fa67200e Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) (reverted from commit 6094aa30ad) 10 years ago
Paweł Bylica 6094aa30ad Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) 10 years ago
Gav Wood fd61f9f452 git ignore 10 years ago
Gav Wood 1174c7168d Update evmjit 10 years ago
Paweł Bylica 66d5a2b5cd Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM 10 years ago
arkpar 9aafafec0e Merge branch 'mix' of https://github.com/arkpar/cpp-ethereum into mix_pf 10 years ago
arkpar ab57c7a5ff removed unnessary casts, fixed geteItem return type 10 years ago
subtly b2a06bb98d Merge branch 'develop' into p2p 10 years ago
subtly 6131bd62d6 NodeTable into own files. 10 years ago
subtly 5da5631400 repot. 10 years ago
Gav Wood 79b5b6c026 Merge branch 'poc-7+' into develop 10 years ago
Gav Wood f1f34cbe32 Fixes/workarounds for tests. 10 years ago
Gav Wood 744136830d const-> constant 10 years ago
subtly 64360b8664 Merge branch 'develop' into p2p 10 years ago
subtly 7ab02cf487 move some things for udp. added a class for kademlia. 10 years ago
Gav Wood 123098ce79 Lots of fixes. 10 years ago
Gav Wood bc8981fe4c Back to PoC-8. 10 years ago
Gav Wood 447dc48499 Merge branch 'develop' into poc-7+ 10 years ago
Gav Wood dfc05942aa Rollback to PoC-7. 10 years ago
yann300 3562289744 - detailed comments. 10 years ago
Gav Wood 9cf423936b Substantial bugs fixed in ethereum.js. 10 years ago
arkpar 7409845a2d Merge branch 'ide_m25' of https://github.com/yann300/cpp-ethereum into mix 10 years ago
arkpar 850ae83bdf added doxygen comments 10 years ago
Gav Wood d5cd81d06a Allow interaction with PV49. 10 years ago
arkpar cfe8f00e7f Merge branch 'ide_m25' of https://github.com/yann300/cpp-ethereum into 10 years ago
Gav Wood 169419d9d2 Fixups for API changes. 10 years ago
Gav Wood 78c202cae4 Fixed #683 10 years ago
Gav Wood 50fe9f6180 Merge branch 'poc-7+' into develop 10 years ago
Gav Wood 1e3495a747 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 6b9d23de68 SHA-3 hashing to web3. 10 years ago
Gav Wood 852d3c5bb5 Allow nice names from JS. 10 years ago
arkpar ab89822535 continue code model impl 10 years ago
Gav Wood 01700a7049 Merge pull request #690 from caktux/neth_memleak 10 years ago
Gav Wood df7e02cd49 Merge pull request #688 from caktux/develop 10 years ago
caktux 5446b44fc6 fix memory leak on str in neth 10 years ago
subtly dd4c7152b4 socket is created in disconnected state. socket can't be created in open state because shared_ptr methods aren't available to doRead until after class has been constructed and the socket is dependent on ioservice running. 10 years ago
caktux abea5ded66 fix 'Value stored to 'x' is never read' in neth 10 years ago
Gav Wood f08f0c5481 Merge pull request #687 from imapp-pl/develop-evmcc 10 years ago