-
Notifications
You must be signed in to change notification settings - Fork 106
refactor(sync): split sync_state into sync_chain and sync_note_transport for granularity
#2091
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7900e83
surface NTL fetch errors via SyncSummary instead of failing sync_state
JereSalo e240a90
surface the inner NoteTransportError message in SyncSummary.ntl_error
JereSalo ee50832
tighten changelog entry and ntlError docstring
JereSalo 2128f79
split sync_state into on-chain, NTL, and combined methods
JereSalo 81afbaf
simplify sync lock with callback-based API
JereSalo 066bf9e
update transport tests to call sync_note_transport after split
JereSalo eb087b6
Merge branch 'next' into jere/syncstate-ntl-decouple-1930
JereSalo 7838054
add Node proxy aliases for syncNoteTransport and syncAll
JereSalo 4987e2e
run NTL before chain sync in sync_all
JereSalo 20c4688
allow syncNoteTransportImpl and syncAllImpl in method classification
JereSalo 2d235d2
silence unhandled rejection from sync lock cleanup chain
JereSalo 6561ac3
rename sync timeout error to reflect scope
JereSalo ac017f1
rename sync_state/sync_all to sync_chain/sync_state with combined def…
JereSalo 6ab4564
restore transport tests to use sync_state
JereSalo 268c5c6
remove timeout parameter from sync methods
JereSalo a1ead57
drop stale timeout option from MidenClient api types
JereSalo 37c65e1
compress sync split changelog entries into one
JereSalo 8ad4274
regenerate typedoc after removing timeout option
JereSalo e212878
document sync lock helpers
JereSalo b22e62d
Merge remote-tracking branch 'origin/next' into jere/syncstate-ntl-de…
JereSalo e34cc46
reframe sync split changelog entry as enhancement
JereSalo f0d1b94
trim redundant sync_state line from changelog entry
JereSalo b33b7f0
Merge branch 'next' into jere/syncstate-ntl-decouple-1930
JereSalo ab17474
expand sync state documentation
JereSalo b9ad816
Merge remote-tracking branch 'origin/next' into jere/syncstate-ntl-de…
JereSalo 57ea066
Merge remote-tracking branch 'origin/jere/syncstate-ntl-decouple-1930…
JereSalo ccb3f4f
link sync_note_transport and sync_chain in sync_state docs
JereSalo 2e0d1d9
address review feedback on sync docs and surface NTL notes in SyncSum…
JereSalo 5fe0968
print new_private_notes count in CLI sync command
JereSalo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.