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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,36 +64,49 @@ wait to see those messages on chain -- this allows us track whether we've alread
64
64
65
65
# go-fil-markets 0.2.1
66
66
67
-
# Changelog
67
+
###Changelog
68
68
69
69
- Update to data transfer 0.3.0
70
70
- Bug fixes for status maps
71
71
- Move to not keeping deal streams open in storage market
72
72
73
73
# go-fil-markets 0.2.2
74
74
75
-
# Changelog
75
+
###Changelog
76
76
77
77
- V26 Params update
78
78
- Revert closing streams do to incompatibilities
79
79
80
80
# go-fil-markets 0.2.3
81
81
82
-
# Changelog
82
+
###Changelog
83
83
84
84
- Update our network layer to hold connections open for storage deals to prevent stream resets
85
85
86
86
# go-fil-markets 0.2.4
87
87
88
-
# Changelog
88
+
###Changelog
89
89
90
90
- Go-Filecoin compatiblity release
91
91
- Changed data transfer request validator to operate as unified validator
92
92
- Minor bug fixes
93
93
94
94
# go-fil-markets 0.2.5
95
95
96
-
# Changelog
96
+
###Changelog
97
97
98
98
- Change data transfer request validator to support multiple stores
99
-
- Fix bug with deals failing before proposal is sent (causing connection close error)
99
+
- Fix bug with deals failing before proposal is sent (causing connection close error)
100
+
101
+
# go-fil-markets 0.2.6
102
+
103
+
### Changelog
104
+
105
+
- remove namespace wrapping for datastores associated with markets except where unique keys are stored. In such case it removes all but the last part of a prefix (such as "pieces" or "cid-infos")
106
+
107
+
# go-fil-markets 0.2.7
108
+
109
+
### Changelog
110
+
111
+
- Cleanup 0.2.6 release
112
+
- Add provider option to customize deal decision logic
0 commit comments