-
Notifications
You must be signed in to change notification settings - Fork 13
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
[RK] upstream merge dev-v0.3.17 #29
Merged
0xA001113
merged 29 commits into
spectre-project:dev-0.3.17
from
x100111010:dev-0.3.17-b
Feb 18, 2025
Merged
[RK] upstream merge dev-v0.3.17 #29
0xA001113
merged 29 commits into
spectre-project:dev-0.3.17
from
x100111010:dev-0.3.17-b
Feb 18, 2025
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
Member
x100111010
commented
Dec 2, 2024
•
edited
Loading
edited
- ignore Cargo.lock
- On-demand calculation for Ghostdag for Higher Levels
- PR On-demand calculation for Ghostdag for Higher Levels kaspanet/rusty-kaspa#494
- bump version to 0.3.17
- remove statrs and statest
- refactor for cleaner pruning proof module
- PR Refactoring for cleaner pruning proof module kaspanet/rusty-kaspa#589
- pruning proof improvements
- PR Pruning proof minor improvements kaspanet/rusty-kaspa#590
- ensure accurate circulating supply tracking
- PR Proper tracking of the accumulative circulating supply store value kaspanet/rusty-kaspa#629
- standartize ForkActivation
- PR Standartize fork activation logic kaspanet/rusty-kaspa#588
- optimize window cache building for ibd
- PR Optimize window cache building for ibd kaspanet/rusty-kaspa#576
- track avg transaction mass throughout the mempool's lifespan
- PR Track the average transaction mass throughout the mempool's lifespan kaspanet/rusty-kaspa#599
- UTXO return address RPC
- PR Implement UTXO Return Address RPC command kaspanet/rusty-kaspa#436
- Add KIP-10 Transaction Introspection Opcodes, 8-byte arithmetic and Hard Fork Support
- PR Add KIP-10 Transaction Introspection Opcodes, 8-byte arithmetic and Hard Fork Support kaspanet/rusty-kaspa#487
- simplification to script number types
- PR Some simplification to script number types kaspanet/rusty-kaspa#594
- enable payloads for non coinbase transactions
- PR Enable payloads for non coinbase transactions kaspanet/rusty-kaspa#591
- PR Small fixes related to enabling payload kaspanet/rusty-kaspa#605
- IBD sync: recover sampled window
- PR IBD sync: recover sampled window kaspanet/rusty-kaspa#598
- add signMessage noAuxRand option for spectre wasm
- PR feat: add signMessageWithoutRand method for kaspa wasm kaspanet/rusty-kaspa#587
- create TN11 KIP10 HF activation and KIP9 beta switch
- PR Create TN11 KIP10 HF activation and KIP9 beta switch kaspanet/rusty-kaspa#595
- rothschild: donate funds to external address with custom priority fee and use instant time
- PR rothschild: donate funds to external address with custom priority fee kaspanet/rusty-kaspa#482
- PR Instant time instead of SystemTime kaspanet/rusty-kaspa#625
- calculate sig ops on fly
- PR calculate sig ops on fly kaspanet/rusty-kaspa#597
* has already been replaced with `rv = "0.16.4"`
add new dnsseeders
* Regression: RPC default listener has to be the same as in Go node * Being more verbose for CPU-heavy AstroBWTv3 header validation
Historically we have some weird floating blocks back from Golang times because AstroBWTv3 implemnentation was slow and in some cases too slow to fit the 1s block window constantly. With latest upstream merges from Kaspa the boomerang bounces back hard. It will fail with: KeyNotFound(GhostdagCompact/0/fefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe) It fails because block neither exist in Ghostdag nor Ghostdag Compact. Since the block doesn't exist, we will assume blue work to be 0 and return it as fallback.
9831a0d
to
032fda1
Compare
ensure accurate circulating supply tracking
823edd4
to
e712a53
Compare
… and use instant time
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.