Skip to content

Conversation

@jasagredo
Copy link
Contributor

@jasagredo jasagredo commented Sep 4, 2025

Closes #1574

@jasagredo
Copy link
Contributor Author

jasagredo commented Sep 4, 2025

@jasagredo jasagredo changed the title Non-native snapshots Canonical snapshots Sep 4, 2025
@jasagredo jasagredo changed the base branch from main to js/extract-2 September 4, 2025 16:44
@jasagredo jasagredo force-pushed the js/extract-2 branch 2 times, most recently from 7ccb173 to 8f5216b Compare September 5, 2025 09:57
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from c70a787 to 996abce Compare September 5, 2025 10:01
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 996abce to c9d27ba Compare September 16, 2025 13:37
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from c9d27ba to aefce0a Compare September 17, 2025 07:44
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from aefce0a to 7fbfc44 Compare September 17, 2025 13:31
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 7fbfc44 to 7d1bed6 Compare September 18, 2025 08:31
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 7d1bed6 to 575d1fd Compare September 18, 2025 12:32
@jasagredo jasagredo self-assigned this Sep 19, 2025
@jasagredo jasagredo moved this to 🏗 In progress in Consensus Team Backlog Sep 19, 2025
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 575d1fd to 900b804 Compare September 25, 2025 09:49
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 900b804 to 0a5ade1 Compare September 30, 2025 14:01
@jasagredo jasagredo changed the base branch from js/extract-2 to js/snap-docs October 1, 2025 11:02
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 4fffe13 to aaae9a4 Compare October 10, 2025 09:38
@jasagredo jasagredo force-pushed the js/snap-docs branch 2 times, most recently from 78ea317 to 50c611a Compare October 10, 2025 11:47
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from aaae9a4 to 3e6a7cc Compare October 10, 2025 11:59
@jasagredo jasagredo force-pushed the js/snap-docs branch 3 times, most recently from 6221551 to 1931d2e Compare October 13, 2025 08:07
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch 2 times, most recently from 31b79ee to 2616a5a Compare October 13, 2025 08:40
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 2616a5a to 8571d76 Compare October 14, 2025 08:26
Base automatically changed from js/snap-docs to main October 14, 2025 10:24
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 8571d76 to b937b78 Compare October 14, 2025 15:02
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch 3 times, most recently from ee0160d to 104f18b Compare October 29, 2025 12:10
@jasagredo jasagredo changed the base branch from main to js/expose-for-node October 29, 2025 12:11
@jasagredo jasagredo marked this pull request as ready for review October 29, 2025 12:11
@jasagredo jasagredo moved this from 🏗 In progress to 👀 In review in Consensus Team Backlog Oct 29, 2025
@jasagredo jasagredo force-pushed the js/non-native-snapshots branch from 104f18b to 28dd9ce Compare October 29, 2025 12:23
-- ^ The backend used for the output snapshot, to write it in the metadata
}

data SomeBackend c where
Copy link
Member

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)
Copy link
Member

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

Allow to create snapshot in non-native format

3 participants