Gav Wood
ce9b9a0344
Merge pull request #893 from chriseth/sol_events
Events in Solidity
10 years ago
Gav Wood
9089f4c952
Merge pull request #892 from debris/ethereumjs
ethereumjs events && more
10 years ago
yann300
eab72b22b3
Cleaning
10 years ago
Gav Wood
3219a09af4
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
yann300
a78c3668b5
- Cleaning.
- Bug fix in hash decoding.
10 years ago
Christian
edefb95aae
Fallback functions.
10 years ago
Christian
47f6c9a5de
Padding fixes.
10 years ago
Christian
c38dd9765b
Whitespace and error messages.
10 years ago
Christian
f57dc81889
Code generation for events.
10 years ago
Christian
d3e2d2adf3
Parsing of events.
10 years ago
Gav Wood
152940bf2c
Merge pull request #894 from LefterisJP/sol_FunctionTypeEnchancement
Sol function type enchancement
10 years ago
Lefteris Karapetsas
93abe45771
FunctionType now returns const ref for Declaration
10 years ago
arkpar
5f80cee468
removed superfluous check on insert
10 years ago
Lu Guanqun
b0c3579e25
implement named arguments
10 years ago
arkpar
b265fb8249
nice app icon
10 years ago
yann300
f41f55536a
Merge remote-tracking branch 'up/develop' into param_types
Conflicts:
mix/QVariableDeclaration.h
10 years ago
Lefteris Karapetsas
941a424e71
Minor fixes plus a rebase merge fix
10 years ago
yann300
b271a9df51
Manage solidity types:
- uint<N>, uint
- int<N>, int
- hash<N>, hash, address
- bool
- string<N>
10 years ago
arkpar
ebebe0fe56
fixed transaction log function formatting, style
10 years ago
Lefteris Karapetsas
23d92e0d2e
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
10 years ago
Lefteris Karapetsas
122aada70f
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
10 years ago
Marek Kotewicz
ee4b254a33
topics -> topic
10 years ago
Marek Kotewicz
f3012d7dc0
Squashed 'libjsqrc/ethereumjs/' changes from 94e0e5a..600c9dd
600c9dd topics are deprecated
e380462 topic for backwards compatibility
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 600c9dd27dde3269a1682b875f82d3db46cee2c9
10 years ago
Marek Kotewicz
c986ee03a1
Merge commit 'f3012d7dc0222eec540a810def136e09d62c5675' into ethereumjs
10 years ago
Marek Kotewicz
01e36fa193
Merge commit '86b70485a615c65919513426d407d7ab3c498a6f' into ethereumjs
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
10 years ago
Marek Kotewicz
86b70485a6
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
10 years ago
chriseth
a5d348d7af
Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation
No longer exposing retrieveValueFromStorage() as a public function
10 years ago
Paweł Bylica
33e1bd7535
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
15b253aab8
Merge commit 'ce7edb457586f291724ad84b2391074c42526702' into evmjit
Conflicts:
evmjit/libevmjit/Arith256.cpp
10 years ago
chriseth
f72fbf5f82
Merge pull request #890 from chriseth/sol_documentationClass
Common class that contains AST node documentations.
10 years ago
Paweł Bylica
ce7edb4575
Warning fix
10 years ago
arkpar
14dd5e35e1
fixed getting function signature hash
10 years ago
arkpar
f0293bf363
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_tx
10 years ago
arkpar
aefc7989f3
watches fixes
10 years ago
Lefteris Karapetsas
51fb3b6f75
No longer exposing retrieveValueFromStorage() as a public function
- plus small fix in EndToEndTests
10 years ago
Paweł Bylica
d7f521298b
Remove Windows testing code
10 years ago
Paweł Bylica
522d5b5bb0
Remove Windows testing code
10 years ago
Paweł Bylica
6aec918347
Get some information from Git about build version
10 years ago
Paweł Bylica
6507a8b014
Get some information from Git about build version
10 years ago
Christian
74cacce2da
Common class that contains AST node documentations.
10 years ago
Paweł Bylica
665d6f33c9
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
chriseth
da414f8d82
Merge pull request #887 from chriseth/sol_excludeStd
Exclude standard contracts by default.
10 years ago
arkpar
14698ae346
style and ui tweak
10 years ago
Gav Wood
86db09cf66
Revert to using require for Solidity - it works.
10 years ago
Christian
b3252b3e5d
Exclude standard contracts by default.
10 years ago
Gav Wood
dc47aa50f1
Merge pull request #877 from chriseth/sol_super
Super keyword.
10 years ago
Gav Wood
050a9f005c
Merge pull request #883 from debris/cors
removed CorsHTTPServer
10 years ago
Gav Wood
16eeb7b66e
Merge pull request #719 from winsvega/develop
Transaction rlp and vrs support in .json files
10 years ago
Christian
88cedee836
Remove test different_argument_numbers.
10 years ago
Christian
104e726847
Style changes.
10 years ago