Commit Graph

584 Commits (0ef31dfb1bb277a86effed8b7f71b1d5710e0319)

Author SHA1 Message Date
Alex Beregszaszi f386476393 Support disabling automatic code compilation 9 years ago
Alex Beregszaszi c3e7168891 Move editor.onChange from compiler to app 9 years ago
Alex Beregszaszi 3cea49f6f6 Introduce compile button 9 years ago
Alex Beregszaszi 077075be03 More optimised way to sort in reverse 9 years ago
Alex Beregszaszi 1b8972a972 Use helper buildVersion 9 years ago
Alex Beregszaszi de5b894d8d Sort version dropdown according to semver 9 years ago
Alex Beregszaszi 8d9f1c6d09 Rename latestRelease to selectedVersion 9 years ago
Alex Beregszaszi 091478ec1e Load version list from list.json 9 years ago
Alex Beregszaszi 634ba33f69 Remove obsolete code 9 years ago
Alex Beregszaszi 498ac7271b Display warnings even if there were no errors 9 years ago
Alex Beregszaszi b4f1857e08 Workaround some browsers and delete loaded compiler properly 9 years ago
Alex Beregszaszi b55d3f054e Use loadingCompiler event for setVersionText (also display if using worker) 9 years ago
Alex Beregszaszi ee483e655c Merge the two compilerLoaded listeners - e.g. don't compile twice after reload 9 years ago
Alex Beregszaszi 608c9c2a2a Do not mix function definition styles 9 years ago
Alex Beregszaszi 2482cbdf8b Emit loadingCompiler event on loadVersion 9 years ago
chriseth ff13c10247 Do not pass sources back and forth but retain them. 9 years ago
chriseth 6b10fccd04 Parse source into json for event. 9 years ago
yann300 ed4c94cd1a readd format assembly text 9 years ago
yann300 e7f0512635 delete sourcehightlighter.js 9 years ago
yann300 c33a671148 add sourceHighlighter 9 years ago
Alex Beregszaszi b8b5e2f389 Rename soljson.js to builtin for clarity 9 years ago
Alex Beregszaszi 852c128d9d Merge the two soljsonSources blocks 9 years ago
Alex Beregszaszi 7c2cdc4474 Disable the version selector if there's only one version available 9 years ago
Alex Beregszaszi 31c01f19b3 Reorder the version selector code for clarity 9 years ago
Alex Beregszaszi fa40becc75 Move the version selector code after the compiler was initialised 9 years ago
Alex Beregszaszi 798c6443db Show a disabled Create button for abstract contracts 9 years ago
Alex Beregszaszi c8292108b0 Support abstracts for 'at address' 9 years ago
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