chriseth
|
077c8ad83d
|
Merge pull request #699 from chriseth/sourceLocation
WIP: Source location as part of AST.
|
2016-07-20 19:46:31 +02:00 |
|
chriseth
|
9f7a55d2b2
|
Source mapping documentation.
|
2016-07-20 19:45:45 +02:00 |
|
chriseth
|
c55584d3e2
|
Source location as part of AST.
|
2016-07-20 19:45:43 +02:00 |
|
chriseth
|
980abfe52a
|
Merge pull request #720 from chriseth/formalState
Formal Verification: Handle external effects.
|
2016-07-20 19:37:57 +02:00 |
|
chriseth
|
427deb43f5
|
Merge pull request #728 from chriseth/formalout
Provide formal version in json output.
|
2016-07-19 17:46:33 +02:00 |
|
chriseth
|
e10297a2ef
|
Merge pull request #704 from ethereum/malleability
Expanded malleability risks.
|
2016-07-18 19:34:35 +02:00 |
|
chriseth
|
f24d70e914
|
Merge pull request #729 from Denton-L/minor-corrections
Minor corrections to documentation
|
2016-07-18 19:09:40 +02:00 |
|
chriseth
|
9a9a815fc9
|
Provide formal version in json output.
|
2016-07-18 18:26:56 +02:00 |
|
chriseth
|
417fde3eab
|
Merge pull request #711 from chriseth/canonical
Store non-canonical version.
|
2016-07-18 16:58:38 +02:00 |
|
chriseth
|
26e5faa038
|
Handle external effects.
|
2016-07-13 11:16:00 +02:00 |
|
chriseth
|
e90ebcd63b
|
Store non-canonical version.
|
2016-07-11 15:31:38 +02:00 |
|
chriseth
|
efad1e05ac
|
Merge pull request #680 from Denton-L/fix-679
Add section about default values of variables
|
2016-07-08 20:15:28 +02:00 |
|
chriseth
|
e5061615ce
|
Merge pull request #689 from redsquirrel/patch-1
Removing "easy" language
|
2016-07-08 20:12:42 +02:00 |
|
chriseth
|
f8d67a8ea6
|
Merge pull request #700 from Denton-L/sec
Minor Changes to #693
|
2016-07-08 19:54:01 +02:00 |
|
chriseth
|
8df9d49c44
|
Merge pull request #703 from raineorshine/patch-2
Documentation: Add Solidity Tools
|
2016-07-08 17:55:27 +02:00 |
|
chriseth
|
e4b04870eb
|
Merge pull request #701 from svantetobias/develop
Fixed mix-up of variable names in Sent event
|
2016-07-08 17:47:39 +02:00 |
|
chriseth
|
b71144dd53
|
Expanded malleability risks.
|
2016-07-06 18:33:38 +02:00 |
|
chriseth
|
2edbd0605c
|
Merge pull request #693 from chriseth/sec
Security Considerations
|
2016-07-05 17:20:30 +02:00 |
|
chriseth
|
3b494348ea
|
Fixes.
|
2016-07-04 15:39:31 +02:00 |
|
chriseth
|
2df142c496
|
Security Considerations
|
2016-07-04 15:27:53 +02:00 |
|
chriseth
|
48238c9f14
|
Merge pull request #608 from chriseth/testViaIPC
Test via IPC.
|
2016-07-01 13:50:07 +02:00 |
|
chriseth
|
a15b533323
|
Do not link to libethereum for tests.
|
2016-07-01 10:20:13 +02:00 |
|
chriseth
|
9216a4d991
|
Fix jsoncpp includes for macos.
|
2016-07-01 10:16:06 +02:00 |
|
chriseth
|
ccba763845
|
Fix test contracts.
|
2016-06-29 00:14:50 +02:00 |
|
chriseth
|
272a9d94d2
|
Re-enable registrar tests.
|
2016-06-29 00:14:50 +02:00 |
|
chriseth
|
7369b5e4bb
|
Test via ipc on travis.
|
2016-06-29 00:14:50 +02:00 |
|
chriseth
|
67d1e4783a
|
Rename IPCSocket and removed unused code in TestHelper.
|
2016-06-29 00:14:50 +02:00 |
|
chriseth
|
05e5bdf780
|
Fixes for gas tests.
|
2016-06-28 23:18:55 +02:00 |
|
chriseth
|
c0bbd1cfe5
|
Some more test fixes.
|
2016-06-28 23:18:55 +02:00 |
|
chriseth
|
e5db096da9
|
Fix some more tests.
|
2016-06-28 23:18:55 +02:00 |
|
chriseth
|
007132a78e
|
Fix empty storage check.
|
2016-06-28 23:18:55 +02:00 |
|
chriseth
|
93c8fc094e
|
Parse arguments in free function.
|
2016-06-28 23:18:55 +02:00 |
|
chriseth
|
ce2258b71e
|
Balance and storage.
|
2016-06-28 23:18:54 +02:00 |
|
chriseth
|
966709b7d7
|
logs
|
2016-06-28 23:18:54 +02:00 |
|
chriseth
|
d6e39054e0
|
Refactor testing via IPC.
|
2016-06-28 23:18:54 +02:00 |
|
chriseth
|
ad36fc3c58
|
Style
|
2016-06-28 23:18:54 +02:00 |
|
chriseth
|
5aca97af0d
|
Initial poc to test via ipc.
|
2016-06-28 23:18:54 +02:00 |
|
chriseth
|
2ccfea8b54
|
Merge pull request #672 from pjdelport/patch-1
Update link to atom-ethereum-interface package
|
2016-06-27 10:41:43 +02:00 |
|
chriseth
|
c1a16d8d5a
|
Merge pull request #677 from chriseth/unusedReturn
Warn about unused return values.
|
2016-06-27 10:39:37 +02:00 |
|
chriseth
|
25a64c7f8f
|
Only warn about unused return in low-level functions.
|
2016-06-26 13:53:32 +02:00 |
|
chriseth
|
cc6314cd01
|
Warn about unused return values.
|
2016-06-26 13:53:32 +02:00 |
|
chriseth
|
460ed095f8
|
Merge pull request #682 from chriseth/travis
Use travis for tests, too.
|
2016-06-26 13:52:05 +02:00 |
|
chriseth
|
7cfd4d62e4
|
Use travis for tests, too.
|
2016-06-26 01:17:34 +02:00 |
|
chriseth
|
7ac5299c7b
|
Merge pull request #685 from redsquirrel/patch-5
Fixing library examples that don't compile.
|
2016-06-26 01:00:58 +02:00 |
|
chriseth
|
b23c300792
|
Merge pull request #658 from graup/graup-patch-1
Fix typo in Libraries section
|
2016-06-21 17:52:35 +02:00 |
|
chriseth
|
00c89cdb49
|
Merge pull request #555 from Denton-L/single-line-functions
Added a Clause in Style Guide about Single Line Function Declarations
|
2016-06-21 17:16:56 +02:00 |
|
chriseth
|
957da9803e
|
Merge pull request #669 from fabioberger/patch-2
Fix two documentation typos
|
2016-06-21 17:12:19 +02:00 |
|
chriseth
|
263676a259
|
Merge pull request #673 from pjdelport/patch-2
Restore correct inline code sample
|
2016-06-21 17:10:37 +02:00 |
|
chriseth
|
9da08ac310
|
Merge pull request #675 from pjdelport/patch-3
Add missing inline code tag
|
2016-06-20 16:27:53 +02:00 |
|
chriseth
|
5917c8e7da
|
Merge pull request #667 from fabioberger/patch-1
Documentation Typos
|
2016-06-19 11:00:39 +02:00 |
|
chriseth
|
371690f027
|
Merge pull request #652 from chriseth/fixStdin
Fix crash for input from stdin.
|
2016-06-15 01:37:07 +02:00 |
|
chriseth
|
781b7eaefe
|
Fix crash for input from stdin.
|
2016-06-15 01:35:36 +02:00 |
|
chriseth
|
5f97274a6c
|
Merge pull request #646 from chriseth/version
Version 0.3.5
|
2016-06-10 18:00:49 +02:00 |
|
chriseth
|
0aa81f5100
|
Version 0.3.5
|
2016-06-10 17:59:30 +02:00 |
|
chriseth
|
31aa67f1ca
|
Merge pull request #640 from chriseth/globalPaths
Allow remappings to change depending on the context.
|
2016-06-10 17:58:25 +02:00 |
|
chriseth
|
bc359afe17
|
Merge pull request #644 from ethereum/chriseth-patch-1
Cleanup readme
|
2016-06-10 17:34:29 +02:00 |
|
chriseth
|
dc7ba37925
|
Merge pull request #616 from chriseth/docs
Removed some problems in documentation examples.
|
2016-06-10 12:50:42 +02:00 |
|
chriseth
|
f46d771246
|
Cleanup readme
Licensing section was not used and adding all the authors to a file is redundant given the git history.
|
2016-06-09 13:38:34 +02:00 |
|
chriseth
|
39c031bfca
|
Typo.
|
2016-06-09 00:36:31 +02:00 |
|
chriseth
|
d593166d66
|
Merge pull request #641 from axic/patch/shift-parser
Trivial shift parser fixes
|
2016-06-09 00:21:51 +02:00 |
|
chriseth
|
e031b01ef1
|
Align license to those in file headers.
|
2016-06-08 22:57:30 +02:00 |
|
chriseth
|
3150ab2bcf
|
Allow remappings to change depending on the context.
|
2016-06-08 18:16:46 +02:00 |
|
chriseth
|
63b6305689
|
Merge pull request #618 from chriseth/inlineArrays
Document inline arrays.
|
2016-06-08 18:09:18 +02:00 |
|
chriseth
|
fd64e3b7ed
|
Merge pull request #634 from chriseth/fixConstructorOverride
Fix constructor override
|
2016-06-08 09:48:39 +02:00 |
|
chriseth
|
e97ac4fb49
|
Merge pull request #612 from Denton-L/global-variables
Cleaned up and modified global variables documentation
|
2016-06-06 22:27:58 +02:00 |
|
chriseth
|
ab7a22f4a0
|
Disallow implementation of abstract function by constructor of derived class.
|
2016-06-06 19:38:22 +02:00 |
|
chriseth
|
a1aee031d1
|
Tests for implementation by constructor.
|
2016-06-06 19:38:22 +02:00 |
|
chriseth
|
0a0fc04641
|
Merge pull request #624 from chriseth/inaccessibleDynType
Inaccessible dynamic types
|
2016-06-05 19:37:16 +02:00 |
|
chriseth
|
27e3781fcd
|
Merge pull request #629 from giact/develop
Updated build instructions for Ubuntu 16.04
|
2016-06-05 19:29:18 +02:00 |
|
chriseth
|
602bcd3893
|
Merge pull request #625 from chriseth/fixheaders
Include nested headers.
|
2016-06-04 21:52:34 +02:00 |
|
chriseth
|
1c3a64026b
|
Add a test for a struct accessor.
|
2016-06-04 21:51:48 +02:00 |
|
chriseth
|
4df0765934
|
Fixed typo.
|
2016-06-03 11:42:48 +02:00 |
|
chriseth
|
e54bd615bb
|
Include nested headers.
|
2016-06-03 11:40:11 +02:00 |
|
chriseth
|
754a992500
|
Inaccessible dynamic types
|
2016-06-02 12:52:25 +02:00 |
|
chriseth
|
ed9cc5476e
|
style
|
2016-06-01 23:40:38 +02:00 |
|
chriseth
|
84a8c0c008
|
Document some pitfalls in connection with "send".
|
2016-06-01 13:22:15 -04:00 |
|
chriseth
|
d8bf98598b
|
Document inline arrays.
|
2016-05-31 15:55:58 +02:00 |
|
chriseth
|
f9c8a9b5ca
|
Removed some problems in documentation examples.
|
2016-05-31 13:56:16 +02:00 |
|
chriseth
|
4be92c0c39
|
Merge pull request #596 from Denton-L/docs-inline-syntax
Corrected inline syntax in documentation
|
2016-05-30 18:43:40 +02:00 |
|
chriseth
|
4dc1cb149c
|
Merge pull request #604 from chriseth/version
Set version to 0.3.3.
|
2016-05-27 17:38:36 +02:00 |
|
chriseth
|
a4be74a524
|
Set version to 0.3.3.
|
2016-05-27 17:37:59 +02:00 |
|
chriseth
|
064c3e84bb
|
Merge pull request #601 from mathvdh/patch-1
Typo correction in solidity-by-example.rst
|
2016-05-27 16:50:41 +02:00 |
|
chriseth
|
763da962c4
|
Merge pull request #600 from ethereum/vimandemacs
Add vim and emacs plugins.
|
2016-05-27 16:33:08 +02:00 |
|
chriseth
|
ddc633f175
|
Use original vim-solidity repository
|
2016-05-26 19:14:25 +02:00 |
|
chriseth
|
fef7473e31
|
Add vim and emacs plugins.
|
2016-05-26 13:37:10 +02:00 |
|
chriseth
|
3c2056c688
|
Merge pull request #593 from Denton-L/docs-fpn
Fixed errors introduced by previous commit
|
2016-05-25 16:46:19 +02:00 |
|
chriseth
|
51a94d75d0
|
Merge pull request #588 from chriseth/cleanup
Fix: Perform proper cleanup for bytesNN types.
|
2016-05-25 09:40:39 +02:00 |
|
chriseth
|
86c65c9339
|
Merge pull request #586 from chriseth/updatelink
Update links to browser-solidity.
|
2016-05-24 10:53:02 +02:00 |
|
chriseth
|
cde6ad8722
|
Remove remark about not being able to deploy.
|
2016-05-20 17:34:32 +02:00 |
|
chriseth
|
708129abd5
|
Fixes for invalid cleanups for small types.
|
2016-05-20 16:52:40 +02:00 |
|
chriseth
|
a09583a2a4
|
Tests for invalid cleanup and missing bool conversion code.
|
2016-05-20 16:52:38 +02:00 |
|
chriseth
|
fad2d4ac01
|
Update links to browser-solidity.
|
2016-05-20 16:51:26 +02:00 |
|
chriseth
|
e3c5418543
|
Merge pull request #578 from winsvega/develop
More Solidity IDE links
|
2016-05-20 16:50:11 +02:00 |
|
chriseth
|
2f37356c58
|
Merge pull request #565 from VoR0220/fixedDataType
Fixed data typename fixes and documentation
|
2016-05-20 16:48:50 +02:00 |
|
chriseth
|
0d7ef65f68
|
Merge pull request #587 from redsquirrel/patch-3
Typo fix in documentation
|
2016-05-20 16:48:09 +02:00 |
|
chriseth
|
ae84029157
|
Merge pull request #584 from chriseth/refactorContractCompiler
Refactor compiler to avoid weird swap of contexts
|
2016-05-20 14:35:25 +02:00 |
|
chriseth
|
6b859a2bff
|
Refactor compiler to avoid weird swap of contexts
|
2016-05-20 14:20:45 +02:00 |
|
chriseth
|
7a51852aee
|
Merge pull request #585 from Denton-L/docs-installation
Corrected npm repository link to solc-js
|
2016-05-19 19:37:00 +02:00 |
|
chriseth
|
cb865fb2b1
|
Merge pull request #581 from Denton-L/docs-corrections
Minor Corrections to Documentation Content
|
2016-05-19 01:40:15 +02:00 |
|
chriseth
|
8efd6dd27a
|
Merge pull request #582 from chriseth/travisForDocs
Use travis to check documentation.
|
2016-05-18 22:10:49 +02:00 |
|