Commit Graph

335 Commits (bd465eeb1124c7f4f3f3906c76df9879853a52e9)

Author SHA1 Message Date
Alex Beregszaszi fa40becc75 Move the version selector code after the compiler was initialised 8 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 8 years ago
Alex Beregszaszi 4793fca8ad Remove duplicate call (loadVersion does this too) 8 years ago
Alex Beregszaszi 9482ac9251 Move the URL magic for loadVersion from the compiler to the app 8 years ago
chriseth 760ec20868 Correct how to find latest release version. 8 years ago
yann300 afa87c9626 register event in inner class 8 years ago
chriseth 5f494305a2 Only use latest released version by default. 8 years ago
yann300 d172d68b71 - change event manager creation process 8 years ago
yann300 e6adf1da19 add event manager 8 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 8 years ago
chriseth 519dbe2d4a Provide formal verification input. 8 years ago
Alex Beregszaszi 29ed1bd3dd Load the local soljson.js if the list (soljsonSources) isn't present 8 years ago
yann300 3dd99aaac6 small changes 8 years ago
yann300 16b214ca41 remix int 8 years ago
Denton Liu 6379a5275e Fix #110 8 years ago
Denton Liu 1bd0dbb10e Removed unnecessary anonymous function 8 years ago
Dave Hoover 35e9fee718 Pulling all storage-related methods into storage.js 8 years ago
Dave Hoover 37c7e81733 Smoke testing compiler.compile and discovering some simplifications 9 years ago
Dave Hoover e8d34daacf Decoupling gist-handler from query-params; Testing gist-handler 9 years ago
Dave Hoover 36d0e59c4b Testing query-params.js with tape 9 years ago
Denton Liu 095974e633 Make uploadFile have a callback 9 years ago
Dave Hoover 67ccf61f0b Fixing #53 and #71 by reverting 0a37e6a 9 years ago
Alex Beregszaszi 504e6d7837 Standard: use single quotes 9 years ago
Alex Beregszaszi e509ef4454 Fix invalid unary operator 9 years ago
Alex Beregszaszi 6a9e874fea Standard: remove unused variables 9 years ago
Alex Beregszaszi c66af27eb2 Standard: format whitespace (using semistandard-format) 9 years ago
Alex Beregszaszi 66acb7a0c8 Standard: mark globals 9 years ago
Denton Liu 8e01a0b90b Added upload button 9 years ago
Alex Beregszaszi 0824a6a0ef Provide one external API for loading the compiler: compiler.loadVersion 9 years ago
Alex Beregszaszi 5811ac8f16 Move all compiler primitives to compiler.js from app.js 9 years ago
Alex Beregszaszi 60ebbee3ed Standard: include curly brackets in branches as required 9 years ago
Alex Beregszaszi 3a7bc52ed6 Standard: add spacing as required 9 years ago
Alex Beregszaszi 4fb1947c21 Standard: use single quotes for strings 9 years ago
Alex Beregszaszi 0bbbb237ea Standard: use !== and === 9 years ago
Alex Beregszaszi f08850ddfb Require web3 at the correct place (in renderer) 9 years ago
Alex Beregszaszi a3f43f0a51 Define undefined/redefined variables 9 years ago
chriseth 398f3fea66 Fixed import from github. 9 years ago
Dave Hoover 2b9a2bc7b3 Incorporating feedback from @chriseth 9 years ago
Dave Hoover 41df689921 A few more small improvements 9 years ago
Dave Hoover b733030311 Forgot to pull the executionContext into renderer 9 years ago
Dave Hoover fe1bc22117 Extracted renderer code into a child of compiler 9 years ago
Dave Hoover 0a37e6a3fb Pulling some utility calls into editor in order to simplify app.js 9 years ago
Dave Hoover 5474e89cb7 A little more compiler cleanup 9 years ago
Dave Hoover 9c4a31afe0 pulling some widely-used functions/data into app/utils.js 9 years ago
Dave Hoover b57d751da2 Extracted compiler 9 years ago
Dave Hoover fbe522ebc0 Need to provide updateFiles to StorageHandler 9 years ago
Dave Hoover 289cec440f Removing unnecessary Editor constructor argument 9 years ago
Dave Hoover d49162d7af Editor extraction 9 years ago
Dave Hoover 871f31c6f9 Initial refactoring effort: extract methods into modules 9 years ago
Denton Liu 3a84e22164 Cleared session variable when creating new file 9 years ago