2346 Commits (17dffb7c50c28b29fde18ea5fcc690e2ad17977b)
 

Author SHA1 Message Date
Christian b71e993223 Added meaningful exception types. 10 years ago
Christian 2f9d821967 Type system, not yet complete. 10 years ago
Paweł Bylica 3beeb4226e Some changes about final/stop block 10 years ago
Marek Kotewicz 94b83b934d separating sync and async transaction and call in qethereum 10 years ago
Marek Kotewicz 0f304c1ca6 async qethereum api methods 10 years ago
Paweł Bylica 2c44470e87 Removing unnecessary `dev` name prefixes 10 years ago
Paweł Bylica 91770a2e4d Eliminating some `using namespace` 10 years ago
Marek Kotewicz acf9bdc5e7 Merge branch 'develop' into mk_jsonrpc 10 years ago
Marek Kotewicz e645900eb7 getMessage in QEthereum made async 10 years ago
Paweł Bylica e33be3bbdb Change namespace from `evmcc` to `dev::eth::jit` 10 years ago
Paweł Bylica c019b0394a Macros grouping PUSH, DUP and SWAP switch cases 10 years ago
Paweł Bylica fd0631f7c9 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Paweł Bylica 5a6d8b3d2f Unused rt_exit() function removed 10 years ago
Paweł Bylica 2909cac50e Working longjmp solution 10 years ago
artur-zawlocki fc9b9f32c9 * codegen for CODECALL 10 years ago
Christoph Jentzsch cae0559e75 style fix 10 years ago
Christoph Jentzsch 67be8d30f7 Merge remote-tracking branch 'upstream/develop' into develop 10 years ago
subtly 5253be9938 cryptopp aes128-cbc 10 years ago
Gav Wood bfa540afd0 Merge pull request #379 from ethereum/crypto 10 years ago
Marek Kotewicz fbd70ac939 jsonrpc renaming properties in request 10 years ago
Marek Kotewicz 3342a69cf4 updated eth.js 10 years ago
artur-zawlocki abf3c2e6ac Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki 8e93171d3d Codegen for EXTCODESIZE & EXTCODECOPY 10 years ago
Paweł Bylica 54cf22e4f1 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Paweł Bylica 8498ab5695 Trying to implement "exceptions" with longjmp (does not work on Windows 64bit at least) 10 years ago
Marek Kotewicz 57bd14342d properties access unified 10 years ago
Marek Kotewicz 6826f08249 proprties of jsonrpc eth object are working like in docs 10 years ago
artur-zawlocki 88fdb50d08 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki 0aeb90117d Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Marek Kotewicz 8ccc59343c listening and mining param names 10 years ago
Marek Kotewicz 18ce0e9a87 setCoinbase method 10 years ago
Paweł Bylica 471586cc82 Use longjmp to return OutOfGas code from main function (WIP) 10 years ago
Paweł Bylica 70ad81dad2 Try to throw an OutOfGas exception when out of gas. The exception cannot be handled. 10 years ago
subtly 329461561f Merge branch 'develop' into crypto 10 years ago
subtly ea059d6d49 cryptopp ecdh and ecies 10 years ago
Marek Kotewicz 21b5e888dd default params temporarily remode 10 years ago
Paweł Bylica 1ffdda6705 Some LLVM function attribute fun 10 years ago
Paweł Bylica 6313300746 Change a bit the implementation of GAS instruction (fix) 10 years ago
Paweł Bylica 31a07cb1b8 Change a bit the implementation of GAS instruction 10 years ago
Paweł Bylica 01b95883f2 Count gas cost for SSTORE instruction 10 years ago
Marek Kotewicz bfb05d0cd7 isMining changes to mining 10 years ago
artur-zawlocki 2e3e764fb5 Codegen for CODECOPY. 10 years ago
Marek Kotewicz 83f286ab45 value in messages 10 years ago
Paweł Bylica 52d3a3beb0 Prealloc memory and count gas for CALL instruction 10 years ago
Paweł Bylica 6342d95ef7 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Paweł Bylica 8267b453c7 Prealloc memory and count gas for SHA3 and CREATE instructions 10 years ago
artur-zawlocki 2b383751b4 Fixes in CALLDATACOPY 10 years ago
Paweł Bylica 54989e071f InsertPointGuard helper class for IRBuilder 10 years ago
artur-zawlocki 508a99b707 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
artur-zawlocki d005896a0b Initial implementation for CALLDATACOPY 10 years ago