Commit Graph

298 Commits (0d532f0090cdcf01ad20c97d35e8715a6c15502e)

Author SHA1 Message Date
Alex Beregszaszi 0d532f0090 Save to storage at most every 5 seconds 8 years ago
Alex Beregszaszi 98fb006d0b compiler: missingInputs should not be passed from the outside 8 years ago
Alex Beregszaszi 751f109fbf Save file contents periodically 8 years ago
Alex Beregszaszi 9b62fc2d22 Follow the common callback parameter pattern (error, result) 8 years ago
Alex Beregszaszi d26e762ba8 Pass previously identified sources to gatherImports 8 years ago
Alex Beregszaszi 850c41ea8d Avoid duplicates in importHints 8 years ago
yann300 9639aa4bb3 event property 8 years ago
yann300 613e1602da add comment + misc 8 years ago
yann300 4d6a2e4512 inject script before tests to prepare testing 8 years ago
yann300 27f989ef2b readd ; to Ballot 8 years ago
chriseth 4e639f452c Fix warning detection. 8 years ago
Alex Beregszaszi 177c008b4a Disable lint for regex escaping 8 years ago
Alex Beregszaszi 2dd4192d23 Fix a construct lint cannot handle 8 years ago
Alex Beregszaszi f7267dbcde Add use strict to the places missing it 8 years ago
Alex Beregszaszi 2126391e3c Format using standard 8 years ago
Lapo Luchini 1ad9ecec43 Implement steadily increasing `block.number`. 8 years ago
Alex Beregszaszi b1eafa1efc File name must be processed by utils.fileKey() 8 years ago
Alex Beregszaszi 5365e4457d Remove unused code 8 years ago
Alex Beregszaszi 9271d86968 Store ballot as ballot.sol 8 years ago
Alex Beregszaszi ff65dbd373 Move ballot example into src/app/example-contracts 8 years ago
Alex Beregszaszi 55bf553df9 Move location code to upstream loadVersion() 8 years ago
chriseth d5688180a7 Use absolute url for worker. 8 years ago
Alex Beregszaszi 0297242bb1 buildVersion() is still needed for the version dropdown 8 years ago
Alex Beregszaszi 91c89c9cea Remove release sorting (already done by solc-bin) 8 years ago
Alex Beregszaszi 399481f6d7 Use latestRelease field from list.json 8 years ago
Alex Beregszaszi 94ab5c29c4 Use Javascript strict mode 8 years ago
Alex Beregszaszi 5c92a9cbce Workaround some browsers which don't tell the error when disconnected 8 years ago
Alex Beregszaszi f12928da65 Use only done/fail on getJSON 8 years ago
Alex Beregszaszi 47506b385e Fix loading version offline if getJSON failed 8 years ago
Alex Beregszaszi 40c7147cb5 udapp: Rename isCall to useCall in runTx() 8 years ago
Alex Beregszaszi 99b812b124 Simplify runTx 8 years ago
Alex Beregszaszi 252c5ccc81 Fix storage issues on some browsers 8 years ago
Alex Beregszaszi c031bee975 Describe getConstructorInterface 8 years ago
Alex Beregszaszi 9cbf327768 Remove legacy getABIInputForm 8 years ago
Alex Beregszaszi 41d48af953 Support debugging failed transactions 8 years ago
Alex Beregszaszi 50aac904e2 Rename Base64 to base64 because we don't need to instantiate it 8 years ago
Alex Beregszaszi a591fd2060 Move HTTP (and Github API) error handling to app from compiler. 8 years ago
Alex Beregszaszi 7a215cf4ba List reason why import failed (file not found) 8 years ago
Alex Beregszaszi 3badac4075 Raise nice error if an unsupported URL import was attempted 8 years ago
Alex Beregszaszi 0c16c8cd29 Fix click handler for warnings/errors 8 years ago
Alex Beregszaszi fc2e5b1432 Remove dead parameter 8 years ago
Alex Beregszaszi 1297bac19a Fix optimize checkbox 8 years ago
Alex Beregszaszi 661294e2c0 Break out warning checking into isValidError 8 years ago
Alex Beregszaszi f00c8defd6 Fix the bug with gather imports 8 years ago
Alex Beregszaszi e54949b3a1 Fix error reporting when gatherImports failed 8 years ago
Alex Beregszaszi 404b69d3e8 Fix execution context change (Web3 & RPC) 8 years ago
Alex Beregszaszi eed3d0ab82 Merge initWithQueryParams 8 years ago
Alex Beregszaszi f96c0d254b Remove instant updates from the url.hash 8 years ago
Alex Beregszaszi f386476393 Support disabling automatic code compilation 8 years ago
Alex Beregszaszi c3e7168891 Move editor.onChange from compiler to app 8 years ago