Commit Graph

610 Commits (b73bdf10a27e75914e1ec7204f3ecdc7ff62f74a)

Author SHA1 Message Date
Alex Beregszaszi bcb185dddd Display abstract contracts, but don't let them to be instantiated 9 years ago
Alex Beregszaszi 98bbac124c Exclude abstract (interface) contracts from the right hand panel 9 years ago
Alex Beregszaszi adfb53e8d0 Do not hide worker errors in the console 9 years ago
Alex Beregszaszi 162cc107e7 Support missing opcodes field 9 years ago
Alex Beregszaszi 0b96c9de34 Remove Solidity Interface from the output 9 years ago
Alex Beregszaszi f7bb50cc96 Style changes according to standard 9 years ago
Alex Beregszaszi 244bc34edd Place the opcodes table after the runtime bytecode 9 years ago
Alex Beregszaszi e190996dac Simplify the contract details renderer 9 years ago
Alex Beregszaszi 6a92be25f0 udapp: do not display the ABI input format if no contracts are supplied 9 years ago
Alex Beregszaszi c5eb448ab2 udapp: move legend to the top 9 years ago
Alex Beregszaszi 2ad4b6a128 udapp: remove disabled code 9 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 9 years ago
Alex Beregszaszi 4793fca8ad Remove duplicate call (loadVersion does this too) 9 years ago
Alex Beregszaszi 9482ac9251 Move the URL magic for loadVersion from the compiler to the app 9 years ago
Alex Beregszaszi 6c8dd998a4 Support web3.personal.unlockAccountAndSendTransaction 9 years ago
Alex Beregszaszi 255849e593 Introduce personalMode switch to control eth vs. personal accounts from outside 9 years ago
Alex Beregszaszi e6cee02ee7 Use getListAccounts() for async calls 9 years ago
Alex Beregszaszi 1d4cf17b8b Fallback to eth.getAccounts() if personal.listAccounts() fails 9 years ago
Alex Beregszaszi 9439b087f0 Use the personal account API in Web3 9 years ago
Alex Beregszaszi fcbed88ffa Make addAccount() internal to the VM mode 9 years ago
Alex Beregszaszi a6f8207063 Add newAccount() method to universal-dapp for creating a new account 9 years ago
Alex Beregszaszi a731bf5ae6 Do not crash if event is not found in the ABI 9 years ago
Alex Beregszaszi 5a37691d81 Include 3 more default addresses in VM mode 9 years ago
Alex Beregszaszi bd71078ea6 Catch solc exceptions in the worker the same way as in the non-worker version 9 years ago
yann300 9b56f2bea8 bug fix 9 years ago
chriseth 760ec20868 Correct how to find latest release version. 9 years ago
yann300 afa87c9626 register event in inner class 9 years ago
chriseth 5f494305a2 Only use latest released version by default. 9 years ago
yann300 d172d68b71 - change event manager creation process 9 years ago
yann300 e6adf1da19 add event manager 9 years ago
Alex Beregszaszi ec40094c47 Space the rendering source code for readability 9 years ago
Alex Beregszaszi a5d12cdb60 Display the interface even if it is [] 9 years ago
Alex Beregszaszi 7d9f7fbae9 Only display the relevant gas estimate fields 9 years ago
Alex Beregszaszi 22e70ef7fe Be prepared when the interface output won't have a trailing new-line 9 years ago
Alex Beregszaszi 396abd2bd2 Do not show empty gasEstimates 9 years ago
Alex Beregszaszi 1efa6b3353 Do not show bytecode, interface or opcodes if they are empty 9 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 9 years ago
yann300 9b65a27bc5 remix version number 9 years ago
yann300 8007573bb2 vm integration 9 years ago
Alex Beregszaszi 87a8f3adc2 Remove ctrl-f keyboard shortcut 9 years ago
Alex Beregszaszi 7a4ef02ac4 Remove ctrl-t keyboard shortcut 9 years ago
chriseth fe02fd80ab Hide textarea and show error for old version. 9 years ago
chriseth 519dbe2d4a Provide formal verification input. 9 years ago
Alex Beregszaszi 29ed1bd3dd Load the local soljson.js if the list (soljsonSources) isn't present 9 years ago
yann300 063b5dfc2a small changes 9 years ago
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