Skip to content

Conversation

@ajaysehwal
Copy link
Contributor

@ajaysehwal ajaysehwal commented Oct 5, 2025

#1037

Screen.Recording.2025-10-05.at.6.07.40.PM.mov

@ajaysehwal ajaysehwal force-pushed the scb-download-button branch from 7afa128 to d047537 Compare October 6, 2025 07:26
@ajaysehwal ajaysehwal marked this pull request as draft October 7, 2025 05:01
@ajaysehwal ajaysehwal marked this pull request as ready for review October 7, 2025 05:01
@rolznz
Copy link
Contributor

rolznz commented Oct 14, 2025

@ajaysehwal can you also test this in HTTP mode? it doesn't work for me.

@rolznz rolznz marked this pull request as draft October 14, 2025 06:44
readOnlyApiGroup.GET("/swaps/mnemonic", httpSvc.swapMnemonicHandler)
readOnlyApiGroup.GET("/autoswap", httpSvc.getAutoSwapConfigHandler)
readOnlyApiGroup.GET("/forwards", httpSvc.forwardsHandler)
readOnlyApiGroup.GET("/scb/latest", httpSvc.getLatestSCBHandler)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shouldn't need this endpoint. The frontend just calls this one to call another endpoint. The /scb/download endpoint can handle it all.

return nil, fmt.Errorf("failed to get absolute workdir: %w", err)
}

backupDirectory := filepath.Join(workDir, "static_channel_backups")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't get the correct directory. I'm not sure how this worked for you in the demo video?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants