Commit Graph

344 Commits (3aea36783d7b8c3a8571c76301532c42682e7381)

Author SHA1 Message Date
ninabreznik ed269cdec4 Fixing styling (caret on instance, abstract contracts title) 8 years ago
yann300 f2a761cff7 use eventManager from remix repo 8 years ago
ninabreznik 52f8fc29ba Cleanup 8 years ago
yann300 f083262b3b add more precise label when execution fails 8 years ago
ninabreznik f2318b6c06 Change back to Transact(Payable) 8 years ago
ninabreznik ff8fceafa0 Add test changes made by Yann and restyle copy-to-clipboard 8 years ago
yann300 e22ecbdd7e fix test 8 years ago
ninabreznik d03f0c45ad Add copy instance address to clipboard 8 years ago
ninabreznik 205fa8e7c2 Styling output (udapp) 8 years ago
ninabreznik 267e56ae74 Resizing, styling fixes... 8 years ago
ninabreznik a43309db61 Fix coding standard issue 8 years ago
ninabreznik f2276b66cf Contract tab - toggle 8 years ago
yann300 1fa433a462 do not completely hide `contract` row 8 years ago
ninabreznik 69b15fd37b Rename and restructure tabs and content in righthand panel 8 years ago
Alex Beregszaszi 480456e2f8 Support older solc 8 years ago
Alex Beregszaszi 922c533f14 Disable publish button if metadata is missing 8 years ago
Alex Beregszaszi 8f630012d8 Disable publish button if create is disabled 8 years ago
Alex Beregszaszi 157c5367ec Add publish button to udapp (triggers publishContract event) 8 years ago
Alex Beregszaszi 57060c9c5f Make udapp.newAccount() async 8 years ago
yann300 39704974f0 remove uneeded param 8 years ago
yann300 cf9fb48936 remove executionContext dependecy from renderer 8 years ago
yann300 e981611ba4 fix linking 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
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 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 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
yann300 821489c2fd fix vmaccounts 8 years ago
yann300 e6239d1a08 fix txResult 8 years ago
yann300 bca94adda8 fix use of accounts in web3 mode 8 years ago
yann300 bbc4620cd4 fix send tx through web3 8 years ago
yann300 55e74bea4a split tx run + queue txs 8 years ago
yann300 ca82313631 fix call result 8 years ago
yann300 f6eeed049e remove need to call releaseCurrentHash 8 years ago
Alex Beregszaszi de773c44a2 Fix useCall in VM mode 8 years ago
yann300 23d216fd33 fix runTx 8 years ago
Alex Beregszaszi db2a80c31f Support useCall in VM mode 8 years ago
yann300 4db9d6cdd1 fix web3 according to the safari fix 8 years ago
yann300 cb9cdb9748 fix safari/ie - attempted to assign to readonly property 8 years ago
Alex Beregszaszi 7cf3b735c7 Pass useCall in runTx to rawRunTx 8 years ago
Alex Beregszaszi 14258792f7 Make getValue/getGasLimit/getAddress async 8 years ago
Alex Beregszaszi 3974f9aa3e Use getAccounts in runTx 8 years ago
Alex Beregszaszi 1b8a723d18 Use async.waterfall in runTx 8 years ago
Alex Beregszaszi 7ff0654b1d Split out UI settings from runTx 8 years ago
Alex Beregszaszi 0e37be0747 Do not break if invalid account is selected in VM mode 8 years ago