Commit Graph

1213 Commits (a68d401bc1c3d1909e7e37765fdd8a33d14cf43d)

Author SHA1 Message Date
Alex Beregszaszi 6c8dd998a4 Support web3.personal.unlockAccountAndSendTransaction 8 years ago
Alex Beregszaszi 255849e593 Introduce personalMode switch to control eth vs. personal accounts from outside 8 years ago
Alex Beregszaszi e6cee02ee7 Use getListAccounts() for async calls 8 years ago
Alex Beregszaszi 1d4cf17b8b Fallback to eth.getAccounts() if personal.listAccounts() fails 8 years ago
Alex Beregszaszi 9439b087f0 Use the personal account API in Web3 8 years ago
Alex Beregszaszi fcbed88ffa Make addAccount() internal to the VM mode 8 years ago
Alex Beregszaszi a6f8207063 Add newAccount() method to universal-dapp for creating a new account 8 years ago
Alex Beregszaszi a731bf5ae6 Do not crash if event is not found in the ABI 8 years ago
Alex Beregszaszi 5a37691d81 Include 3 more default addresses in VM mode 8 years ago
Alex Beregszaszi bd71078ea6 Catch solc exceptions in the worker the same way as in the non-worker version 8 years ago
yann300 9b56f2bea8 bug fix 8 years ago
chriseth 760ec20868 Correct how to find latest release version. 8 years ago
yann300 afa87c9626 register event in inner class 8 years ago
chriseth 5f494305a2 Only use latest released version by default. 8 years ago
yann300 d172d68b71 - change event manager creation process 8 years ago
yann300 e6adf1da19 add event manager 8 years ago
Alex Beregszaszi ec40094c47 Space the rendering source code for readability 8 years ago
Alex Beregszaszi a5d12cdb60 Display the interface even if it is [] 8 years ago
Alex Beregszaszi 7d9f7fbae9 Only display the relevant gas estimate fields 8 years ago
Alex Beregszaszi 22e70ef7fe Be prepared when the interface output won't have a trailing new-line 8 years ago
Alex Beregszaszi 396abd2bd2 Do not show empty gasEstimates 8 years ago
Alex Beregszaszi 1efa6b3353 Do not show bytecode, interface or opcodes if they are empty 8 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 8 years ago
yann300 9b65a27bc5 remix version number 8 years ago
yann300 8007573bb2 vm integration 8 years ago
Alex Beregszaszi 87a8f3adc2 Remove ctrl-f keyboard shortcut 8 years ago
Alex Beregszaszi 7a4ef02ac4 Remove ctrl-t keyboard shortcut 8 years ago
chriseth fe02fd80ab Hide textarea and show error for old version. 8 years ago
chriseth 519dbe2d4a Provide formal verification input. 8 years ago
Alex Beregszaszi 29ed1bd3dd Load the local soljson.js if the list (soljsonSources) isn't present 8 years ago
yann300 063b5dfc2a small changes 8 years ago
yann300 3dd99aaac6 small changes 8 years ago
yann300 d3f9ae14ce bug icon 8 years ago
yann300 1748be011a remix version 8 years ago
yann300 16b214ca41 remix int 8 years ago
Alex Beregszaszi d3d310fe2a Include a gas limit for web3 constant calls 8 years ago
Alex Beregszaszi 71ea03c5ef In VM mode, exception = 0 means that an exception happened (weirdly enough) 8 years ago
Alex Beregszaszi d5b9ea91c5 Use proper values for nonce/gasPrice/gasLimit for transactions in VM mode 8 years ago
Alex Beregszaszi 3f4cb564d0 Make gasLimit fully configurable from UI 8 years ago
Alex Beregszaszi 628221286d Use higher (3M) starting limit for gas 8 years ago
Alex Beregszaszi 52f255a44c Use the gas limit supplied in VM mode 8 years ago
Alex Beregszaszi f1b0430e96 UDapp: don't supply a hardcoded limit to estimageGas, but judge based on the response 8 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