Paweł Bylica
2e5aa30f9f
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
ba84c6c8a1
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
caktux
d7501e386c
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
d0f80eb441
Coding standards.
10 years ago
Gav Wood
695751672c
More consistency!
10 years ago
Gav Wood
4570e9368c
More consistency!
10 years ago
Gav Wood
2304d6c141
Fix for EVMJIT
10 years ago
Gav Wood
67314898d2
Fix for EVMJIT
10 years ago
Gav Wood
d2ba0f336e
Missing comma.
10 years ago
Gav Wood
bfabf82142
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libsolidity/Types.h
10 years ago
Gav Wood
1f7ccc48d5
Add blockhash to Solidity.
Autopadding fix.
10 years ago
Gav Wood
9706694747
Merge pull request #757 from yann300/ide_m25_uidesign
Ide m25 uidesign
10 years ago
Marek Kotewicz
29231274c5
Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjs
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
libjsqrc/ethereumjs/lib/abi.js
10 years ago
Marek Kotewicz
1a6dbeff6e
Squashed 'libjsqrc/ethereumjs/' changes from ab745d3..ec74fc0
ec74fc0 gulp
46b932c negative integers support
f85f77f fixed typos
6a4b4f3 fixed readme
d0473d6 gulp
70bf1a5 fixed typos
bacc5aa methodExists and propertyExists are now separated tests
472ad43 more comments
603c790 next part of abi.js parsers tests and fixes
b0a9bbf next part of abi.js docs
6b2ec23 formatting bool tests and fixes
ed1cb9e simplifid abi.js methods
17f2f12 gulp
12bdb5f providers documentation
8d1f96c few comments
422dc05 ProviderManager separated to providermanager.js file
9a8f45e Filter separated to filter.js file
8b7d4b0 beginning of comments in web3
ee167e5 test for parsing multiple methods description
4056c04 tests...
1428dce web3.contract -> web3.eth.contract
f3b71a7 removed unused line
380d986 tests in progress, fixed utf characters conversion in toAscii
9e0de57 mocha test reporter
f6ff1f1 mocha reporter name starts with lower case letter
7595a5d removed padding calculation from ethereum.js, padding is always 32
9a9987a Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop
5582901 Various fixes to ethereum.js and client web API stuff.
ded221f Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ec74fc05d438806ece64fe34b0f28c8f45f5167e
10 years ago
Lefteris Karapetsas
50d3825f1f
Solidity AST Json Exporter
- A first version of the exporter is ready with this commit
- Further refinement will follow once it gets used
10 years ago
Lefteris Karapetsas
f91cb0c368
ASTJSonconverter stack takes objects and not pointers
10 years ago
Lefteris Karapetsas
0642bbbd8c
More work on the AST export. Work in progress
10 years ago
Lefteris Karapetsas
ddd1438a2c
Preparing the ground for AST outputing to JSON
10 years ago
Gav Wood
478fba3d8a
Merge pull request #811 from LefterisJP/az_mainWinStyle
Style fixes in MainWin of AZ.
10 years ago
Gav Wood
7f3fdf385f
Merge pull request #807 from CJentzsch/addTests
included vmInputLimitTests, updated vmSystemOperationTests
10 years ago
Gav Wood
351e9a1eac
Merge pull request #803 from chriseth/sol_enableMSVCWarning
Re-enable MSVC warning 4307.
10 years ago
Paweł Bylica
70d02b1d66
RETURN implementation: JIT returns data
10 years ago
Lefteris Karapetsas
a97a45cee8
Merge pull request #812 from LefterisJP/sol_exprCompilerWarningFix
Fixing an unused parameter warning in ExpressionCompiler
10 years ago
Lefteris Karapetsas
19a20da508
also add compiler error if include order could cause a problem in windows
10 years ago
Lefteris Karapetsas
db440602f2
Changing MainWin.h inclusion order due to MSVC bug
10 years ago
Paweł Bylica
313b77fabd
Allow undefined symbols in shared library on OSX
10 years ago
Lefteris Karapetsas
d5c859efb9
Update ExpressionCompiler.cpp
10 years ago
liana
3e166f15fc
- added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test
Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete
- fixed constructor_arguments test
- fixed set to 0 when deleting variable from stack
- changed test case to test that
10 years ago
Christian
c956e2510b
Re-enable MSVC warning 4307.
10 years ago
Lefteris Karapetsas
b91a6c73cc
Fixing an unused parameter warning in ExpressionCompiler
10 years ago
Lefteris Karapetsas
ab6c8f0f37
Style fixes in MainWin of AZ.
- Basically just omitting all namespace prefixes that are declared to be
used with the using directive
10 years ago
yann300
a27026cf6d
- fix windows build.
10 years ago
yann300
34b7b1701a
Merge remote-tracking branch 'upstream/develop' into ide_m25_uidesign
10 years ago
Lefteris Karapetsas
7583637c39
Merge pull request #798 from LefterisJP/natspec_OnContractCreation
Natspec Popup Authentication on transaction
10 years ago
Lefteris Karapetsas
6ee8be71ba
more style fixes and an addition to the coding style
10 years ago
CJentzsch
b782425a1f
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
CJentzsch
1b1be69317
included vmInpulLimit Tests, updated vmSystemOperationTests
10 years ago
chriseth
be7044228e
Merge pull request #799 from chriseth/sol_gasAndValue
Specify gas and value for function calls and contract creation calls.
10 years ago
Lefteris Karapetsas
79b953d9e5
Minor style fixes
10 years ago
Lefteris Karapetsas
4ad3ab2174
Fixes and additional checks for Natspec Popup authentication
10 years ago
chriseth
a2cf5088e1
Merge pull request #802 from chriseth/vsFix2797
Work around Visual Studio's C2797.
10 years ago
Lefteris Karapetsas
396fe954b6
Small fixes AZ MainWin.cpp
10 years ago
Paweł Bylica
4101e680c8
Changes in EVM JIT C interface
10 years ago
chriseth
1eda03163c
Merge pull request #801 from chriseth/sol_parseErrorForHashCollision
Check for hash collisions already before compiling.
10 years ago
Christian
8ab39943f0
Work around Visual Studio's C2797.
10 years ago
yann300
06ac786317
- Move memDumpToList into mix project (and list replace by vector).
- Add comments.
- Coding Standards.
10 years ago
Christian
917cade816
Style.
10 years ago
Gav Wood
4f6d21f2e4
Merge pull request #797 from imapp-pl/pr/bugfix/dup
Fix missing stack underflow exception
10 years ago
Christian
9da6bb3629
More flexible access to stack during external function call.
10 years ago
Gav Wood
a2f3c2bd8a
Merge pull request #796 from CJentzsch/randomTestEfficiency
Random test efficiency
10 years ago