Commit Graph

134 Commits (e6ab0dc7aaa2c5b450c68e9b67980f6d83fcedcf)

Author SHA1 Message Date
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
Alex Beregszaszi 2dd4192d23 Fix a construct lint cannot handle 8 years ago
Alex Beregszaszi 2126391e3c Format using standard 8 years ago
Lapo Luchini 1ad9ecec43 Implement steadily increasing `block.number`. 8 years ago
Alex Beregszaszi 94ab5c29c4 Use Javascript strict mode 8 years ago
Alex Beregszaszi 40c7147cb5 udapp: Rename isCall to useCall in runTx() 9 years ago
Alex Beregszaszi 99b812b124 Simplify runTx 9 years ago
Alex Beregszaszi c031bee975 Describe getConstructorInterface 9 years ago
Alex Beregszaszi 9cbf327768 Remove legacy getABIInputForm 9 years ago
Alex Beregszaszi 41d48af953 Support debugging failed transactions 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 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
Alex Beregszaszi 6c8dd998a4 Support web3.personal.unlockAccountAndSendTransaction 9 years ago