Commit Graph

344 Commits (3aea36783d7b8c3a8571c76301532c42682e7381)

Author SHA1 Message Date
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() 8 years ago
Alex Beregszaszi 99b812b124 Simplify runTx 8 years ago
Alex Beregszaszi c031bee975 Describe getConstructorInterface 8 years ago
Alex Beregszaszi 9cbf327768 Remove legacy getABIInputForm 8 years ago
Alex Beregszaszi 41d48af953 Support debugging failed transactions 8 years ago
Alex Beregszaszi 798c6443db Show a disabled Create button for abstract contracts 8 years ago
Alex Beregszaszi c8292108b0 Support abstracts for 'at address' 8 years ago
Alex Beregszaszi bcb185dddd Display abstract contracts, but don't let them to be instantiated 8 years ago
Alex Beregszaszi 98bbac124c Exclude abstract (interface) contracts from the right hand panel 8 years ago
Alex Beregszaszi 6a92be25f0 udapp: do not display the ABI input format if no contracts are supplied 8 years ago
Alex Beregszaszi c5eb448ab2 udapp: move legend to the top 8 years ago
Alex Beregszaszi 2ad4b6a128 udapp: remove disabled code 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
Alex Beregszaszi a731bf5ae6 Do not crash if event is not found in the ABI 8 years ago
Alex Beregszaszi 5a37691d81 Include 3 more default addresses in VM mode 8 years ago
yann300 afa87c9626 register event in inner class 8 years ago
yann300 d172d68b71 - change event manager creation process 8 years ago
yann300 e6adf1da19 add event manager 8 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 8 years ago
yann300 9b65a27bc5 remix version number 8 years ago
yann300 8007573bb2 vm integration 8 years ago
yann300 063b5dfc2a small changes 8 years ago
yann300 16b214ca41 remix int 8 years ago
Alex Beregszaszi d3d310fe2a Include a gas limit for web3 constant calls 8 years ago
Alex Beregszaszi 71ea03c5ef In VM mode, exception = 0 means that an exception happened (weirdly enough) 8 years ago
Alex Beregszaszi d5b9ea91c5 Use proper values for nonce/gasPrice/gasLimit for transactions in VM mode 8 years ago
Alex Beregszaszi 3f4cb564d0 Make gasLimit fully configurable from UI 8 years ago
Alex Beregszaszi 628221286d Use higher (3M) starting limit for gas 8 years ago
Alex Beregszaszi 52f255a44c Use the gas limit supplied in VM mode 8 years ago
Alex Beregszaszi f1b0430e96 UDapp: don't supply a hardcoded limit to estimageGas, but judge based on the response 8 years ago
Denton Liu f3a8e3d818 Change value of address 9 years ago
Denton Liu 6596548671 Fix #113 9 years ago
Alex Beregszaszi 37e94196d9 UDapp: indent after latest change 9 years ago
Alex Beregszaszi 00f41bf248 UDapp: decode constant responses in web3 mode 9 years ago
Alex Beregszaszi e7b581de2a UDapp: use 'self' more consistently to avoid typos - even in places without callbacks 9 years ago
Alex Beregszaszi 73794efedd UDapp: use 'self' more consistently to avoid typos 9 years ago
Alex Beregszaszi d4c56051f6 UDapp: fix web3 event logging 9 years ago
Alex Beregszaszi 623b7e6ae7 UDapp: move tryTillResponse() to a more logical location 9 years ago
Alex Beregszaszi 923560695f UDapp: handle errors from sendTransaction() 9 years ago
Alex Beregszaszi ffc8e9571e UDapp: simplify tryTillResponse() 9 years ago