Juan Batiz-Benet
1653304129
adjusted what Address means in config
...
There are (so far) two sorts of addresses that peers care about:
- peer network addresses, local to listen, saved to bootstrap.
`config.Identity.Address`
- peer RPC network address, local RPC tcp endpoint
`config.RPCAddress`
@whyrusleeping @perfmode
2014-09-22 04:06:17 -07:00
llSourcell
5fafaa42e8
fmt the test
2014-09-18 12:49:57 -07:00
llSourcell
8dd83ee17c
clarifying method name
2014-09-18 12:28:56 -07:00
llSourcell
8eb13eb6be
tests for Daemon Listener #59
...
using IDfromPubKey
2014-09-18 11:59:14 -07:00
Jeromy
b55a5078a8
refactor daemon code, moved commands to core/commands
2014-09-12 21:29:54 +00:00
Jeromy
ec40a29b3d
change ExecuteCommand to return an error
2014-09-12 19:11:54 +00:00
Siraj Ravel
80dc4b3531
gofmt-d and golint-d
2014-09-10 13:31:40 -07:00
Siraj Ravel
07bfa3baf2
fixed uppercase
2014-09-10 12:42:01 -07:00
Siraj Ravel
4f7856a414
refactoring naming conventions
2014-09-10 12:31:19 -07:00
Jeromy
976fe94d4d
some more tweaks to the daemon code
2014-09-10 06:22:13 +00:00
Jeromy
b2a218816d
initial hack at turning ipfs into a daemon, just implemented simple rpc at this point
2014-09-09 05:11:56 +00:00
Jeromy
05e457e197
create daemon listener for listening for user commands
2014-09-08 18:21:18 +00:00