obscuren
7e0ccc9de5
Merge branch 'develop' into rpcfrontier
...
Conflicts:
rpc/api.go
rpc/args.go
2015-03-11 01:08:42 +01:00
obscuren
8560004f38
wip
2015-03-09 17:55:01 +01:00
Felix Lange
fb53a9362e
accounts: AccountManager -> Manager
2015-03-08 01:58:35 +01:00
Taylor Gerring
dc7022cd61
Increased args test coverage
2015-03-06 09:54:08 -06:00
Gustav Simonsson
bc45e5c6de
Integrate eth_accounts and eth_transact to use new account manager
...
* Add from to eth_transact / xeth.Transact and add static pass in lieu
of integrating with native Mist window for user passphrase entry
* Make eth_accounts return AccountManager.Accounts()
* Add a Generate Key menu item in Mist
2015-03-06 13:10:42 +00:00
Taylor Gerring
ef9d825cfa
Refactor & cleanup
2015-03-05 21:37:45 -06:00
obscuren
15f491e500
Clean up REPL
2015-03-04 12:18:26 +01:00
obscuren
40ff3cac39
merge
2015-03-03 17:56:36 +01:00
obscuren
313fe3861b
fixed pow stuff
2015-03-03 17:55:23 +01:00
obscuren
6e50a1e9f5
Filter accepts multiple topics per entry. Fixes #403
2015-03-01 19:08:26 +01:00
obscuren
6ea7aae29c
Removed some methods from the JS REPL
2015-02-28 19:15:57 +01:00
Felix Lange
2cf4fed11b
cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions
2015-02-07 00:46:56 +01:00
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
2015-02-06 00:03:59 +01:00
obscuren
84adf77bf3
Added RPC "Call" for JS calls to contracts
2015-01-29 13:10:34 +01:00
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
2015-01-28 20:50:09 +01:00
obscuren
1c51e12c18
Merge branch 'jsonrpc' into qt5.4
2015-01-28 18:36:41 +01:00
obscuren
872b249711
further cleaned up xeth interface
2015-01-28 18:36:23 +01:00
obscuren
45e15f62f5
merge jsonrpc
2015-01-28 18:22:53 +01:00
obscuren
7f638f0b2d
moving to a better xeth
2015-01-28 18:14:28 +01:00
obscuren
f15d23b496
updated messages
2015-01-28 10:47:17 +01:00
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
2015-01-07 13:17:48 +01:00
obscuren
16f417f5af
Fixed bug where logging could crash client during tx adding
2015-01-02 22:19:58 +01:00
obscuren
780abaec98
Switched to new trie
2014-12-23 18:35:36 +01:00
obscuren
e6fdf0c9f7
Merge branch 'develop' into poc8
2014-12-18 00:12:51 +01:00
obscuren
b1c58b76a9
moved err check
2014-12-17 12:57:35 +01:00
zelig
b89ed8eb7b
adapt javascript pkg to new backend, use SuggestPeer
2014-12-14 20:27:06 +00:00
obscuren
5553e5aaed
states moved to chain
2014-12-10 19:59:12 +01:00
obscuren
f298ffdbb8
Renamed State => StateDB
2014-12-04 11:40:20 +01:00
obscuren
9008b155d3
Renamed chain
=> core
2014-12-04 10:28:02 +01:00
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
2014-11-18 16:58:22 +01:00
obscuren
f59a3b67f6
StateManager => BlockManager
2014-11-04 10:57:02 +01:00
obscuren
af8f5f0b69
ethstate => state
2014-10-31 14:43:14 +01:00
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
2014-10-31 14:30:08 +01:00
obscuren
8826e9694c
Moved utils to cmd
2014-10-31 14:20:11 +01:00
obscuren
b1c247231b
ethlog => logger
2014-10-31 12:56:05 +01:00
obscuren
3ee0461cb5
Moved ethchain to chain
2014-10-31 10:59:17 +01:00
Felix Lange
8170f96ded
javascript: remove unused quit channel
...
This fixes the hang in JSRE.Stop.
2014-10-29 03:00:29 +01:00
obscuren
b095bd3237
events should be set prior to calling mainloop
2014-10-27 11:50:38 +01:00
Felix Lange
69baa465ea
Merge eth-go repository into go-ethereum
...
mist, etheruem have been moved to cmd/
2014-10-23 15:01:27 +02:00
obscuren
6ea44c466a
Updated to reflect BlockChain changes
2014-10-20 12:03:31 +02:00
obscuren
77badc8c46
Updated to reflect the Filter changes in eth-go
2014-10-18 13:20:35 +02:00
Jeffrey Wilcke
abdf5e76f3
Merge pull request #138 from erezwanderman/fixwindows
...
Fix ethereum compilation and functioning on Windows.
2014-10-17 17:26:04 +02:00
Erez Wanderman
7227552f42
Fix ethereum compilation and functioning on Windows.
...
repl console output is now colored.
repl "exit" command now works.
2014-10-15 02:41:26 +03:00
Felix Lange
0aea5fc4a3
adapt to new event package
2014-10-14 19:38:38 +02:00
obscuren
0a82e3b75b
Stack info
2014-09-19 11:13:01 +02:00
obscuren
7280057228
Minor visual updates
2014-09-18 11:27:55 +02:00
obscuren
01863ebff0
Rename and changed peer window
2014-09-17 15:58:44 +02:00
obscuren
a8409b0a8b
Implementing new wallet views
2014-08-18 01:35:42 +02:00
obscuren
2eab964a00
Switched over to ethpipe
2014-08-16 01:38:24 +02:00
obscuren
a6c4543c57
Moving over to ethpipe
2014-08-15 13:16:07 +02:00