Jakub Sztandera
ff5ff4d294
Add multiple drand configs
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-23 18:45:08 +02:00
Steven Allen
5fc83f4d05
Refactor to use actor adt types instead of directly using HAMTs and AMTs
...
This way there's a single source of truth. Preparation for fixing
https://github.com/filecoin-project/specs-actors/issues/517 (requires changing
HAMT parameters).
2020-07-23 09:34:57 -07:00
Sami Mäkelä
556408a6f2
add a default verifreg rootkey
2020-07-23 18:07:57 +03:00
Łukasz Magiera
717728f33b
Merge pull request #2548 from filcloud/close-file
...
close file
2020-07-23 12:32:53 +02:00
Frank
c38b8b1265
close file
2020-07-23 18:21:13 +08:00
Łukasz Magiera
1e6afb3b73
wdpost: Correctly skip partitions with no sectors
2020-07-23 11:13:02 +02:00
Łukasz Magiera
22c684deb6
Merge pull request #2534 from filecoin-project/asr/getsize
...
Implement buffered blocktore GetSize()
2020-07-23 10:59:28 +02:00
Łukasz Magiera
df801470ca
Return size in bufbs.GetSize
2020-07-23 10:23:44 +02:00
Łukasz Magiera
78f7a96300
Merge pull request #2538 from filecoin-project/fix/chainwatch-id-table-reorgs
...
fix: handle reorgs for id mapping table
2020-07-23 10:18:39 +02:00
Łukasz Magiera
264a6cc02d
Merge pull request #2540 from filecoin-project/asr/wallet
...
Wallet balance should display 0 if address can't be resolved
2020-07-23 10:16:10 +02:00
Łukasz Magiera
c2b7e983bf
Merge pull request #2541 from filecoin-project/feat/better-send
...
implement method and parameter specification for send
2020-07-23 10:14:19 +02:00
Łukasz Magiera
1d2901cb98
Merge pull request #2542 from filecoin-project/feat/chainwatch/ticker-jobs
...
feat(chainwatch): Ticker triggers view refresh independent of processing
2020-07-23 10:12:27 +02:00
Łukasz Magiera
01685c44e4
Merge pull request #2543 from filecoin-project/asr/readme
...
update devnet in readme
2020-07-23 10:10:17 +02:00
Aayush Rajasekaran
2c895e8df2
update devnet in readme
2020-07-22 23:34:26 -04:00
Mike Greenberg
6adfc78043
feat(chainwatch): Ticker triggers view refresh independent of processing
2020-07-22 22:45:59 -04:00
whyrusleeping
5f1da94971
implement method and parameter specification for send
2020-07-22 19:30:51 -07:00
Aayush Rajasekaran
14572aa817
Wallet balance should display 0 if address can't be resolved
2020-07-22 21:51:58 -04:00
Dirk McCormick
e8ed47410f
feat: payment channels CLI commands to settle / collect
2020-07-22 18:05:09 -07:00
Hannah Howard
7b00bb1ffe
Merge pull request #2448 from filecoin-project/feat/payment-channel-settler
...
Submit vouchers automatically when payment channels settle
2020-07-22 18:03:48 -07:00
Aayush Rajasekaran
54c0ae17f4
Implement buffered blocktore GetSize()
2020-07-22 19:58:35 -04:00
frrist
5a26dba8e5
fix: handle reorgs for id mapping table
2020-07-22 16:47:47 -07:00
Łukasz Magiera
f15a3fbaba
Merge pull request #2537 from filecoin-project/schomatis/fix/chain/test-winning-post-client
...
run VerifyWinningPoStProof test on client node
2020-07-23 00:52:03 +02:00
Łukasz Magiera
9077cfdddb
Merge pull request #2536 from filecoin-project/feat/mpool-find
...
implement mpool find cmd
2020-07-23 00:49:16 +02:00
Łukasz Magiera
d962f98a5b
Merge pull request #2507 from filecoin-project/feat/miner-sealing-jobs
...
miner: sealing jobs command
2020-07-23 00:47:59 +02:00
Lucas Molas
596f379690
run VerifyWinningPoStProof test on client node
2020-07-22 19:27:06 -03:00
whyrusleeping
4191e25038
implement mpool find cmd
2020-07-22 15:07:02 -07:00
Łukasz Magiera
d8c3cf11f6
Merge pull request #2529 from filecoin-project/fix/dont-ignore-sync-errors
...
properly return sync errors
2020-07-22 23:34:04 +02:00
Łukasz Magiera
4dc805c2ad
Merge pull request #2533 from filecoin-project/feat/mpool-helpers
...
implement mpool replace command
2020-07-22 23:28:12 +02:00
whyrusleeping
711850fb22
implement mpool replace command
2020-07-22 14:19:59 -07:00
whyrusleeping
e36fb5e622
ensure blocks with invalid winning post are not accepted
2020-07-22 14:04:20 -07:00
Łukasz Magiera
a80639c376
Merge pull request #2531 from filecoin-project/feat/chainwatch-debug
...
chainwatch: add http server for pprof
2020-07-22 23:02:49 +02:00
Łukasz Magiera
7b55e96b51
Merge pull request #2465 from filecoin-project/feat/paych-integration-test
...
WIP: Payment channel end to end testing
2020-07-22 22:50:11 +02:00
Dirk McCormick
462562a921
fix: stmgr forks test
2020-07-22 16:27:50 -04:00
Dirk McCormick
55cfdd6fe8
fix: lint fix
2020-07-22 16:15:57 -04:00
Dirk McCormick
90e29a7bee
fix: paych test voucher total comparison
2020-07-22 16:09:46 -04:00
Jakub Sztandera
8fb3f7e40e
Fix bls verification when there are no messages
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 21:59:05 +02:00
Travis Person
89c9938013
chainwatch: add http server for pprof
2020-07-22 19:54:52 +00:00
Dirk McCormick
53bb57882d
fix: supply sufficient funds to actor in paych test
2020-07-22 15:30:43 -04:00
Łukasz Magiera
67a1b3e382
Merge pull request #2530 from filecoin-project/master
...
Merge master into next
2020-07-22 21:24:37 +02:00
whyrusleeping
78e7e59381
Add test to check that bad winning post blocks are rejected
2020-07-22 12:12:41 -07:00
whyrusleeping
75b9fdc0a0
return multierror after creation
2020-07-22 11:53:56 -07:00
Jakub Sztandera
dc35f2f40c
Use MpoolPushMessage
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 20:02:29 +02:00
Dirk McCormick
46b7546d51
fix: zero out gas limit
2020-07-22 13:55:31 -04:00
Łukasz Magiera
2af3a0c024
Merge pull request #2525 from filecoin-project/feat/more-lotus-shed-tools
...
Feat/more lotus shed tools
2020-07-22 19:36:32 +02:00
Łukasz Magiera
d411de811a
Merge pull request #2526 from filecoin-project/fix/reduce-gas
...
Enable gas estimation for SubmitWindowPost
2020-07-22 19:35:58 +02:00
Łukasz Magiera
d70edbcb7c
Set things on syscallShim
2020-07-22 13:35:10 -04:00
hannahhoward
8141fecaa9
feat(paych): add simple integration test
2020-07-22 13:35:10 -04:00
hannahhoward
f27bd1dacb
feat(settler): address pr comments
...
clean up imports, improve api import, fix text, support waiting on messages
2020-07-22 13:34:35 -04:00
hannahhoward
98535d5e06
feat(settler): monitor settled channels
...
Add a routine to monitor the chain for payment channels settling, and if it's a channel that we are
the recipient of payments on, submit any outstanding vouchers to the
chain
2020-07-22 13:34:35 -04:00
Jakub Sztandera
a3589e4487
Enable gas estimation for SubmitWindowPost
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 19:28:04 +02:00