Commit Graph
5447 Commits
Author SHA1 Message Date
Dirk McCormick 53bb57882d fix: supply sufficient funds to actor in paych test 2020-07-22 15:30:43 -04: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 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
Łukasz Magiera b815a0a3dc Merge pull request #2523 from filecoin-project/feat/gas-estim-seq
During gas estimation apply sequence of messages
2020-07-22 18:22:46 +02:00
Jakub Sztandera 629e03f303 Apply sequence of messages
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 18:16:07 +02:00
Łukasz Magiera c466bb1696 Merge pull request #2521 from chunqizhi/wenchu02
Fix bug when run windowPost
2020-07-22 18:12:59 +02:00
Łukasz Magiera 47a930ae53 Drop commented-out code 2020-07-22 18:12:31 +02:00
Jakub Sztandera 7d83349507 Format FIL as FIL
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 17:50:34 +02:00
Jakub Sztandera b3bac0c9e8 Add better error messages for message pre-execution errors
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-22 17:50:34 +02:00
chunqizhi 8d28b72741 Fix bug when run windowPost 2020-07-22 17:02:46 +08:00
chunqizhi 19ee2a021b Merge pull request #10 from filecoin-project/next
Merge
2020-07-22 16:56:23 +08:00
Jakub Sztandera 03b2a40e15 Merge pull request #2513 from filecoin-project/fix/debug-statmt-peermgr
change debug to debugf
2020-07-22 03:05:59 +02:00
lanzafame 6f04b1dbd8 change debug to debugf 2020-07-22 10:40:41 +10:00
Whyrusleeping 8c4d7b431b Merge pull request #2511 from filecoin-project/feat/retrieval-fixes
a few improvements and fixes for the retrieval CLI
2020-07-21 17:21:54 -07:00
Whyrusleeping a7bbf56cae Update cli/client.go 2020-07-21 16:52:48 -07:00
whyrusleeping fda0651bb5 a few improvements and fixes for the retrieval CLI 2020-07-21 16:43:57 -07:00
Łukasz Magiera 30c1608380 Merge pull request #2508 from filecoin-project/feat/epoch-boundary-mitigation
mitigate epoch boundary attacks by randomizing cutoff
2020-07-21 23:11:37 +02:00
Łukasz Magiera d55a49a9b2 Merge pull request #2505 from filecoin-project/expose-ComputeStateHTMLTempl
expose ComputeStateHTMLTempl
2020-07-21 20:45:45 +02:00
whyrusleeping cd00b0090b mitigate epoch boundary attacks by randomizing cutoff 2020-07-21 11:42:38 -07:00
Anton Evangelatov 54f1f6b8c9 use io.Writer 2020-07-21 19:23:25 +02:00
Jakub Sztandera 116e34d7ef Merge pull request #2504 from filecoin-project/feat/elno-in-inf
Add election count to influx
2020-07-21 19:16:28 +02:00
Jakub Sztandera fcd6a18090 Add election count to influx
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-21 19:00:29 +02:00
Anton Evangelatov 9154939d8f expose ComputeStateHTMLTempl 2020-07-21 18:47:38 +02:00
Łukasz Magiera 460c525e03 Merge pull request #2501 from filecoin-project/fix/chainwatch-receipts-gas
fix: use bigint for gas_used in message receipt
2020-07-21 18:00:21 +02:00
frrist 08006bce3d fix: use bigint for gas_used in message receipt
- prevents overflows
2020-07-21 08:49:27 -07:00
Łukasz Magiera e21ea5355f Merge pull request #2497 from filcloud/issue-2494
only show updated env
2020-07-21 12:58:01 +02:00
Łukasz Magiera 892f67bd76 Merge pull request #2492 from filecoin-project/jimpick/spelling-mpool
Spelling fix
2020-07-21 12:04:02 +02:00
Frank a59ee872ff only show updated env 2020-07-21 16:11:01 +08:00
Jakub Sztandera 3b2d0a19cb Merge pull request #2493 from filecoin-project/fix/gas-estimation-nonce
Fix nonce setting in gas estimation
2020-07-21 03:45:54 +02:00
Jakub Sztandera 6673a80db5 Fix nonce setting in gas estimation
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-21 03:41:18 +02:00
Jim Pick 3e00885ba6 Spelling fix 2020-07-20 18:30:21 -07:00
Łukasz Magiera c6193699bf Merge pull request #2491 from filecoin-project/fix/msig-cli
fix a few multisig cli issues
2020-07-21 02:22:14 +02:00
Łukasz Magiera 0c7b3675d8 Merge pull request #2490 from filecoin-project/feat/gotestsum-json-arti
Update to newer gotestsum
2020-07-21 02:21:22 +02:00
whyrusleeping 42a7cb1248 fix a few multisig cli issues 2020-07-20 17:17:53 -07:00
Jakub Sztandera 34fffb90d5 Merge pull request #2485 from filecoin-project/feat/update-fsm
Update storage-fsm
2020-07-21 01:41:51 +02:00
Jakub Sztandera d07c379c69 Update to newer gotestsum
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-21 01:32:20 +02:00
Łukasz Magiera b1eb2cf3a7 Update storage-fsm 2020-07-21 01:21:44 +02:00
Łukasz Magiera aba6eaf532 Merge pull request #2489 from filecoin-project/fix/chainwatch/restore-block-reward
Restore base block reward; capture WinCount w header
2020-07-21 01:21:00 +02:00
Łukasz Magiera 66c44d24ff Merge pull request #2484 from filecoin-project/feat/gas-estim
Add gas estimation
2020-07-21 01:09:16 +02:00
Mike Greenberg cf917fc426 fix(chainwatch): Restore base block reward metric capture 2020-07-20 17:31:27 -04:00
Jakub Sztandera 71ce8845d5 Fix nil big int
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-20 21:50:03 +02:00
Jakub Sztandera a5334eb2b3 Fix lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-20 21:41:05 +02:00
Jakub Sztandera e6b3ba0178 Slow down pledgeSectors test
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-20 21:31:06 +02:00
Jakub Sztandera 7da629d03b Update gas prices
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-20 21:31:05 +02:00
Łukasz Magiera deb1d6812e Merge pull request #2481 from filecoin-project/fix/reward-state
Make reward actor state in genesis more realistic
2020-07-20 20:58:26 +02:00
Łukasz Magiera 2a67bc6e1d Merge pull request #2482 from filecoin-project/feat/client-listdeals-fil
client: Pretty print fil amounts in list-deals
2020-07-20 20:56:24 +02:00