Paweł Bylica
|
ebaeffe00a
|
Reimplementation of sdiv. Delegates work to div.
|
10 years ago |
Paweł Bylica
|
871487c4de
|
Reimplementation of sdiv. Delegates work to div.
|
10 years ago |
Paweł Bylica
|
a42c72464d
|
Combine div & mod into one function
|
10 years ago |
Paweł Bylica
|
d648dc7cfe
|
Combine div & mod into one function
|
10 years ago |
Gav Wood
|
9e57eb26a5
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
c9881d766d
|
Merge pull request #856 from chriseth/sol_modifiers
Function modifiers.
|
10 years ago |
Gav Wood
|
c221e9ef9d
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
5b5485b4c4
|
Fix jsTo...
|
10 years ago |
Gav Wood
|
990d279490
|
Fixed spurious whisper watches firing.
Additional standard APIs.
Refinement of standard.js.
|
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 |
arkpar
|
f0519c5888
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_tx
Conflicts:
mix/ClientModel.cpp
|
10 years ago |
arkpar
|
d0ef317c7b
|
transaction recording, blocks, watches
|
10 years ago |
Gav Wood
|
e04ebc4ecc
|
Merge pull request #837 from yann300/constructorParamaterForDebug
Manage parameters in constructor #820
|
10 years ago |
Gav Wood
|
b74da62255
|
Merge pull request #871 from debris/commonjs_tests
new tests for libdevcore/CommonJS (failing)
|
10 years ago |
Marek Kotewicz
|
c8bb2229ea
|
failing commonjs tests
|
10 years ago |
chriseth
|
d0180e78d0
|
Merge pull request #869 from chriseth/sol_reverseBases
Reverse order of inheritance in base list.
|
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 |
liana
|
54ade2fd44
|
- modifications according to PR review
|
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 |
yann300
|
a7264ba801
|
Merge remote-tracking branch 'up/develop' into
constructorParamaterForDebug
Conflicts:
mix/ClientModel.cpp
mix/qml/MainContent.qml
- bug fix (Seg fault if no ctr).
|
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 |
arkpar
|
9cd3c8556b
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_tx
|
10 years ago |
arkpar
|
f9a83c11e4
|
ui tweaks
|
10 years ago |
Christian
|
c571eeea05
|
Call modifiers on constructor.
|
10 years ago |
Christian
|
14c5e37d55
|
Modifier overrides and callgraph analysis.
|
10 years ago |
Christian
|
fdf791149d
|
Compilation of function modifiers.
|
10 years ago |
Christian
|
2566466a6c
|
Type resolution for function modifiers.
|
10 years ago |
Christian
|
133610be56
|
Function modifier parsing.
|
10 years ago |
Christian
|
6fb537f48c
|
Reverse order of inheritance in base list.
|
10 years ago |
Gav Wood
|
3b5a279e16
|
Add coins reg to standard services.
Upgrade AZ display for new API.
Upgrade requires in Sol.
|
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 |