Commit Graph

658 Commits (f639bf6307028f5c336fe38f39d29c20e5f95cb4)
 

Author SHA1 Message Date
Alex Beregszaszi c23f8bf08a Compiler: use solc/worker instead of builtin code 9 years ago
chriseth b1e4e018f6 Merge pull request #104 from redsquirrel/disable-browser-testing 9 years ago
Dave Hoover 0112779f30 Disabling browser testing 9 years ago
chriseth a4e7ba42c0 Merge pull request #103 from redsquirrel/browser-testing1 9 years ago
Dave Hoover 82e1de3ba9 Having another go at stable in-browser testing 9 years ago
chriseth 6c74236868 Merge pull request #91 from Denton-L/44-revised 9 years ago
chriseth f725642113 Merge pull request #94 from redsquirrel/browser-testing 9 years ago
chriseth 5ce87fd310 Merge pull request #100 from ethereum/fixwindow 9 years ago
chriseth aeb66ab880 Fix undefined window in worker. 9 years ago
chriseth 512094bd73 Merge pull request #97 from Victory/issue-92-documentation-improvements 9 years ago
Dave Hoover 795c429dda Documenting browser vs unit testing 9 years ago
Dave Hoover f81756a44c Initial browser testing 9 years ago
chriseth aa54d3d8b0 Merge pull request #74 from redsquirrel/unit-testing 9 years ago
chriseth d87b3455a9 Merge pull request #70 from redsquirrel/import-dot-slash-fix 9 years ago
Victory 82a165a5fa mention a version of Ubuntu where the build works 9 years ago
Victory 72821573c9 fix typo in rebuild command 9 years ago
Dave Hoover ad041b7b46 fakeEditor needs to return string from getCacheFile (for testing) 9 years ago
Dave Hoover 37c7e81733 Smoke testing compiler.compile and discovering some simplifications 9 years ago
Dave Hoover e8d34daacf Decoupling gist-handler from query-params; Testing gist-handler 9 years ago
Dave Hoover ff54cb4bd8 Fixed formatting 9 years ago
Dave Hoover 36d0e59c4b Testing query-params.js with tape 9 years ago
chriseth 63ac2864d4 Merge pull request #93 from Victory/issue-92-documentation-improvements 9 years ago
chriseth 7bb7aadce4 Merge pull request #96 from Denton-L/prefix-fix 9 years ago
Denton Liu e192ce146b Fix #95 9 years ago
Victory 22cecc507c Improve documentation of install fixes #93 9 years ago
Denton Liu 4438cf7c67 Incrementing default gas limit 9 years ago
chriseth 3eff4cf886 Merge pull request #89 from ethereum/soucecnnect 9 years ago
chriseth 5e363c039a Add souce_connect. 9 years ago
chriseth 119b802dac Merge pull request #88 from Denton-L/fix-startup 9 years ago
Denton Liu 46f77faa3f Make sure session is defined initially 9 years ago
chriseth 49caabdef6 Merge pull request #85 from Denton-L/upload-fix 9 years ago
Denton Liu 93f003ac44 Upload button is no longer the whole bar 9 years ago
Denton Liu 095974e633 Make uploadFile have a callback 9 years ago
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