Paweł Bylica
|
fe1a466b3e
|
New unsigned div algorithm
|
10 years ago |
Paweł Bylica
|
f64f5d57aa
|
Merge commit '1990dde405f509086154644e70739fafbe7c61a4' from subtree evmjit/develop into evmjit
Conflicts:
evmjit/libevmjit/Runtime.cpp
evmjit/libevmjit/RuntimeData.h
evmjit/libevmjit/interface.cpp
|
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
mix: ethereum.js http transport; UX improvements
|
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.
Auto collapse for < 2 returns.
|
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.
Fixes to ethereum.js
eth.flush()
|
10 years ago |
Gav Wood
|
606d766e4f
|
Merge pull request #861 from caktux/develop
add evmjit build status
|
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
synchronous ethereum.js && natspec
|
10 years ago |
Gav Wood
|
822a2dbff9
|
Merge pull request #855 from CJentzsch/gasPriceGasLimitOverflow
fix gasPrice*gasLimit + value overflow
|
10 years ago |
Gav Wood
|
51546b104f
|
Merge pull request #845 from arkpar/mix_editor
mix: CodeMirror code editor #609
|
10 years ago |
Gav Wood
|
cb8f3161e4
|
Merge pull request #840 from imapp-pl/pr/evmjit_bugfix
LLVM lshr bug workaround
|
10 years ago |
CJentzsch
|
f3cc46e8b7
|
bigint cast of bigint not neccessary
|
10 years ago |
CJentzsch
|
71427d6af7
|
correct test
|
10 years ago |
CJentzsch
|
a75e051b7b
|
fix gasPrice*gasLimit + value overflow
|
10 years ago |
arkpar
|
a73046fa8e
|
Merge branch 'mix_editor' of https://github.com/arkpar/cpp-ethereum into mix_cm
|
10 years ago |
arkpar
|
f9d27fc667
|
app and version info
|
10 years ago |
arkpar
|
d9cd1d4325
|
minor fixes
|
10 years ago |
arkpar
|
7730e7294e
|
style fixes
|
10 years ago |