Christian
95d8d7b1f0
Cleaner solution to provide standard sources.
2015-01-28 13:39:04 +01:00
Christian
34d07fc583
Some fixes in parser.
2015-01-28 11:28:22 +01:00
Christian
a07b3f1da8
Dockerfile to build the solidity compiler using emscripten.
2015-01-28 10:01:46 +01:00
Gav Wood
f9109f2eea
LogFilter supports new, better, filter mechanism.
...
Exposed to JS API.
2015-01-27 16:56:39 -08:00
Gav Wood
5d3e21fd93
LogFilter supports new, better, filter mechanism.
...
Exposed to JS API.
2015-01-27 16:56:39 -08:00
winsvega
078de706d2
namespace line
2015-01-27 20:07:41 +03:00
winsvega
c4a8cde552
some state tests
2015-01-27 20:05:25 +03:00
Lu Guanqun
3e8876d57e
simplify solc's option output
...
The original one is too verbose.
2015-01-27 23:51:33 +08:00
Marek Kotewicz
0678c61293
Merge branch 'ethereumjs' into natspec
2015-01-27 14:06:15 +01:00
chriseth
18fc2ed2d6
Merge pull request #857 from LianaHus/StringToHash
...
conversion for string to/from hash
2015-01-27 13:53:13 +01:00
chriseth
2f0e5af012
Merge pull request #857 from LianaHus/StringToHash
...
conversion for string to/from hash
2015-01-27 13:53:13 +01:00
liana
cad3d87482
- cosmetic changes
2015-01-27 13:21:20 +01:00
liana
6ba82b1427
-redesigned appendTypeConversion function
2015-01-27 12:55:40 +01:00
liana
b06de7e8de
-added test case for hash8 to string1 conversion
2015-01-27 10:48:10 +01:00
Marek Kotewicz
86d34a7659
Squashed 'libjsqrc/ethereumjs/' changes from d223ac0..1f5a6f1
...
1f5a6f1 Merge branch 'develop' into cpp
da4c2d5 removed promise dependency, updated readme, fixed node.js version of lib
5b70196 upgraded version to 0.0.9
c595632 gulp
c561039 Merge branch 'master' into sync
a7f4448 Merge branch 'develop' into sync
7807a4f polling every second
e5d294d return null instead of undefined, if not provider is set
d0b6f36 watches are calling callback with a single result object, not a full jsonrpc response
fa93480 added addressbook
063f69d added local
b2d23b9 Merge pull request #32 from kumavis/patch-1
e97478c WebsocketProvider - fixed incorrect variable name
507241f shh getMessage => getMessages
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 1f5a6f13419415b4c05519e126eedcdf815aff7c
2015-01-27 09:45:38 +01:00
Marek Kotewicz
c816b0c8ee
Merge commit 'ec71f23423a3f681e0106ae1b77070f10decd1bc' into ethereumjs
2015-01-27 09:45:38 +01:00
Gav Wood
8dbdaa79e3
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-01-26 15:02:06 -08:00
Gav Wood
219f5d7e52
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-01-26 15:02:06 -08:00
Gav Wood
8d09d8deb7
Merge pull request #856 from chriseth/sol_modifiers
...
Function modifiers.
2015-01-26 15:01:25 -08:00
Gav Wood
dd87fbccd5
Merge pull request #856 from chriseth/sol_modifiers
...
Function modifiers.
2015-01-26 15:01:25 -08:00
Gav Wood
6e33b8cce1
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-01-26 15:00:48 -08:00
Gav Wood
0cdc793257
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-01-26 15:00:48 -08:00
Gav Wood
b93f8a1808
Fix jsTo...
2015-01-26 15:00:07 -08:00
Gav Wood
32853fbc70
Fixed spurious whisper watches firing.
...
Additional standard APIs.
Refinement of standard.js.
2015-01-26 10:28:15 -08:00
Gav Wood
f4a92d4caf
Merge pull request #871 from debris/commonjs_tests
...
new tests for libdevcore/CommonJS (failing)
2015-01-26 07:21:16 -08:00
Marek Kotewicz
e779df09d4
failing commonjs tests
2015-01-26 16:05:19 +01:00
liana
ef885d0212
- modifications according to PR review
2015-01-26 13:24:16 +01:00
liana
f5b739da9a
- modifications according to PR review
2015-01-26 13:24:16 +01:00
Christian
f59cda76de
Call modifiers on constructor.
2015-01-26 10:23:39 +01:00
Christian
2b2da431bc
Call modifiers on constructor.
2015-01-26 10:23:39 +01:00
Christian
fd5899d038
Modifier overrides and callgraph analysis.
2015-01-26 10:23:39 +01:00
Christian
c657fe9611
Modifier overrides and callgraph analysis.
2015-01-26 10:23:39 +01:00
Christian
7ded95c776
Compilation of function modifiers.
2015-01-26 10:23:39 +01:00
Christian
67073948af
Compilation of function modifiers.
2015-01-26 10:23:39 +01:00
Christian
941c77c8fa
Type resolution for function modifiers.
2015-01-26 10:23:39 +01:00
Christian
c86a46b84d
Type resolution for function modifiers.
2015-01-26 10:23:39 +01:00
Christian
19793dab09
Function modifier parsing.
2015-01-26 10:23:39 +01:00
Christian
dabf947679
Function modifier parsing.
2015-01-26 10:23:39 +01:00
Christian
fe37aad4d5
Reverse order of inheritance in base list.
2015-01-26 10:20:46 +01:00
Christian
682a45290c
Reverse order of inheritance in base list.
2015-01-26 10:20:46 +01:00
subtly
29de01b458
add test-require to p2p/host
2015-01-25 21:43:53 -08:00
subtly
e623e8b020
Merge branch 'develop' into p2p
2015-01-25 19:54:59 -08:00
subtly
57e1acfbd6
fix ping-timeouts
2015-01-25 19:54:15 -08:00
Gav Wood
570e49c03a
Add coins reg to standard services.
...
Upgrade AZ display for new API.
Upgrade requires in Sol.
2015-01-25 17:01:34 -08:00
subtly
2ed2a8ec8e
updates and fixes for code review
2015-01-25 14:08:34 -08:00
Gav Wood
3343d408e1
Minor fix.
2015-01-24 17:52:42 -08:00
Gav Wood
5b576e8691
Fixes to ethereum.js and standard.js.
2015-01-24 17:42:49 -08:00
Gav Wood
99b31eab89
Merge pull request #839 from debris/natspec
...
synchronous ethereum.js && natspec
2015-01-23 17:04:57 -08:00
winsvega
ec85da431a
style changes
2015-01-23 23:03:29 +03:00
winsvega
f22f8ba2ef
minor changes
2015-01-23 20:33:34 +03:00