whyrusleeping
|
5fb59c06bd
|
add a getblock command
|
2019-07-22 17:54:27 -07:00 |
|
Łukasz Magiera
|
0d5d6cd1c2
|
jsonrpc: lint fixes
|
2019-07-23 02:40:45 +02:00 |
|
Łukasz Magiera
|
1b1ec2b812
|
jsonrpc: cleanup websocket handling logic a bit
|
2019-07-23 02:40:45 +02:00 |
|
Łukasz Magiera
|
40fa1becb5
|
jsonrpc: Handle closing channels
|
2019-07-23 02:40:45 +02:00 |
|
Łukasz Magiera
|
64e3272fbf
|
jsonrpc: remove test stuff from main code
|
2019-07-23 02:40:45 +02:00 |
|
Łukasz Magiera
|
98cbfdebb4
|
jsonrpc: test unmarshalable responses
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
17c76abdb2
|
jsonrpc: Panic less in client
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
527ab7100a
|
jsonrpc: basic channel test
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
dda1dfdc80
|
jsonrpc: don't panic on not found chan handlers
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
3e8afa9511
|
jsonrpc: fix chan handler registration race
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
fd40f9a82a
|
jsonrpc: gofmt
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
790ed0730e
|
jsonrpc: use testify in tests
|
2019-07-23 02:40:01 +02:00 |
|
Łukasz Magiera
|
ff4d1b5819
|
jsonrpc: Channel support
|
2019-07-23 02:40:01 +02:00 |
|
Jakub Sztandera
|
8b7378dcd9
|
Don't error make clean on missing submodule
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-23 01:18:27 +02:00 |
|
Whyrusleeping
|
978bd5c17e
|
Merge pull request #67 from filecoin-project/feat/id-cmd
add an id command
|
2019-07-22 13:28:21 -07:00 |
|
whyrusleeping
|
4a34e20ffc
|
move id command under net
|
2019-07-22 12:36:37 -07:00 |
|
whyrusleeping
|
57df9fdd9e
|
add an id command
|
2019-07-22 12:36:37 -07:00 |
|
Whyrusleeping
|
13e217987b
|
Merge pull request #68 from filecoin-project/bench/state-tree
initial benchmarks for state tree operations
|
2019-07-22 12:13:28 -07:00 |
|
Whyrusleeping
|
19979a5ab7
|
Merge pull request #48 from filecoin-project/feat/create-miner
create miner command, stubbed out methods
|
2019-07-22 12:13:11 -07:00 |
|
Whyrusleeping
|
e920192e04
|
Merge pull request #64 from filecoin-project/feat/go-bls-sigs
Switch to go-bls-sigs
|
2019-07-22 11:10:40 -07:00 |
|
Whyrusleeping
|
e199bccff1
|
Merge pull request #65 from filecoin-project/feat/go1.13
Update xerrors to fix build with Go 1.13
|
2019-07-22 10:24:08 -07:00 |
|
whyrusleeping
|
cfbb193079
|
go mod tidy
|
2019-07-22 10:21:27 -07:00 |
|
whyrusleeping
|
b3e192b575
|
try removing the bzr install
|
2019-07-21 00:42:57 -07:00 |
|
whyrusleeping
|
432afb4a56
|
fix import
|
2019-07-20 23:09:30 -07:00 |
|
whyrusleeping
|
3f0c7f37f9
|
fix serialization issues
|
2019-07-20 16:37:38 -07:00 |
|
whyrusleeping
|
38a5bcd659
|
wrap some errors
|
2019-07-20 16:37:38 -07:00 |
|
whyrusleeping
|
a232d54216
|
fix function call signatures
|
2019-07-20 16:37:38 -07:00 |
|
whyrusleeping
|
05b8158285
|
implement a few of the TODOs
|
2019-07-20 16:37:37 -07:00 |
|
whyrusleeping
|
9a7823ab84
|
WIP: create miner command, stubbed out methods
|
2019-07-20 16:37:37 -07:00 |
|
whyrusleeping
|
1e03984ab5
|
initial benchmarks for state tree operations
|
2019-07-20 14:58:20 -07:00 |
|
Jakub Sztandera
|
0f8a89adfd
|
Update xerrors to fix build with Go 1.13
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-19 15:57:41 +02:00 |
|
Jakub Sztandera
|
ae7a917e49
|
Fix import in tests
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-19 14:00:09 +02:00 |
|
Jakub Sztandera
|
d745fa1af1
|
Switch to go-bls-sigs
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-19 13:56:58 +02:00 |
|
Whyrusleeping
|
2877cb5ba2
|
Merge pull request #60 from filecoin-project/feat/wallet-balance
add a command to check wallet balance
|
2019-07-18 14:18:50 -07:00 |
|
whyrusleeping
|
73e543fe8a
|
go mod tidy
|
2019-07-18 14:11:18 -07:00 |
|
whyrusleeping
|
f0841203a3
|
add a command to check wallet balance
|
2019-07-18 13:26:04 -07:00 |
|
Whyrusleeping
|
27a7858055
|
Merge pull request #54 from filecoin-project/feat/benchmarks-1
write a couple simple benchmarks
|
2019-07-18 11:29:39 -07:00 |
|
Jakub Sztandera
|
cbd21756f3
|
Merge pull request #57 from filecoin-project/feat/repo-wallet
Add keystore to the repo
|
2019-07-18 20:21:05 +02:00 |
|
Whyrusleeping
|
69b8ec42af
|
Merge pull request #56 from filecoin-project/fix/ws-disconn-hang
jsonrpc: Don't hang when remote crashes
|
2019-07-18 09:51:29 -07:00 |
|
Whyrusleeping
|
92f00b7b75
|
Merge pull request #55 from filecoin-project/feat/rpcc-wrap-unmarshal-err
jsonrpc: Wrap result unmarshal errors
|
2019-07-18 09:50:27 -07:00 |
|
Jakub Sztandera
|
935e4e8da7
|
Move KeyStore into separate module
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 18:10:53 +02:00 |
|
Jakub Sztandera
|
5ee7ba8420
|
Fix tests
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 17:52:48 +02:00 |
|
Jakub Sztandera
|
6496805cc3
|
Cleanup lint
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 17:44:10 +02:00 |
|
Jakub Sztandera
|
710f87fdf4
|
Integrate keystore with chain/wallet
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 17:41:30 +02:00 |
|
Jakub Sztandera
|
cb9bf4200c
|
Move KeyStore into types
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 16:57:49 +02:00 |
|
Jakub Sztandera
|
902ea18686
|
Add keystore to the repo
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-07-18 16:01:39 +02:00 |
|
Łukasz Magiera
|
185db76646
|
jsonrpc: don't hang when remote crashes
|
2019-07-18 13:26:09 +02:00 |
|
Łukasz Magiera
|
055a98c57b
|
jsonrpc: fix test
|
2019-07-18 13:09:13 +02:00 |
|
Łukasz Magiera
|
2b651ad04d
|
jsonrpc: better server errors on unmarshal
|
2019-07-18 13:07:28 +02:00 |
|
Łukasz Magiera
|
e32d7aee12
|
jsonrpc: wrap result unmarshal errors
|
2019-07-18 12:46:32 +02:00 |
|