Commit Graph

875 Commits (88df6c9f59f64ce7429f3fedfa897ef6531a9f47)
 

Author SHA1 Message Date
Dave Hoover c2047b3b94 Safer handling of imports with leading ./ 9 years ago
chriseth 76aa02286f Merge pull request #73 from redsquirrel/fix-delete-button 9 years ago
chriseth 4baf9bbff7 Merge pull request #63 from ethereum/web3-runtx 9 years ago
Alex Beregszaszi 37e94196d9 UDapp: indent after latest change 9 years ago
Alex Beregszaszi 00f41bf248 UDapp: decode constant responses in web3 mode 9 years ago
Alex Beregszaszi e7b581de2a UDapp: use 'self' more consistently to avoid typos - even in places without callbacks 9 years ago
Alex Beregszaszi 73794efedd UDapp: use 'self' more consistently to avoid typos 9 years ago
Alex Beregszaszi d4c56051f6 UDapp: fix web3 event logging 9 years ago
Alex Beregszaszi 623b7e6ae7 UDapp: move tryTillResponse() to a more logical location 9 years ago
Alex Beregszaszi 923560695f UDapp: handle errors from sendTransaction() 9 years ago
Alex Beregszaszi ffc8e9571e UDapp: simplify tryTillResponse() 9 years ago
Alex Beregszaszi d5e39845ee Ensure runTx always returns details about the transaction and not the tx hash in web3 mode (i.e. move tryTillResponse into runTx) 9 years ago
chriseth c9f4197f2b Merge pull request #82 from ethereum/codestyle-formatting-v2 9 years ago
Alex Beregszaszi e50fb57ef2 Run lint in travis too 9 years ago
Alex Beregszaszi 364c4dbdbc Worker: use canonical reference to postMessage/importScripts 9 years ago
Alex Beregszaszi d0db134a34 Use window.localStorage in all cases 9 years ago
Alex Beregszaszi 79a30f6c78 Use window.web3 to be canonical 9 years ago
Alex Beregszaszi 891501077f Use window.Module to be canonical 9 years ago
Alex Beregszaszi d568c93918 Include lint test in package.json 9 years ago
Dave Hoover 67ccf61f0b Fixing #53 and #71 by reverting 0a37e6a 9 years ago
Alex Beregszaszi 09690338a6 Merge pull request #68 from ethereum/codestyle-formatting 9 years ago
Alex Beregszaszi 504e6d7837 Standard: use single quotes 9 years ago
Alex Beregszaszi 46c142acef Make semistandard happy (assignment vs. comparison) 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 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