Commit Graph

2259 Commits (213065bd59b37325fb98f66c1d396db9bcfc53c9)

Author SHA1 Message Date
Alex Beregszaszi 0824a6a0ef Provide one external API for loading the compiler: compiler.loadVersion 9 years ago
Alex Beregszaszi 671a90c06d Remove obsolete external function setCompileJSON 9 years ago
Alex Beregszaszi 5811ac8f16 Move all compiler primitives to compiler.js from app.js 9 years ago
Alex Beregszaszi cda62365d5 Indent the new worker file 9 years ago
Alex Beregszaszi 186da83656 Use webworkify and move the compiler worker to the app directory 9 years ago
Alex Beregszaszi aff86d7db9 Web3 isn't a requirement anymore for udapp 9 years ago
Alex Beregszaszi 07a8ab606b Move web3 definition to where it is required in the encoder 9 years ago
Alex Beregszaszi 23821153c3 Use ethereumjs-abi for encoding the constructor 9 years ago
Alex Beregszaszi 5168455428 Use ethereumjs-abi for encoding requests 9 years ago
Dave Hoover 7669354eb5 Deploying and linking libraries in Web3 context 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 1774bfbc22 Pass web3 instance in every case and have a mode selector between vm and web3 9 years ago
Alex Beregszaszi f08850ddfb Require web3 at the correct place (in renderer) 9 years ago
Alex Beregszaszi 7b9e9af51d Throw error if neither VM or Web3 mode is selected in udapp 9 years ago
Alex Beregszaszi 61544ab3fc Use web3 passed as a constructor option in udapp 9 years ago
Alex Beregszaszi 8bfd64a7fb Remove web3.setProvider from udapp as it is not used (this feature is implemented in the upper layer) 9 years ago
Alex Beregszaszi d7c989510e Display cost for inter-contract calls separately 9 years ago
Dave Hoover d9fc011554 Removing an unused method in UniversalDApp 9 years ago
Alex Beregszaszi a3f43f0a51 Define undefined/redefined variables 9 years ago
Alex Beregszaszi 8fc13efeec Consistently display the gas cost (including the 21000 tx fee) 9 years ago
Dave Hoover 9d78ffb188 Clarifying constructor logic 9 years ago
chriseth 398f3fea66 Fixed import from github. 9 years ago
Dave Hoover 2b9a2bc7b3 Incorporating feedback from @chriseth 9 years ago
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
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
Dave Hoover 9a273198af Setting web3 provider when web3 context is toggled 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