-
Notifications
You must be signed in to change notification settings - Fork 33
Canonical snapshots #1664
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
base: js/fix-double-read-lock-forward-port
Are you sure you want to change the base?
Canonical snapshots #1664
Conversation
e8490ea to
c70a787
Compare
7ccb173 to
8f5216b
Compare
c70a787 to
996abce
Compare
8f5216b to
1d8c75c
Compare
996abce to
c9d27ba
Compare
1d8c75c to
92c8800
Compare
c9d27ba to
aefce0a
Compare
92c8800 to
7f1caf3
Compare
aefce0a to
7fbfc44
Compare
7f1caf3 to
c748078
Compare
7fbfc44 to
7d1bed6
Compare
c748078 to
fea90ac
Compare
7d1bed6 to
575d1fd
Compare
fea90ac to
4fce147
Compare
575d1fd to
900b804
Compare
4fce147 to
6f89c69
Compare
900b804 to
0a5ade1
Compare
6221551 to
1931d2e
Compare
31b79ee to
2616a5a
Compare
1931d2e to
450653f
Compare
2616a5a to
8571d76
Compare
8571d76 to
b937b78
Compare
ee0160d to
104f18b
Compare
44a9da2 to
414f51d
Compare
104f18b to
28dd9ce
Compare
| -- ^ The backend used for the output snapshot, to write it in the metadata | ||
| } | ||
|
|
||
| data SomeBackend c where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if c is the best name. We also used to use c for the Crypto parameter.
| , outDeleteExtra :: Maybe FilePath | ||
| -- ^ In case some other directory needs to be wiped out | ||
| , outProgressMsg :: String | ||
| -- ^ A progress message (just for displaying) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might require further elaboration: how would this be displayed and for which purpose.
| IO (SomeBackend SinkArgs) | ||
| -- ^ Sink arguments for consuming a stream of TxOuts | ||
| , outDeleteExtra :: Maybe FilePath | ||
| -- ^ In case some other directory needs to be wiped out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sound scary :) In which situations will this option be used?
414f51d to
f12ecde
Compare
28dd9ce to
d8ed028
Compare
Closes #1574