Commit Graph

3156 Commits (eba224cc56017a7450804df45f71f2fe50d02460)

Author SHA1 Message Date
Alex Beregszaszi 5f635055a2 Ignore any keys not including sol: in keys() 8 years ago
Alex Beregszaszi d521af5f28 Use more strict replacements in storage 8 years ago
Alex Beregszaszi f9ad4bcb2a Remove fileKey/fileNameFromKey as storage.get/set includes it now 8 years ago
Alex Beregszaszi 20911afccf The old editorSize conversion code isn't supported anymore 8 years ago
Alex Beregszaszi 47667fa58e Change storage abstraction to use a new key 8 years ago
Alex Beregszaszi a71c688da5 Enclose JSON conversion in try/catch 8 years ago
Alex Beregszaszi f36b9d9ac8 Avoid showing the config file in the editor (temporary solution) 8 years ago
Alex Beregszaszi d026e399a5 Save config file as a normal file 8 years ago
Alex Beregszaszi d16a260a4f Store editor window size in config file 8 years ago
Alex Beregszaszi 86f84d5350 Add config file API 8 years ago
Alex Beregszaszi 3ae6b43704 Merge activeFileTab into sole caller 8 years ago
Alex Beregszaszi b4446dcd4a Use consistent naming in storage 8 years ago
Alex Beregszaszi 705d465a01 Reorder storage.js 8 years ago
Alex Beregszaszi 944a586380 Remove unused storage.getFileContent 8 years ago
Alex Beregszaszi 4d1eeae9ba Merge fileTabTemplate into sole caller 8 years ago
Alex Beregszaszi f981de8e61 Use editor.hasFile instead of storage.exists 8 years ago
Alex Beregszaszi f7008bd6ed Update last reference to storage.editorSize 8 years ago
Alex Beregszaszi b2cfd0245f Don't call chromeCloudSync twice 8 years ago
Alex Beregszaszi a2514915d3 Move Chrome syncing back to app.js 8 years ago
Alex Beregszaszi 0eee795e40 Move storage.editorSize to app.js 8 years ago
yann300 8964406141 apply new remix api 8 years ago
Alex Beregszaszi 2a703772de Add explanation for the gas limit truncation 8 years ago
yann300 5c98506f01 rename resp -> gasEstimation 8 years ago
yann300 1d297a1092 check the current block gas limit before sending the tx 8 years ago
Alex Beregszaszi 55246bcb85 Merge ui-helper and renderer 8 years ago
Alex Beregszaszi b0a75cbb6b Require web3.js 0.18.0 8 years ago
Alex Beregszaszi 5d2212c48e Remove the dependency on editor from the compiler 8 years ago
Alex Beregszaszi e6c5d7f7d6 Add helper runCompiler to app 8 years ago
Alex Beregszaszi 0a5dd05b6f Add target contract name to the compiler 8 years ago
Alex Beregszaszi ca0bcc5a55 Move editor.getValue from compiler to app 8 years ago
Alex Beregszaszi 21d78d1a6c Move import processing from the compiler 8 years ago
Alex Beregszaszi 651d3b83ed Support deterministically changing coinbase/difficulty/blockGasLimit on every block 8 years ago
Alex Beregszaszi 1e3c646587 Update the legend for buttons 8 years ago
Alex Beregszaszi 41cdcb7afa Use distinct color for payable buttons 8 years ago
yann300 a2dae60891 fix #319 8 years ago
Alex Beregszaszi 4524d20dd5 Udapp: don't use toggleClass as it can break 8 years ago
Alex Beregszaszi 23a7e373c4 Udapp: use the lookupOnly flag 8 years ago
Alex Beregszaszi df52270a93 Udapp: don't expect inputs and outputs field to be present in the ABI 8 years ago
Alex Beregszaszi cf2395756a Compiler: truncate compiler version 8 years ago
Alex Beregszaszi 77b2758f54 Udapp: properly pass the fallback ABI 8 years ago
Alex Beregszaszi 03caa281d4 Udapp: make buttons consistent 8 years ago
Alex Beregszaszi d344b4b8cf udapp: if there is no constructor defined, we consider a non-payable constructor by default 8 years ago
Alex Beregszaszi 7bcceae9ff Use solc/abi 8 years ago
Alex Beregszaszi 8229fc358a Use semver to turn on interface features 8 years ago
Alex Beregszaszi 78bb4e0f76 Udapp: show fallback button only if its in the ABI 8 years ago
Alex Beregszaszi f6cf244d83 Udapp: rely on constructor ABI to be supplied 8 years ago
Alex Beregszaszi b5ac39fb74 compiler: add constructor/fallback to the ABI if using an old compiler 8 years ago
yann300 5b11935946 add note 8 years ago
yann300 8cc2a861e6 use ES6 class 8 years ago
Alex Beregszaszi 6f04478ee6 Display the entire metadata too 8 years ago