aboutsummaryrefslogtreecommitdiffstats
path: root/console
Commit message (Collapse)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-151-3/+3
| | | | | | | | | | | | | | | This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
* [release/1.4.7] console: ignore round and curly brackets in strings when ↵Bas van Kervel2016-06-142-2/+91
| | | | | | determining indentation level (cherry picked from commit dbcdf83ed8aca3f0b84d67b944fff2f3a8bc7769)
* [release/1.4.7] console: fix windows color transformation issuePéter Szilágyi2016-06-141-1/+2
| | | | (cherry picked from commit d251d48439bf85d0fb0b52dd931e5ec6aea8b412)
* [release/1.4.6] console: remove unnecessary JS evaluation in WelcomeFelix Lange2016-06-061-10/+8
| | | | (cherry picked from commit ad0e6e971e7d03c07842cc236fec09c73f93f465)
* [release/1.4.6] cmd/geth, console: fix reviewer issuesPéter Szilágyi2016-06-063-45/+64
| | | | (cherry picked from commit da729e5b386ca0fd32344dcc1fd63d14c0bb39ab)
* [release/1.4.6] console, internal/jsre: colorize JavaScript exceptions tooPéter Szilágyi2016-06-062-10/+17
| | | | (cherry picked from commit 14ae5708d61059d424c9be9822b85a3f4bb392b3)
* [release/1.4.6] cmd, console: split off the console into a reusable packagePéter Szilágyi2016-06-066-0/+1127
(cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a)