-
Notifications
You must be signed in to change notification settings - Fork 35
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
Snapshots reader #1288
Draft
esuwu
wants to merge
16
commits into
master
Choose a base branch
from
snapshots-reader
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Snapshots reader #1288
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
nickeskov
force-pushed
the
snapshots-reader
branch
5 times, most recently
from
February 6, 2024 05:51
e5c15a4
to
abefebf
Compare
nickeskov
force-pushed
the
snapshots-reader
branch
from
February 6, 2024 06:06
abefebf
to
0ad4566
Compare
* Add 'GetFeeAsset' method for 'Transaction' interface. * Simplify 'transactionFeeCounter'. * Refactored a bit 'transactionDiffer'. * Do miner fees payouts at the begining of the block before NG activation. * Fix typo * Add balances sanity check in 'snapshotGenerator'. * Fix 'TestCreateBlockDiffWithoutNg'. * Fix 'TestDefaultInvokeScriptSnapshot'. * Fix 'TestNoExtraStaticAssetInfoSnapshot'. * Fix 'TestLeaseAndLeaseCancelInTheSameInvokeTx'. * Fix 'TestCreateDiffPayment'. * Fix 'TestCreateDiffTransferWithSig'. * Fix 'TestCreateDiffTransferWithProofs'. * Fix 'TestCreateDiffIssueWithSig'. * Fix 'TestCreateDiffIssueWithProofs'. * Fix 'TestCreateDiffReissueWithSig'. * Fix 'TestCreateDiffReissueWithProofs'. * Fix 'TestCreateDiffBurnWithSig'. * Fix 'TestCreateDiffBurnWithProofs'. * Fix 'TestCreateDiffExchangeWithSig'. * Fix 'TestCreateDiffExchangeWithProofs'. * Fix 'TestCreateDiffExchangeV2WithProofsWithOrdersV3'. * Fix 'TestCreateDiffExchangeV3WithProofsWithMixedOrders'. * Fix 'TestCreateDiffExchangeV3WithProofsWithOrdersV4'. * Fix 'TestCreateDiffLeaseWithSig'. * Fix 'TestCreateDiffLeaseWithProofs'. * Fix 'TestCreateDiffLeaseCancelWithSig'. * Fix 'TestCreateDiffLeaseCancelWithProofs'. * Fix 'TestCreateDiffCreateAliasWithSig'. * Fix 'TestCreateDiffCreateAliasWithProofs'. * Fix 'TestCreateDiffMassTransferWithProofs'. * Fix 'TestCreateDiffDataWithProofs'. * Fix 'TestCreateDiffSponsorshipWithProofs'. * Fix 'TestCreateDiffSetScriptWithProofs'. * Fix 'TestCreateDiffSetAssetScriptWithProofs'. * Fix 'TestCreateDiffInvokeScriptWithProofs'. * Fix 'TestCreateDiffUpdateAssetInfoWithProofs'. * Correctly initialize 'updateMinIntermediateBalance' flag in 'blockDiffer.doMinerPayoutBeforeNG'. --------- Co-authored-by: Alexey Kiselev <[email protected]>
* Handle new 'StateHash' field for 'MicroBlock' signature. * Improved 'TestMicroBlockV5VerifySignatureWithFilledStateHash'.
Bumps [github.com/qmuntal/stateless](https://github.com/qmuntal/stateless) from 1.6.8 to 1.6.9. - [Release notes](https://github.com/qmuntal/stateless/releases) - [Commits](qmuntal/stateless@v1.6.8...v1.6.9) --- updated-dependencies: - dependency-name: github.com/qmuntal/stateless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Kiselev <[email protected]>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0. - [Commits](golang/crypto@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Kiselev <[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.