4819 Commits (97560b7748846b55a51058a0412f13a637537db4)
 

Author SHA1 Message Date
Paweł Bylica 97560b7748 Check if uint128 is enabled 10 years ago
Paweł Bylica e15906f93e Remove gmp dependency 10 years ago
Paweł Bylica 259a06e72b New addmod algorithm 10 years ago
Paweł Bylica 2f2b101592 New mulmod algorithm 10 years ago
Paweł Bylica 5714e08db7 Merge remote-tracking branch 'origin/evmjit' into evmjit 10 years ago
Paweł Bylica 2865ce9621 New exp algorithm 10 years ago
Paweł Bylica fe1a466b3e New unsigned div algorithm 10 years ago
Paweł Bylica 871487c4de Reimplementation of sdiv. Delegates work to div. 10 years ago
Paweł Bylica d648dc7cfe Combine div & mod into one function 10 years ago
Paweł Bylica f64f5d57aa Merge commit '1990dde405f509086154644e70739fafbe7c61a4' from subtree evmjit/develop into evmjit 10 years ago
Paweł Bylica 1990dde405 Change JIT C interface. Create ExecutionEngine on heap to allow one-pass copy of return data. 10 years ago
Paweł Bylica 06048c51a6 Change JIT return codes, use negative values for errors 10 years ago
Paweł Bylica 8b45198bc5 Reorder JIT runtime data fields 10 years ago
Paweł Bylica 0f294ec820 Reorder JIT runtime data fields 10 years ago
Paweł Bylica 737232b24b Flatten JIT RuntimeData 10 years ago
Paweł Bylica 3e8c30d2fb Flatten JIT RuntimeData 10 years ago
Paweł Bylica 2216c73b66 Keep timestamp and block number as uint64 types 10 years ago
Paweł Bylica 06a3b8196d Keep timestamp and block number as uint64 types 10 years ago
Paweł Bylica 8c10cf4995 Pass return data pointer using callData field 10 years ago
Paweł Bylica 8b72dd603f Pass return data pointer using callData field 10 years ago
Paweł Bylica bc0a91602f Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type. 10 years ago
Paweł Bylica d1d68505da Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type. 10 years ago
Paweł Bylica 9b14522b11 Use uint64 type for call data size 10 years ago
Paweł Bylica 06a700c060 Use uint64 type for call data size 10 years ago
Paweł Bylica 0cad9bb29d Use uint64 type for code size 10 years ago
Paweł Bylica a751baadcb Use uint64 type for code size 10 years ago
Paweł Bylica 2cd14d08a4 Merge remote-tracking branch 'upstream/develop' into evmjit 10 years ago
Gav Wood c3e1a3616a Additional work on the JS stuff to make it more similar to Solidity. 10 years ago
Gav Wood ebc2f62476 Merge pull request #865 from arkpar/mix_ux 10 years ago
arkpar d306374344 suppress warning if webengine is not found 10 years ago
arkpar ce8394b132 removed unneeded #include 10 years ago
arkpar 1eec363a0c removed dependency on qwebthree 10 years ago
arkpar 360301eb0a various ux improvements 10 years ago
arkpar cde600bdb4 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_cm 10 years ago
arkpar d2a424b0e5 http transport for ethereum.js 10 years ago
Gav Wood 2e0d9c9de0 Fix string outputs. 10 years ago
Gav Wood 92366ece25 Auto select call or transact depending on constness. 10 years ago
Gav Wood 79f1460505 Minor fix. 10 years ago
Gav Wood 0973c4c82e Fixes to ethereum.js and standard.js. 10 years ago
Gav Wood c28e5d6b21 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 8f0517a7d6 Vanity addresses in AZ. 10 years ago
Gav Wood 606d766e4f Merge pull request #861 from caktux/develop 10 years ago
arkpar a1380361c4 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_cm 10 years ago
arkpar 2a39486972 small usability fixes 10 years ago
caktux 8f52587628 add evmjit build status 10 years ago
Gav Wood e498608216 Disable broken bit of mix. 10 years ago
Gav Wood 82297c6a02 Windows compile fix. 10 years ago
Gav Wood f01106f607 Merge pull request #839 from debris/natspec 10 years ago
Gav Wood 822a2dbff9 Merge pull request #855 from CJentzsch/gasPriceGasLimitOverflow 10 years ago
Gav Wood 51546b104f Merge pull request #845 from arkpar/mix_editor 10 years ago