You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I moved the balance to the market actor using boostx utility and got the below errors. It kept returning FATAL errors. But when I checked from lotus side the balance had been transferred. Then I ran boost init to check on boost side and balance was indeed transferred to the market actor.
lexluthr@Mayanks-MacBook-Air ~ % boostx market-add 4
2022-04-09T11:19:21.841+0530 INFO boostx boostx/utils_cmd.go:95 selected wallet {"wallet": "f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a"}
2022-04-09T11:20:12.200+0530 FATAL boostx boostx/main.go:41 mpool push: failed to push message: RPC client error: sendRequest failed: request and response id didn't match
lexluthr@Mayanks-MacBook-Air ~ % boostx market-add --wallet f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a 4
2022-04-09T11:21:04.990+0530 INFO boostx boostx/utils_cmd.go:95 selected wallet {"wallet": "f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a"}
2022-04-09T11:21:27.873+0530 FATAL boostx boostx/main.go:41 failed to create nonce: failed to get nonce from mempool: getting actor: load state tree: failed to load state tree bafy2bzaceb5g4uapw5otmlhfsybyl7m5epeq5rchnzsu4azyvygympe6iydj6: failed to load hamt node: blockstore: block not found
lexluthr@Mayanks-MacBook-Air ~ % export FULLNODE_API_INFO=https://api.node.glif.io
lexluthr@Mayanks-MacBook-Air ~ % boostx market-add --wallet f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a 4
2022-04-09T11:21:59.401+0530 INFO boostx boostx/utils_cmd.go:95 selected wallet {"wallet": "f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a"}
2022-04-09T11:22:25.311+0530 FATAL boostx boostx/main.go:41 GasEstimateMessageGas error: RPC client error: sendRequest failed: http status 503 Service Unavailable unmarshaling response: invalid character '<' looking for beginning of value
lexluthr@Mayanks-MacBook-Air ~ % boostx market-add 4
2022-04-09T11:22:46.986+0530 INFO boostx boostx/utils_cmd.go:95 selected wallet {"wallet": "f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a"}
2022-04-09T11:23:17.536+0530 FATAL boostx boostx/main.go:41 GasEstimateMessageGas error: RPC client error: sendRequest failed: request and response id didn't match
lexluthr@Mayanks-MacBook-Air ~ % boost --v init
boost version 0.0.1+git.d5284dc
lexluthr@Mayanks-MacBook-Air ~ % boost --vv init
2022-04-09T11:24:12.301+0530 INFO boost boost/init_cmd.go:53 default wallet set {"wallet": "f3wkp4blevjsrtbc6vwgjf2sedzjwsqmj3wsh4uexbp4k7dggs72kbvuv7xivsnz7cnmfazpmqp3qmchmzms6a"}
2022-04-09T11:24:13.138+0530 INFO boost boost/init_cmd.go:60 wallet balance {"value": "991.196 mFIL"}
2022-04-09T11:24:13.958+0530 INFO boost boost/init_cmd.go:72 market balance {"escrow": "4 FIL", "locked": "17.626 pFIL"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I moved the balance to the market actor using boostx utility and got the below errors. It kept returning FATAL errors. But when I checked from lotus side the balance had been transferred. Then I ran boost init to check on boost side and balance was indeed transferred to the market actor.
Beta Was this translation helpful? Give feedback.
All reactions