lotus/.github/ISSUE_TEMPLATE/deal-making-issues.md

50 lines
1.6 KiB
Markdown
Raw Normal View History

2021-02-06 21:23:25 +00:00
---
name: Deal Making Issues
about: Create a report for help with deal making failures.
title: "[Deal Making Issue]"
labels: hint/needs-triaging, area/markets
assignees: ''
---
2021-02-22 06:38:59 +00:00
> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
2021-02-06 21:23:25 +00:00
Please provide all the information requested here to help us troubleshoot "deal making failed" issues.
If the information requested is missing, we will probably have to just ask you to provide it anyway,
before we can help debug.
**Basic Information**
Including information like, Are you the client or the miner? Is this a storage deal or a retrieval deal? Is it an offline deal?
**Describe the problem**
A brief description of the problem you encountered while trying to make a deal.
2021-02-06 21:23:25 +00:00
**Version**
The output of `lotus --version`.
**Setup**
2021-02-08 20:30:03 +00:00
You miner(if applicable) and daemon setup, i.e: What hardware do you use, how much ram and etc.
2021-02-06 21:23:25 +00:00
2021-02-08 20:30:03 +00:00
**To Reproduce**
Steps to reproduce the behavior:
1. Run '...'
2. See error
2021-02-06 21:23:25 +00:00
**Deal status**
The output of `lotus client list-deals -v` and/or `lotus-miner storage-deals|retrieval-deals|data-transfers list [-v]` commands for the deal(s) in question.
2021-02-06 21:23:25 +00:00
**Lotus daemon and miner logs**
Please go through the logs of your daemon and miner(if applicable), and include screenshots of any error/warning-like messages you find.
Alternatively please upload full log files and share a link here
** Code modifications **
If you have modified parts of lotus, please describe which areas were modified,
and the scope of those modifications