-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial version #3
base: master
Are you sure you want to change the base?
Conversation
@roman-khimov first working version above, now I'm doing streaming file downloads in the background with no memory load. |
Signed-off-by: Mikhail Petrov <[email protected]>
Follows send.fs.neo.org mostly. Signed-off-by: Mikhail Petrov <[email protected]>
Follows send.fs.neo.org mostly. Signed-off-by: Mikhail Petrov <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>
Signed-off-by: Mikhail Petrov <[email protected]>
44cafcd
to
422263c
Compare
Signed-off-by: Mikhail Petrov <[email protected]>
ad9a26d
to
e5b9728
Compare
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.
Min/max do not read well, we need something like "the latest available block is XXX" dependent on the network.
Downloading the full set should be like opening up the page and hitting one button, that is 0 and the latest should be pre-filled (on network switch)
Browser limitations should be clearly explained, IIRC Firefox can't do this because it doesn't support appropriate API.
Some "About" can be useful as well explaining how it works similar to how send.fs.neo.org has it.
## [Unreleased] | ||
|
||
|
||
## [0.1.0] - 2025-01-15 |
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.
Not there yet.
|
||
try { | ||
const fileHandle = await window.showSaveFilePicker({ | ||
suggestedName: `snapshot_${nets[formData.network].title}_${formData.spanStart}-${formData.spanEnd}.acc`, |
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.
Please follow sync.ngd.network in naming, it is important for C# node in fact.
closes #1
Signed-off-by: Mikhail Petrov [email protected]