Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[venus-miner] Create block write database information is incomplete #4919

Closed
4 of 16 tasks
cloudxin opened this issue Jun 13, 2022 · 1 comment · Fixed by ipfs-force-community/sophon-miner#108
Closed
4 of 16 tasks
Assignees
Labels
CU-chain-service Venus chain service related issues

Comments

@cloudxin
Copy link

Checklist

  • This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
  • This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the venus forum and select the category as Ideas.
  • I have a specific, actionable, and well motivated feature request to propose.

Venus component

  • venus daemon - [chain service] chain sync
  • venus auth - [chain service] authentication
  • venus messager - [chain service] message management (mpool)
  • venus gateway - [chain service] gateway
  • venus miner - [chain service] mining and block production
  • venus sealer/worker - sealing
  • venus sealer - proving (WindowPoSt)
  • venus market - storage deal
  • venus market - retrieval deal
  • venus market - data transfer
  • venus light-weight client
  • venus JSON-RPC API
  • Other

What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.

Currently, miner is inserting into the database, and the display information is incomplete
image

Describe the solution you'd like

When writing miner data to the database, you need to add a user name, record winnerCount time, and response time after post calculation. If post does not return results, the response time is blank. Record the height of all winner count, including the information that no post result is received.

Describe alternatives you've considered

No response

Additional context

No response

@Fatman13 Fatman13 added the CU-chain-service Venus chain service related issues label Jun 13, 2022
@diwufeiwen diwufeiwen mentioned this issue Jun 27, 2022
40 tasks
@diwufeiwen diwufeiwen moved this to In Progress in Venus Project Jun 27, 2022
@diwufeiwen diwufeiwen self-assigned this Jun 27, 2022
@diwufeiwen
Copy link
Contributor

新增 winning_at(程序中获得出块权时的时间), proof_consuming(计算获胜证明耗时),mine_state(0-计算证明中,1-成功出块,2- 出错,包括timeout) 逻辑改动: 1.获得区块权时插入一条记录,cid和proof_consuming为空; 2. 成功出块更新cid和proof_consuming,mine_satte; 3. 超时或出错仅更新mine_state

@diwufeiwen diwufeiwen moved this from In Progress to In Review in Venus Project Jul 4, 2022
Repository owner moved this from In Review to Done in Venus Project Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CU-chain-service Venus chain service related issues
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants