Commit Graph

7808 Commits (b69d284d4f18c333233b9580aa073a4d0e38f655)
 

Author SHA1 Message Date
Alex Beregszaszi 712a33943a Use semicolons consistently 9 years ago
Dave Hoover 188d4fd7fe Extract noise to editor.hasFile; And a couple fixes 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
chriseth 1bf2dae945 Merge pull request #34 from ethereum/patch/use-js-standard 9 years ago
yann300 978146ff8e add CodeManager.js 9 years ago
yann300 c27945a540 enable/disable buttons 9 years ago
yann300 01e23cabb4 contract creation token in TraceManagerUtil.js 9 years ago
yann300 009b0bbe30 fix storage 9 years ago
chriseth 7ab935fe89 Merge pull request #40 from ethereum/chriseth-patch-1 9 years ago
chriseth 0477b6a493 Merge pull request #41 from ethereum/force 9 years ago
chriseth 1f81c5dcc2 Force to include "build" for deployment. 9 years ago
chriseth 71763b64af Update README.md 9 years ago
chriseth da31a6a8ef Merge pull request #33 from redsquirrel/set-provider 9 years ago
chriseth 56963616ed Merge pull request #31 from Denton-L/new-file 9 years ago
yann300 67da91c4a3 contract creation code 9 years ago
yann300 ec9cff122a Merge pull request #30 from ethereum/chriseth-patch-1 9 years ago
chriseth bd18486e90 Merge pull request #36 from redsquirrel/lib-lookup 9 years ago
yann300 4d829495dd align trace with geth trace 9 years ago
Dave Hoover 184da383db Looking up libraryName instead of contractName 9 years ago
Denton Liu 3a84e22164 Cleared session variable when creating new file 9 years ago
Alex Beregszaszi 1eca2fa112 'interface' is a reserved JS keyword 9 years ago
Alex Beregszaszi b99493ba0b 'Handle' error in parseLogs 9 years ago
Alex Beregszaszi de1d7edf20 Use semicolons consistently 9 years ago
chriseth 17a47f37b9 Update README.md 9 years ago
chriseth 3cb28c001c Merge pull request #29 from mathvdh/patch-1 9 years ago
Dave Hoover 9a273198af Setting web3 provider when web3 context is toggled 9 years ago
Mathieu Van der Haegen f4a619c6f0 Update README.md 9 years ago
chriseth ed460f09c6 Merge pull request #29 from ethereum/patch/account-balance 9 years ago
chriseth a0587215b3 Merge pull request #27 from redsquirrel/patch-1 9 years ago
Denton Liu 32262127a2 Made untitledCount begin at '' each time 9 years ago
Alex Beregszaszi 929e284455 Remove ethereumjs-account as it isn't needed anymore 9 years ago
Alex Beregszaszi def263f6c3 Use VM.stateManager.get/putAccountBalance 9 years ago
Alex Beregszaszi 6731cb5f97 Implement getBalance() for retrieving the balance 9 years ago
Alex Beregszaszi 4e01bcfbb7 Support import statements where path if './file.sol' 9 years ago
Dave Hoover 0683bb5597 Respecting commented out imports 9 years ago
Dave Hoover 1203af74ce Small optimization 9 years ago
chriseth 2222e0b1af Merge pull request #26 from ethereum/patch/solc-catch-exceptions 9 years ago
chriseth cf6d828b6f Merge pull request #18 from Denton-L/minor-corrections 9 years ago
Denton Liu 772a0efe67 Changed escaped character to real character 9 years ago
Denton Liu b994ba7b80 Made formatting consistent 9 years ago