-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix snapshot block height period #90
Merged
Merged
Conversation
This file contains 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 was referenced May 20, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Base automatically changed from
checkpoint-syncing-providers
to
feature/proof-of-stake
May 20, 2024 02:45
lazynina
force-pushed
the
fix-snapshot-block-height
branch
from
May 20, 2024 02:45
ba8b70f
to
f9edc15
Compare
This was referenced Jun 4, 2024
lazynina
added a commit
that referenced
this pull request
Jun 17, 2024
* Update usages of core/lib to reflect current state (#59) This PR's main purpose is to allow rosetta's `feature/proof-of-stake` branch to properly build. It catches rosetta up to the current state of core on core's `feature/proof-of-stake` branch by updating usages of core/lib to reflect the updated function signatures. * Update DB functions and seeks to work with staked and locked stake balances (#62) * Extract operations from stake, unstake, and unlock stake txns (#61) * Rosetta Support for restaked staking rewards (#60) * Use utxoOp.LockedAtEpochNumber to get proper subaccount in getUnstakeOps (#64) * Clean up rosetta pos changes (#68) * Use UtxoOps from core's badger instance instead of copying over to rosetta (#63) * Update rosetta server init params (#70) * Address DH feedback (#71) * Update go mod and fix typo (#73) * WriteBatch enhancements (#72) * WriteBatch enhancements * Diamondhands Rosetta Testing (#75) * Add a debug command that prints the txns in an easy to read format for debugging * Fix NewServer * Fix deso.ros to omit txn that sends money back to self --------- Co-authored-by: diamondhands0 <[email protected]> * Rosetta for atomic txns (#76) * Remove relic tags in scripts (#78) * Update to badger v4 and update usage of NewAPIServer (#79) * Update to badger v4 and update usage of NewAPIServer * Use GetCurrentGlobalParamsEntry instead of directly accessing GlobalParamsEntry (#80) * Upgrade go to 1-22 (#81) * Upgrade deps (#82) * NewUtxoView doesn't return an error (#83) * Use OnBlockCommitted handler instead of OnBlockConnected (#84) * trigger build * trigger build 042324 * revert construction hash function changes * Fix dockerfile * fix build error * trigger build for new pre-releases * fix new server calls (#85) * Update NewServer call (#86) * Remove snapshot db close (#87) * trigger build 5-19-24 * Add checkpoint syncing providers to rosetta (#88) * Fix snapshot block height period (#90) * Don't reverse seek in handleSnapshotCompleted (#89) * Only flush at the end of iterating (#92) * Revert "Upgrade deps (#82)" (#93) This reverts commit 54401ce. * Revert "Upgrade go to 1-22 (#81)" (#94) This reverts commit 3dcbd4b. * Revert "Update to badger v4 and update usage of NewAPIServer (#79)" (#95) This reverts commit 43b4697. * wip (#96) * Use go 1.20 in dockerfile (#98) --------- Co-authored-by: diamondhands0 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.