Commit Graph

99 Commits (8914952edafcfa906f50b221435ec93965e9f34a)

Author SHA1 Message Date
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
Alex Beregszaszi 255849e593 Introduce personalMode switch to control eth vs. personal accounts from outside 9 years ago
Alex Beregszaszi e6cee02ee7 Use getListAccounts() for async calls 9 years ago
Alex Beregszaszi 1d4cf17b8b Fallback to eth.getAccounts() if personal.listAccounts() fails 9 years ago
Alex Beregszaszi 9439b087f0 Use the personal account API in Web3 9 years ago
Alex Beregszaszi fcbed88ffa Make addAccount() internal to the VM mode 9 years ago
Alex Beregszaszi a6f8207063 Add newAccount() method to universal-dapp for creating a new account 9 years ago
Alex Beregszaszi a731bf5ae6 Do not crash if event is not found in the ABI 9 years ago
Alex Beregszaszi 5a37691d81 Include 3 more default addresses in VM mode 9 years ago
yann300 afa87c9626 register event in inner class 9 years ago
yann300 d172d68b71 - change event manager creation process 9 years ago
yann300 e6adf1da19 add event manager 9 years ago
yann300 b09522c236 reset vm state instead of creating a new instance 9 years ago
yann300 9b65a27bc5 remix version number 9 years ago
yann300 8007573bb2 vm integration 9 years ago
yann300 063b5dfc2a small changes 9 years ago
yann300 16b214ca41 remix int 9 years ago
Alex Beregszaszi d3d310fe2a Include a gas limit for web3 constant calls 9 years ago
Alex Beregszaszi 71ea03c5ef In VM mode, exception = 0 means that an exception happened (weirdly enough) 9 years ago
Alex Beregszaszi d5b9ea91c5 Use proper values for nonce/gasPrice/gasLimit for transactions in VM mode 9 years ago
Alex Beregszaszi 3f4cb564d0 Make gasLimit fully configurable from UI 9 years ago
Alex Beregszaszi 628221286d Use higher (3M) starting limit for gas 9 years ago
Alex Beregszaszi 52f255a44c Use the gas limit supplied in VM mode 9 years ago
Alex Beregszaszi f1b0430e96 UDapp: don't supply a hardcoded limit to estimageGas, but judge based on the response 9 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
Alex Beregszaszi d5e39845ee Ensure runTx always returns details about the transaction and not the tx hash in web3 mode (i.e. move tryTillResponse into runTx) 9 years ago
Alex Beregszaszi c66af27eb2 Standard: format whitespace (using semistandard-format) 9 years ago