Commit Graph

2484 Commits (cdb3bc3df8cbb30b87a4ac09ae26c4589ba3d548)
 

Author SHA1 Message Date
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
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
chriseth a7e3d9d7a9 Merge pull request #49 from redsquirrel/kill-dead-functions 9 years ago
chriseth a16b50a58b Merge pull request #47 from ethereum/patch/fix-gas-costs 9 years ago
chriseth 246f9217e4 Merge pull request #48 from ethereum/patch/undefined-variables 9 years ago
chriseth 3bd4603809 Merge pull request #45 from ethereum/fixImport 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
chriseth 682f8af6ab Merge pull request #46 from redsquirrel/udapp-refactoring 9 years ago
Dave Hoover 9d78ffb188 Clarifying constructor logic 9 years ago
chriseth 398f3fea66 Fixed import from github. 9 years ago
chriseth 054dec7846 Merge pull request #39 from redsquirrel/refactoring-1 9 years ago
Dave Hoover 2b9a2bc7b3 Incorporating feedback from @chriseth 9 years ago
Alex Beregszaszi 712a33943a Use semicolons consistently 9 years ago