Commit Graph

850 Commits (6f3c6342c7d7fd9e5e78ac999261700bbb5b9713)
 

Author SHA1 Message Date
chriseth 5576732323 Merge pull request #208 from ethereum/css-cleanup 8 years ago
chriseth b6356b689c Merge pull request #209 from ethereum/worker-error-reporting 8 years ago
chriseth ebd130c094 Merge pull request #206 from ethereum/remove-solidity-interface 8 years ago
Alex Beregszaszi adfb53e8d0 Do not hide worker errors in the console 8 years ago
Alex Beregszaszi 067b01e51c css: consistency fixes 8 years ago
chriseth 0437df1cc2 Merge pull request #205 from ethereum/contract-detail-cleanup 8 years ago
Alex Beregszaszi 162cc107e7 Support missing opcodes field 8 years ago
chriseth 48ebe3f1ac Merge pull request #204 from ethereum/cleanup-udapp 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 e40656087f udapp: css consistency fixes 8 years ago
Alex Beregszaszi 0312c5beea udapp: add more spacing to the legend 8 years ago
Alex Beregszaszi c5eb448ab2 udapp: move legend to the top 8 years ago
Alex Beregszaszi 2550f3f11c udapp: enable legend 8 years ago
Alex Beregszaszi 2ad4b6a128 udapp: remove disabled code 8 years ago
Alex Beregszaszi 1b2a5689a3 Merge pull request #195 from ethereum/offline-readme 8 years ago
chriseth f090de6983 Correctly fall back to soljson-latest in the offline case. 8 years ago
Alex Beregszaszi 736f0f9455 Document offline usage 8 years ago
Alex Beregszaszi bed1e27ea0 Merge pull request #186 from Denton-L/fix-deploy 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
chriseth 47c4b4163a Merge pull request #151 from ethereum/css-lint 8 years ago
Denton Liu 19eb2a9808 Fix typo 8 years ago
Alex Beregszaszi 7f92fe9349 CSS: remove empty declaration 8 years ago
Alex Beregszaszi 941b9ca2eb CSS: remove duplicate properties 8 years ago
chriseth d21670d952 Merge pull request #23 from ethereum/patch/create-account 8 years ago
Alex Beregszaszi c2a03b92a4 Only fail on serious CSS errors 8 years ago
Alex Beregszaszi 53f600234a Do not run csslint on font-awesome.min.css 8 years ago
Alex Beregszaszi 08b3c227a8 Order entires alphabetically in package.json 8 years ago
Alex Beregszaszi f639bf6307 Disable the alphabetical order requirement for CSS 8 years ago
Alex Beregszaszi 3c91d8b956 Include csslint in Travis 8 years ago
Alex Beregszaszi 0d22a8bca7 Introduce CSS lint 8 years ago
Alex Beregszaszi f7269fbb25 Merge pull request #188 from ethereum/updateethereumjsabi 8 years ago
Alex Beregszaszi eb43b7b0da Require web3.js#35bcace for web3.personal.unlockAccountAndSendTransaction 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
chriseth 26c4a9683e Merge pull request #191 from ethereum/more-vm-addresses 8 years ago
chriseth 99b51f6dcb Merge pull request #190 from ethereum/fix-event-crashes 8 years ago
Alex Beregszaszi a731bf5ae6 Do not crash if event is not found in the ABI 8 years ago
Alex Beregszaszi 7698da2ee5 Merge pull request #189 from ethereum/worker-catch-exceptions 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