-
Notifications
You must be signed in to change notification settings - Fork 29
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
API server refactor & fee features #26
Merged
Commits on Feb 13, 2022
-
Avoid sending large block data messages over websocket, which block transaction updates, especially on lower bandwidth connections. Instead, only send the block id over websocket, and then fetch over http with good caching
Configuration menu - View commit details
-
Copy full SHA for 95cabcf - Browse repository at this point
Copy the full SHA 95cabcfView commit details
Commits on Feb 14, 2022
-
Extend txs and blocks with prevouts and fees
Fetch prevouts for solo and block transactions, and calculate input values & tx fees. Naive initial implementation with no caching, so block processing is sloooooooooooooow.
Configuration menu - View commit details
-
Copy full SHA for 14a1c54 - Browse repository at this point
Copy the full SHA 14a1c54View commit details
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1100d63 - Browse repository at this point
Copy the full SHA 1100d63View commit details
Commits on Feb 19, 2022
-
Refactor API/Core bridge & mempool tracking.
API: - Better RPC handling (cache credentials) - Process transaction prevouts in dedicated Tasks - Consume ZMQ sequence msgs - Track mempool count precisely - Cache prevouts for mempool transactions - Send mempool count with every client msg, instead of reconstructing client-side - Only send block ids over websocket, let clients fetch the full block data via http Client: - Simplify transaction queue to avoid setTimeouts - improves experience in background tabs - no longer need to hold back txs, as duplicates are now handled API-side - Use API-supplied mempool count, instead of tracking it client-side - Make mempoolCount a Svelte spring store, so updates transition smoothly
Configuration menu - View commit details
-
Copy full SHA for e845157 - Browse repository at this point
Copy the full SHA e845157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a630ad - Browse repository at this point
Copy the full SHA 9a630adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245543e - Browse repository at this point
Copy the full SHA 245543eView commit details
Commits on Feb 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a0c98f - Browse repository at this point
Copy the full SHA 7a0c98fView commit details
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.