Commit Graph

88 Commits (98bbac124c4e38dd9cf79501d16337941f0e83b8)

Author SHA1 Message Date
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
Alex Beregszaszi 18f094d70e Standard: fix undefined/redefined variables 9 years ago
Alex Beregszaszi 66acb7a0c8 Standard: mark globals 9 years ago
Alex Beregszaszi 55e1d284b9 Fix #43 9 years ago
Alex Beregszaszi 977bb61236 Move enableHomestead parameter to constructor from runTx 9 years ago
Alex Beregszaszi 477430e631 Move BN define to the proper place in udapp 9 years ago
Alex Beregszaszi 3e0cd14192 The Trie isn't needed anymore as it provided by the VM 9 years ago
Alex Beregszaszi aff86d7db9 Web3 isn't a requirement anymore for udapp 9 years ago
Alex Beregszaszi 07a8ab606b Move web3 definition to where it is required in the encoder 9 years ago
Alex Beregszaszi 23821153c3 Use ethereumjs-abi for encoding the constructor 9 years ago
Alex Beregszaszi 5168455428 Use ethereumjs-abi for encoding requests 9 years ago