Commit Graph
259 Commits
Author SHA1 Message Date
Jakub Sztandera 2e6dd1b862 Wrap and return correct error
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 20:25:17 +02:00
Jakub Sztandera 68cfff17e5 Make invoker error non fatal
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 20:25:17 +02:00
Jakub Sztandera 681f40ad75 go mod tidy
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:20:10 +02:00
Jakub Sztandera 1ec274671e Make lint even happier
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:16:42 +02:00
Jakub Sztandera fd374fa180 Fix new
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:07:36 +02:00
Jakub Sztandera 52f9060e0a go mod tidy
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:04:56 +02:00
Jakub Sztandera e513884a5a Cleanup lint
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:04:45 +02:00
Jakub Sztandera 537ff23a63 Complete the refactor
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 15:01:52 +02:00
Jakub Sztandera 877ccb3803 make invoker work again
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 14:45:45 +02:00
Jakub Sztandera 020fb6f8a3 Mid rework
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 14:45:44 +02:00
Jakub Sztandera 02dab3eb51 Create actor error type
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-23 14:45:15 +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
whyrusleeping b7d7f5fb71 write a couple simple benchmarks 2019-07-17 23:24:11 -07:00
Jakub Sztandera 6e24543e57 Merge pull request #51 from filecoin-project/feat/more-methods
Add more methods (IsMiner, GetPower)
2019-07-17 20:38:13 +02:00
Whyrusleeping 4c2fd3b976 Merge pull request #35 from filecoin-project/feat/sectorbuilder
Import sectorbuilder bindings
2019-07-17 09:38:34 -07:00