Commit Graph
5678 Commits
Author SHA1 Message Date
whyrusleeping e19ff4c958 sprinkle in some color 2020-07-31 01:50:12 -04:00
whyrusleeping 146e59fe56 wire through new retrieval apis 2020-07-31 01:47:37 -04:00
whyrusleeping 5f091411c3 some client improvements 2020-07-31 01:33:44 -04:00
whyrusleeping 7fa4cd33f0 WIP: retrieval pieces inspection command 2020-07-31 01:33:30 -04:00
Aayush Rajasekaran 34bfafc7a7 Merge pull request #2721 from filecoin-project/fix/notsealed-readpiece
Update sector-storage with ReadPiece fixes
2020-07-31 01:12:22 -04:00
Łukasz Magiera 38bcb9bc09 Update sector-storage with ReadPiece fixes 2020-07-31 01:03:39 -04:00
Whyrusleeping d52ad2ea77 Merge pull request #2689 from filecoin-project/asr/deal-collateral
Update specs-actors, support deal provider collateral bounds
2020-07-30 21:58:16 -07:00
Aayush Rajasekaran c881f287ad Update specs-actors and chain-val...again 2020-07-31 00:29:44 -04:00
Łukasz Magiera a4e30a851b Merge pull request #2719 from filecoin-project/schoamtis/fix/incoming/check-against-heaviest
fix: block validator: check against heaviest tipset
2020-07-30 23:47:35 +02:00
Aayush Rajasekaran 8daef5aa23 Update chain-val and specs-actors some more 2020-07-30 17:33:33 -04:00
Lucas Molas 595de3fccb fix: block validator: check against heaviest tipset 2020-07-30 18:05:28 -03:00
Łukasz Magiera 9ef69c91e4 Merge remote-tracking branch 'origin/next' into asr/deal-collateral 2020-07-30 17:19:33 +02:00
Łukasz Magiera c762770031 Merge pull request #2711 from filecoin-project/feat/allow-send-to-fail
Allow messages with not enough funds for transfer to apply
2020-07-30 17:17:47 +02:00
Jakub Sztandera 97009c8f0a Update to chain-val master
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-30 16:49:17 +02:00
Jakub Sztandera 14460d397a go mod tidy
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-30 16:25:57 +02:00
Jakub Sztandera 7f722623ca Allow messages with not enough funds for transfer to apply
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-30 16:23:30 +02:00
Łukasz Magiera 0d0fa1e670 Update specs-actors more 2020-07-30 15:22:34 +02:00
Łukasz Magiera 627d7b5269 Merge remote-tracking branch 'origin/next' into asr/deal-collateral 2020-07-30 14:36:22 +02:00
Łukasz Magiera 4d328cad54 Get things to mostly work 2020-07-30 14:31:50 +02:00
Jakub Sztandera a0e7d6a781 Lint in relation to next
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-30 14:30:47 +02:00
Aayush Rajasekaran 729c052f64 Update specs-actors, support deal provider collateral bounds 2020-07-30 00:55:37 -04:00
Łukasz Magiera a68d6239dc Merge pull request #2674 from filecoin-project/asr/multiaddrs
Include listen addresses in CLI miner info
2020-07-30 03:52:36 +02:00
Łukasz Magiera 76440e703e Merge pull request #2684 from filecoin-project/asr/fundmgr
Fundmanager shouldn't try to add zero
2020-07-30 03:48:15 +02:00
Travis Person ed33400a49 Merge pull request #2682 from filecoin-project/doc-updates-native
Update docs and systemd scripts
2020-07-29 17:30:24 -07:00
Aayush Rajasekaran 74dd01a8db Fundmanager shouldn't try to add zero 2020-07-29 20:27:22 -04:00
Whyrusleeping 7b567c77e9 Merge pull request #2680 from filecoin-project/asr/over-estimation
Increase PreCommitDeposit and InitialPledgeCollateral overestimation to 1.1x
2020-07-29 17:23:01 -07:00
Travis Person 2b883c8c41 Update docs and systemd scripts 2020-07-30 00:19:40 +00:00
Aayush Rajasekaran 49bca7f16c Increase PreCommitDeposit and InitialPledgeCollateral overestimation to 1.1x 2020-07-29 20:06:22 -04:00
Frrist 8b98fe1bf4 refresh top miners every 30 seconds (#2673) 2020-07-29 16:34:34 -07:00
Whyrusleeping a1808ae019 Merge pull request #2676 from filecoin-project/fix/log-fixes
Fix/log fixes
2020-07-29 14:54:28 -07:00
whyrusleeping 4e4fbafbe0 only log hello failure if the other side claims to support hello 2020-07-29 14:28:25 -07:00
whyrusleeping 4bbe5abf81 improve slow block production logs 2020-07-29 14:20:07 -07:00
Aayush Rajasekaran cadf52bb0a Include listen addresses in CLI miner info 2020-07-29 16:34:01 -04:00
Jakub Sztandera 0aaff740e8 Merge pull request #2669 from filecoin-project/fix/disallow-msg-push-invalid
Prevent Pushing messages not valid for block inclusion
2020-07-29 19:34:02 +02:00
Jakub Sztandera 4a92422f8b Prevent Pushing messages not valid for block inclusion
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-29 19:15:24 +02:00
Jakub Sztandera dbe2590f6e Merge pull request #2668 from filecoin-project/revert-2667-fix/disallow-msg-push-invalid
Revert "Prevent Pushing messages not valid for block inclusion"
2020-07-29 19:06:50 +02:00
Jakub Sztandera 5eb74ba3f7 Revert "Prevent Pushing messages not valid for block inclusion" 2020-07-29 19:06:32 +02:00
Jakub Sztandera 5ea9d2fa9f Merge pull request #2667 from filecoin-project/fix/disallow-msg-push-invalid
Prevent Pushing messages not valid for block inclusion
2020-07-29 18:45:57 +02:00
Jakub Sztandera b3842de871 Merge pull request #2660 from filecoin-project/fix/set-addr-gas-limit
Set default set-addrs gas limit to 0
2020-07-29 18:45:42 +02:00
Jakub Sztandera c17c653eb1 Prevent Pushing messages not valid for block inclusion
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-29 18:34:10 +02:00
Jakub Sztandera 9ec11e2f8f Set default set-addrs gas limit to 0
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-29 10:04:06 +02:00
Aayush Rajasekaran 5df0ee7935 Merge pull request #2647 from filecoin-project/feat/better-seal-duration-ui
Feat/better seal duration ui
2020-07-28 21:32:54 -04:00
Aayush Rajasekaran e1288e79c9 Merge pull request #2648 from filecoin-project/feat/faucet-rate-limits
faucet: adjust rate limits
2020-07-28 21:25:22 -04:00
Travis Person 1131026be9 faucet: adjust rate limits 2020-07-29 01:23:31 +00:00
Aayush Rajasekaran 5e485a085a Merge pull request #2637 from filecoin-project/gas/tag-verify-post
Use scaling VerifyPost cost
2020-07-28 21:22:23 -04:00
Aayush Rajasekaran 4b494e3e6f Merge pull request #2568 from filecoin-project/feat/cid-builder
Improve CID handling, update specs-actors
2020-07-28 21:20:02 -04:00
whyrusleeping 005d60d6b4 better clientside calculation of default deal starts 2020-07-28 18:18:21 -07:00
Aayush Rajasekaran b51e2a868b Merge branch 'next' into feat/cid-builder 2020-07-28 21:02:30 -04:00
Aayush Rajasekaran a4fe359c28 Merge pull request #2605 from filecoin-project/asr/vesting-genesis
Correct calculation of TotalCircSupply
2020-07-28 20:43:55 -04:00
whyrusleeping dd8c88b418 improve some seal duration things 2020-07-28 17:40:42 -07:00