Commit Graph

850 Commits (6f3c6342c7d7fd9e5e78ac999261700bbb5b9713)
 

Author SHA1 Message Date
Alex Beregszaszi d59a297008 Standard: include braces 9 years ago
Alex Beregszaszi c66af27eb2 Standard: format whitespace (using semistandard-format) 9 years ago
Alex Beregszaszi 18f094d70e Standard: fix undefined/redefined variables 9 years ago
Alex Beregszaszi 66acb7a0c8 Standard: mark globals 9 years ago
Alex Beregszaszi e382840fb3 Merge pull request #81 from ethereum/fix-filenamekey 9 years ago
Alex Beregszaszi 53dc6b7939 Fix invalid reference to fileNameFromKey 9 years ago
chriseth 1f574be113 Merge pull request #79 from ethereum/fix-udapp-trytillresponse 9 years ago
chriseth f1f3b99d30 Merge pull request #78 from ethereum/deployment 9 years ago
chriseth 78d0a797d5 Fix deployment. 9 years ago
Alex Beregszaszi 55e1d284b9 Fix #43 9 years ago
chriseth 1793cb5baa Merge pull request #67 from ethereum/sort-deps 9 years ago
chriseth fa8e792531 Merge pull request #62 from redsquirrel/injected-web3-support 9 years ago
Alex Beregszaszi 3131aa229e Sort dependencies in package.json 9 years ago
chriseth 7d66946ac3 Merge pull request #54 from ethereum/webworkify 9 years ago
chriseth 486dc70647 Merge pull request #52 from ethereum/vm-cleanup 9 years ago
chriseth 2d91cce38c Merge pull request #43 from redsquirrel/lib-linking-in-web3 9 years ago
chriseth ad67d93f9c Merge pull request #35 from Denton-L/upload-button 9 years ago
chriseth c9fad0a459 Merge pull request #22 from ethereum/patch/encode-ethereumjs-abi 9 years ago
Dave Hoover 7622bdd085 Giving radio buttons more descriptive ids 9 years ago
Dave Hoover 24cfd755cf Fixing bug (see #62 comments) and extracting ExecutionContext 9 years ago
Alex Beregszaszi 977bb61236 Move enableHomestead parameter to constructor from runTx 9 years ago
Alex Beregszaszi 477430e631 Move BN define to the proper place in udapp 9 years ago
Alex Beregszaszi 3e0cd14192 The Trie isn't needed anymore as it provided by the VM 9 years ago
Denton Liu 8e01a0b90b Added upload button 9 years ago
Dave Hoover 43e0a318ee Supporting an injected web3 9 years ago
Alex Beregszaszi be2d4f1565 Compiler: use a single copy of the solc url 9 years ago
Alex Beregszaszi d18ba0156a Compiler: simplify loaded state 9 years ago
Alex Beregszaszi 6305c6da36 Compiler: onCompilerLoaded is not public anymore 9 years ago
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 0dc3efde05 Require ethereumjs-abi 0.6.2 for the bn.js workaround 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
chriseth f738864d45 Merge pull request #51 from ethereum/use-standard-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 7cd61b1601 Merge pull request #56 from ethereum/web3-udap--fix 9 years ago
Alex Beregszaszi 1774bfbc22 Pass web3 instance in every case and have a mode selector between vm and web3 9 years ago
chriseth d9eecd08b2 Merge pull request #50 from ethereum/web3-cleanup 9 years ago
chriseth c38cb424ea Merge pull request #20 from ethereum/patch/display-tx-costs 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