Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
2015-07-19 22:44:40 +00:00 |
|
Ethan Buchman
|
e087284a4f
|
update logger package for new level 'notice'
|
2015-07-19 22:43:58 +00:00 |
|
Jae Kwon
|
e4c351f5fc
|
UUID -> PubKeyEd25519
|
2015-07-15 14:31:03 -07:00 |
|
Jae Kwon
|
fd64547ce7
|
Put a SecretConnection before the MConnection; Node Priv/PubKeys
|
2015-07-15 14:17:20 -07:00 |
|
Jae Kwon
|
e4fae760af
|
move revisions file to ~/.tendermint/
|
2015-07-13 11:49:09 -07:00 |
|
Ethan Buchman
|
9dba060e25
|
log chainID on startup
|
2015-07-12 16:49:16 +00:00 |
|
Ethan Buchman
|
d0610845dc
|
peers use uuid to avoid duplicate connections
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
3f7f3dd37f
|
add git commit hash to nodeInfo
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
2015-07-12 02:16:33 +00:00 |
|
Jae Kwon
|
24acda1afc
|
Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently
|
2015-07-11 16:32:46 -07:00 |
|
Jae Kwon
|
c79062ef6a
|
Fix state/State race condition bug.
|
2015-07-09 21:46:15 -07:00 |
|
Ethan Buchman
|
3416004359
|
names in gendoc, genesis_test
|
2015-07-07 14:09:35 -07:00 |
|
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
2015-05-28 03:45:46 -07:00 |
|
Jae Kwon
|
3565db4eef
|
Refactor RPC/*, tendermint/config for debora+barak
|
2015-05-17 16:19:58 -07:00 |
|
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
2015-05-17 16:19:57 -07:00 |
|
Androlo
|
3b142b9277
|
getter for blockstore in Node
|
2015-05-15 16:27:22 +02:00 |
|
Jae Kwon
|
be90fd1e0d
|
rpc cleanup; tendermint init
|
2015-05-12 19:03:05 -07:00 |
|
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
2015-05-12 17:40:29 -07:00 |
|
Jae Kwon
|
ae171ba134
|
random dialing
|
2015-05-06 10:50:57 -07:00 |
|
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
2015-05-03 17:42:46 -07:00 |
|
Jae Kwon
|
e6a96e2cd6
|
bump version
|
2015-05-01 18:06:15 -07:00 |
|
Jae Kwon
|
778992e31e
|
Added pprof entry
|
2015-04-27 07:33:15 -07:00 |
|
Jae Kwon
|
9a8652e001
|
Include peer round states in the dump_consensus_state RPC call.
|
2015-04-25 11:49:26 -07:00 |
|
Ethan Buchman
|
9892dfd0b3
|
allow multiple seed nodes
|
2015-04-23 18:52:44 -07:00 |
|
Jae Kwon
|
d9bfe82d93
|
rpc.StartHTTPServer listener bug fix
|
2015-04-23 18:33:20 -07:00 |
|
Jae Kwon
|
66ff985cd2
|
Added a registry to Barak.
|
2015-04-23 16:56:46 -07:00 |
|
Ethan Buchman
|
0e80059e79
|
versioning
|
2015-04-23 16:53:28 -07:00 |
|
Ethan Buchman
|
d54bf6bcd5
|
blockchain reactor to consensus reactor transition on catchup
|
2015-04-21 19:51:23 -07:00 |
|
Jae Kwon
|
dc1fddd1d8
|
Added NodeInfo (still need to add to AddrBook); Proper Handshake
|
2015-04-20 15:29:01 -07:00 |
|
Jae Kwon
|
5e45a849ab
|
Generate PrivValidator file when it doesn't exist already
|
2015-04-18 14:46:44 -07:00 |
|
Jae Kwon
|
a9467414d6
|
Merge remote-tracking branch 'origin/websockets' into develop
|
2015-04-17 13:20:47 -07:00 |
|
Ethan Buchman
|
65f669160f
|
more fixes from review
|
2015-04-17 13:18:50 -07:00 |
|
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
2015-04-16 00:08:58 -07:00 |
|
Jae Kwon
|
0ffbff108f
|
Complete validation for debora
|
2015-04-13 13:14:37 -07:00 |
|
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
2015-04-12 17:46:16 -07:00 |
|
Jae Kwon
|
0bb6c111bb
|
ServeFile
|
2015-04-10 02:12:17 -07:00 |
|
Jae Kwon
|
675dbf0e9c
|
Merge branch 'rpc_jae' into develop
Conflicts:
node/node.go
rpc/core/accounts.go
rpc/core_client/client.go
rpc/handlers.go
rpc/http_server.go
rpc/test/helpers.go
rpc/test/http_rpc_test.go
rpc/test/json_rpc_test.go
|
2015-04-08 14:27:03 -07:00 |
|
Jae Kwon
|
a09051438c
|
Intermediate... working on debora
|
2015-04-08 11:35:17 -07:00 |
|
Jae Kwon
|
cc18136af8
|
RPC refactor to separate core from core_client and the rest of RPC.
Other random changes.
|
2015-04-07 11:44:25 -07:00 |
|