Commit Graph

451 Commits (1afd56c3de49f372989debf776cad6a68a2a0778)

Author SHA1 Message Date
yann300 c33a671148 add sourceHighlighter 8 years ago
Alex Beregszaszi b8b5e2f389 Rename soljson.js to builtin for clarity 8 years ago
Alex Beregszaszi 852c128d9d Merge the two soljsonSources blocks 8 years ago
Alex Beregszaszi 7c2cdc4474 Disable the version selector if there's only one version available 8 years ago
Alex Beregszaszi 31c01f19b3 Reorder the version selector code for clarity 8 years ago
Alex Beregszaszi fa40becc75 Move the version selector code after the compiler was initialised 8 years ago
Alex Beregszaszi 798c6443db Show a disabled Create button for abstract contracts 8 years ago
Alex Beregszaszi c8292108b0 Support abstracts for 'at address' 8 years ago
Alex Beregszaszi bcb185dddd Display abstract contracts, but don't let them to be instantiated 8 years ago
Alex Beregszaszi 98bbac124c Exclude abstract (interface) contracts from the right hand panel 8 years ago
Alex Beregszaszi adfb53e8d0 Do not hide worker errors in the console 8 years ago
Alex Beregszaszi 162cc107e7 Support missing opcodes field 8 years ago
Alex Beregszaszi 0b96c9de34 Remove Solidity Interface from the output 8 years ago
Alex Beregszaszi f7bb50cc96 Style changes according to standard 8 years ago
Alex Beregszaszi 244bc34edd Place the opcodes table after the runtime bytecode 8 years ago
Alex Beregszaszi e190996dac Simplify the contract details renderer 8 years ago
Alex Beregszaszi 6a92be25f0 udapp: do not display the ABI input format if no contracts are supplied 8 years ago
Alex Beregszaszi c5eb448ab2 udapp: move legend to the top 8 years ago
Alex Beregszaszi 2ad4b6a128 udapp: remove disabled code 8 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 8 years ago
Alex Beregszaszi 4793fca8ad Remove duplicate call (loadVersion does this too) 8 years ago
Alex Beregszaszi 9482ac9251 Move the URL magic for loadVersion from the compiler to the app 8 years ago
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