-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DealStages to track and log Deal status updates (#502)
* Add DealStages field to track and keep history of lifecycle of deal * fixup * fixup * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * decrease log level to debug * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * Update storagemarket/impl/clientstates/client_fsm.go Co-authored-by: dirkmc <dirkmdev@gmail.com> * explicit set of log with empty value * fix test * fix: dont panic when adding log to nil DealStages * add godocs to deal stages objects. Co-authored-by: dirkmc <dirkmdev@gmail.com> Co-authored-by: raulk <raul@protocol.ai>
- Loading branch information
1 parent
a247678
commit 39a8025
Showing
8 changed files
with
788 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.