Commit Graph

2217 Commits (fdd1351f0b4fa4050897fd78b16177b22ae5fa41)

Author SHA1 Message Date
yann300 3dd99aaac6 small changes 9 years ago
yann300 d3f9ae14ce bug icon 9 years ago
yann300 1748be011a remix version 9 years ago
yann300 16b214ca41 remix int 9 years ago
Alex Beregszaszi d3d310fe2a Include a gas limit for web3 constant calls 9 years ago
Alex Beregszaszi 71ea03c5ef In VM mode, exception = 0 means that an exception happened (weirdly enough) 9 years ago
Alex Beregszaszi d5b9ea91c5 Use proper values for nonce/gasPrice/gasLimit for transactions in VM mode 9 years ago
Alex Beregszaszi 3f4cb564d0 Make gasLimit fully configurable from UI 9 years ago
Alex Beregszaszi 628221286d Use higher (3M) starting limit for gas 9 years ago
Alex Beregszaszi 52f255a44c Use the gas limit supplied in VM mode 9 years ago
Alex Beregszaszi f1b0430e96 UDapp: don't supply a hardcoded limit to estimageGas, but judge based on the response 9 years ago
Denton Liu f3a8e3d818 Change value of address 9 years ago
Denton Liu 6379a5275e Fix #110 9 years ago
Denton Liu e1b1bff589 Make file upload safer 9 years ago
Denton Liu 78223ba082 Changed SOL_CACHE_FILE within the callback 9 years ago
Denton Liu 1bd0dbb10e Removed unnecessary anonymous function 9 years ago
Dave Hoover 35e9fee718 Pulling all storage-related methods into storage.js 9 years ago
Denton Liu 6596548671 Fix #113 9 years ago
Dave Hoover 861deadf23 Encapsulating 'Cache File Prefix' 9 years ago
Alex Beregszaszi c23f8bf08a Compiler: use solc/worker instead of builtin code 9 years ago
chriseth aeb66ab880 Fix undefined window in worker. 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
Denton Liu e192ce146b Fix #95 9 years ago
Denton Liu 4438cf7c67 Incrementing default gas limit 9 years ago
Denton Liu 46f77faa3f Make sure session is defined initially 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
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
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
Dave Hoover 67ccf61f0b Fixing #53 and #71 by reverting 0a37e6a 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