Christian
a38b8890bd
Visibility specifiers.
2015-02-02 17:24:09 +01:00
Gav Wood
bd3fed43b9
Don't count same messages twice.
2015-02-01 22:48:52 -08:00
Gav Wood
ded08e82a7
Merge pull request #923 from arkpar/mix_tx
...
mix: Mining fixed
2015-02-01 20:47:27 -08:00
arkpar
71396ad7f1
fixed block generation on mine
2015-02-01 16:43:24 +01:00
Lefteris Karapetsas
33f86b8af3
Code generation for mapping state variable accessor
...
- Work in progress
2015-02-01 02:41:14 +01:00
Christian
9838780d24
Make tests resistant to changes in order of declaration.
2015-02-01 00:47:54 +01:00
Lefteris Karapetsas
c742c09ae6
Adding mapping treatment to FunctionType
...
Plus a TypeResolution test for it
2015-02-01 00:20:35 +01:00
Gav Wood
69fa5db471
Merge pull request #913 from arkpar/sol_abi_fix
...
Fixed json ABI generation for events
2015-01-31 08:29:50 -08:00
Gav Wood
c08600ac75
Merge pull request #912 from debris/ethereumjs
...
ethereumjs events
2015-01-31 08:28:54 -08:00
Christian
bf5f476a83
Fix scoping of event arguments.
2015-01-31 16:50:33 +01:00
Marek Kotewicz
8cbaec5ce6
Squashed 'libjsqrc/ethereumjs/' changes from a8a2e32..589c4fb
...
589c4fb formatInput && formatOutput simplified
b20e972 few methods moved to utils
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 589c4fb30f2e68972b898c5ce084cda5b0831266
2015-01-31 15:53:50 +01:00
Marek Kotewicz
81cf9e514b
Merge commit 'b0eff3fea412c5e33a5b8b98dc08f2d066d06513' into ethereumjs
2015-01-31 15:53:50 +01:00
arkpar
2da380e849
json and solidity ABI generted for events
2015-01-31 14:41:11 +01:00
Marek Kotewicz
9475733a2d
Squashed 'libjsqrc/ethereumjs/' changes from 600c9dd..0b82a05
...
0b82a05 events
80c97ca events
2491c99 abi.js cleanup && new types.js, utils.js
cf534d4 gulp
5689086 formatters separated
995861d event options
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 0b82a05a75a0a7592e4fe391120f90d7cee495ac
2015-01-31 04:11:09 +01:00
Marek Kotewicz
443d11cd56
Merge commit 'f8a1f53e759ac2232d5a2a2a899645a9a79c344e' into ethereumjs
2015-01-31 04:11:09 +01:00
Gav Wood
4ea0493b9e
Merge pull request #908 from chriseth/sol_fix_eventsWithoutParameters
...
Fix: No parameters for event.
2015-01-30 16:40:34 -08:00
arkpar
ab366d140c
updated json abi tests
2015-01-31 01:28:43 +01:00
Christian
b6de953430
Fix: No parameters for event.
2015-01-30 21:49:01 +01:00
Gav Wood
7ed2dd65c8
Whisper now 100% encrypted.
2015-01-29 20:22:08 -08:00
Gav Wood
72af3456df
Various fixes.
2015-01-29 16:14:50 -08:00
Gav Wood
27f3e92a2f
Dev.
2015-01-29 16:13:28 -08:00
Gav Wood
b1043c8651
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
...
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
test/SolidityParser.cpp
2015-01-29 16:05:17 -08:00
Gav Wood
7925610ab4
Merge pull request #893 from chriseth/sol_events
...
Events in Solidity
2015-01-29 15:44:42 -08:00
Gav Wood
6dd6e55d31
Merge pull request #892 from debris/ethereumjs
...
ethereumjs events && more
2015-01-29 15:36:09 -08:00
Christian
a55a99a2b0
Fallback functions.
2015-01-29 22:50:20 +01:00
Christian
dbfd0c6019
Padding fixes.
2015-01-29 21:33:46 +01:00
Christian
99a8f58ee3
Code generation for events.
2015-01-29 21:33:46 +01:00
Christian
a86a3a2452
Parsing of events.
2015-01-29 21:26:11 +01:00
Lefteris Karapetsas
5da76a3bbd
FunctionType now returns const ref for Declaration
2015-01-29 19:18:50 +01:00
Lefteris Karapetsas
866bd01bef
Removing Function and Param Description
...
- Removing FunctionDescription and ParamDescription. All the data should
now be in the FunctionType
- Plus using the FunctionTypePointer alias in a few places
2015-01-29 17:12:17 +01:00
Lefteris Karapetsas
e77fc5c7e0
Contract Interface Functions now return FunctionType
...
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
2015-01-29 17:11:13 +01:00
Marek Kotewicz
4f0002b007
Merge commit '86b70485a615c65919513426d407d7ab3c498a6f' into ethereumjs
...
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
2015-01-29 15:27:17 +01:00
Marek Kotewicz
2994eb4e63
Squashed 'libjsqrc/ethereumjs/' changes from 6d59047..94e0e5a
...
94e0e5a Merge branch 'cpp' into cpp2
8613382 moved comment
df17c33 event example
c8ee08c contract.js simplified
842b8cf event.js
e1c0862 Fix for API.
61e8ae2 events init
2544d2c tests for abi.filters
ea7c2fc abi function type
63d9c07 fixed incoming messages
1345a8c log error on console, if api returns an error
83fad0f removed fromFixed, toFixed && offset from tests
c2cb2be removed web3.eth.account, fixed #37
09f6335 fixed #23
42a25f2 evaluating solidity method input params
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 94e0e5ab7d8ec9adcd03fedc3abe5cf6444a5123
2015-01-29 15:26:42 +01:00
chriseth
d6e77f193a
Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation
...
No longer exposing retrieveValueFromStorage() as a public function
2015-01-29 14:53:10 +01:00
Lefteris Karapetsas
bdb4462673
No longer exposing retrieveValueFromStorage() as a public function
...
- plus small fix in EndToEndTests
2015-01-29 13:34:07 +01:00
chriseth
8c27fccae9
Merge pull request #887 from chriseth/sol_excludeStd
...
Exclude standard contracts by default.
2015-01-29 10:41:04 +01:00
Christian
f054a4af7b
Exclude standard contracts by default.
2015-01-29 01:29:43 +01:00
Gav Wood
1ea693f3ff
Merge pull request #877 from chriseth/sol_super
...
Super keyword.
2015-01-28 16:20:33 -08:00
Gav Wood
9f3b2e00b4
Merge pull request #883 from debris/cors
...
removed CorsHTTPServer
2015-01-28 16:17:06 -08:00
Gav Wood
66c950d921
Merge pull request #719 from winsvega/develop
...
Transaction rlp and vrs support in .json files
2015-01-28 16:16:23 -08:00
Christian
f377960012
Remove test different_argument_numbers.
2015-01-29 01:03:28 +01:00
Christian
c3cc5b737a
Super keyword.
2015-01-29 00:29:43 +01:00
Lefteris Karapetsas
4e67aa413e
Various fixes pertaining to State Variable accessors
2015-01-28 21:46:17 +01:00
Lefteris Karapetsas
18eeee536d
Function name clashing with Statevariable accessor test
2015-01-28 21:46:17 +01:00
Lefteris Karapetsas
59bf3e91e6
Multiple elementary state variable accessors test
2015-01-28 21:46:16 +01:00
Lefteris Karapetsas
ebafd05580
EVM Code for simple accessor function is properly generated
2015-01-28 21:46:16 +01:00
Lefteris Karapetsas
cc906541f6
Various small fixes for Sol Automatic Accessors
2015-01-28 21:46:16 +01:00
Lefteris Karapetsas
1aa77295e5
State variable accessors code is now more organized
...
- FunctionDescription is the abstraction of what should describe a
function. It can either be a VariableDeclaration of a
FunctionDefinition.
- ParamDescription is what FunctionDescription uses to describe its
parameters for outside use purposes with a pair of (name, type)
strings
- Modified code around Solidity and especially interface handler to
adapt to this change
2015-01-28 21:46:16 +01:00
Lefteris Karapetsas
9e8fa8b08a
Tests for variable state accessors are in progress
2015-01-28 21:46:16 +01:00
Lefteris Karapetsas
98cde6b4dd
Fix in addStateVariableAccessor and adjustment of parser tests
2015-01-28 21:46:16 +01:00