Skip to content
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
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Snapshots reader #1288

wants to merge 16 commits into from

Conversation

esuwu
Copy link
Contributor

@esuwu esuwu commented Dec 27, 2023

No description provided.

@alexeykiselev alexeykiselev marked this pull request as draft January 10, 2024 12:36
@nickeskov nickeskov force-pushed the snapshots-reader branch 5 times, most recently from e5c15a4 to abefebf Compare February 6, 2024 05:51
nickeskov and others added 12 commits February 8, 2024 21:46
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants