Commit Graph

185 Commits (52d3447f622d76b0d81679af280c62bca89a115e)

Author SHA1 Message Date
Alex Beregszaszi c66af27eb2 Standard: format whitespace (using semistandard-format) 9 years ago
Denton Liu 8e01a0b90b Added upload button 9 years ago
Denton Liu b994ba7b80 Made formatting consistent 9 years ago
Denton Liu b47aa35045 Revert "Corrected whitespace issues" 9 years ago
Denton Liu 6273b6188d Corrected whitespace issues 9 years ago
chriseth 810b340c48 Copy files over to another instance. 9 years ago
chriseth 76a80a1a55 Use npm for building / dependency management. 9 years ago
Alex Beregszaszi b675386b5b Use ABI stringify 9 years ago
Alex Beregszaszi 2021ef1d38 Decode ABI for events in VM mode 9 years ago
Alex Beregszaszi 38d15365e9 Use ABI.eventID 9 years ago
Alex Beregszaszi 2305b1bea5 Parse event names in VM mode 9 years ago
Alex Beregszaszi f48306ca6c Move web3.eth.getAccounts into udapp 9 years ago
Alex Beregszaszi e35a3a67ac Fix indentation to match rest of the file 9 years ago
Alex Beregszaszi 65530a82bc Update to support ethereumjs-abi 0.6.0 9 years ago
Alex Beregszaszi ce97097a91 Display the names of named output while decoding 9 years ago
Alex Beregszaszi bb60db97c6 Display errors properly during ABI decoding 9 years ago
Alex Beregszaszi 2af1a92096 Decode response ABI only if there supposed to be return values 9 years ago
Alex Beregszaszi bbd07fd7ee Format decoded output more nicely (include type and stringify properly) 9 years ago
Alex Beregszaszi 56c8e62d28 Display raw result as well as decoded output separately 9 years ago
Alex Beregszaszi f042f2dd3f Remove the two leading tabs on every line 9 years ago
Alex Beregszaszi 7fe095a2a7 Remove DOS newlines 9 years ago
chriseth 85e1717f79 Trigger onChange on session change. 9 years ago
Alex Beregszaszi c047b99484 Support event logs in VM mode 9 years ago
Alex Beregszaszi fdeae6bdf6 Display web3 encoding error (if arguments are not supplied by the user, etc.) 9 years ago
d11e9 e9742449cd fix misnamed var 9 years ago
d11e9 ad43829d31 Fix rebase/conflict error (missing parens) 9 years ago
d11e9 5f1c788841 Correctly catch undefined chrome variable 9 years ago
d11e9 7c7f015d6a make udapp instance match color scheme 9 years ago
d11e9 9a380295e1 fix gist loading and publish text 9 years ago
d11e9 4ff4c86493 fix scroller styling 9 years ago
d11e9 b494fe967a remove unused deps and fix newfile scrolling 9 years ago
d11e9 ceab6db2b3 Add optimize, version to query strings and refactor 9 years ago
d11e9 1d1ddcf8b0 remove logs 9 years ago
d11e9 a8a879fa40 scroll to new file 9 years ago
d11e9 27a0938cf6 tidy file tab handers 9 years ago
d11e9 cf7ac73156 fix file tab navigation to allow many files 9 years ago
d11e9 9ed734c358 separate sessions for files, maintains selection and undo stack 9 years ago
d11e9 2206248143 Enable extension to sync files using chrome.storage.sync 9 years ago
chriseth 00b07df940 Move binaries to gh-pages to fix mime type issue. 9 years ago
chriseth e48bbf5c9d Load compiler from different repository. 9 years ago
Alex Beregszaszi 678b0b5de6 Support fallback function for contracts 9 years ago
Alex Beregszaszi 2347150d5d Decode contract responses (ABI) using ethereumjs-abi 9 years ago
Alex Beregszaszi 9c274fca4a Support Ethereum units for setting the value on a transaction 9 years ago
Alex Beregszaszi 00c0d3f2bb Support passing value with a transaction 9 years ago
chriseth 2c17b7a230 Fix strange font weight. 9 years ago
Oleksii Matiiasevych ef8d835075 Temp solution for constant functions on eth nodes 9 years ago
Alex Beregszaszi 05f4abaa8e Support multiple accounts in VM mode 9 years ago
pascalverst 1431ff8927 Extracted application code and created chrome extension manifest. 9 years ago
Oleksii Matiiasevych 0df5d87e7f Fix runTx constant call with args to real eth node 9 years ago
Oleksii Matiiasevych 06b04135de Fix runTx to work with real eth nodes 9 years ago