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

P2P networking support for bootstrapping with UTXO set snapshot #1444

Merged
merged 208 commits into from
May 14, 2023

Commits on Sep 13, 2021

  1. utxo.md started

    kushti committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    a5b7bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    c25a267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1083fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    f5b6dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. leafDataStats

    kushti committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9fca93e View commit details
    Browse the repository at this point in the history
  2. utxoBootstrap flag

    kushti committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5b0229d View commit details
    Browse the repository at this point in the history
  3. UTXOSnapshotChunk rework #1

    kushti committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b1226c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. get tree stats via traversal

    kushti committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5673b2c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. utxo snapshot entities rework #2

    kushti committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d17b9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b605dd View commit details
    Browse the repository at this point in the history
  3. estimatedTip parameter

    kushti committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    956388d View commit details
    Browse the repository at this point in the history
  4. save snapshot condition

    kushti committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    72eba60 View commit details
    Browse the repository at this point in the history
  5. saveSnapshotIfNeeded stub

    kushti committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dcab0a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    0838f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c91f9 View commit details
    Browse the repository at this point in the history
  3. starting SnapshotsDb

    kushti committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e6924aa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    e4f569c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    5ded2ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ab04e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    229b55b View commit details
    Browse the repository at this point in the history
  2. writing snapshots to the disk

    kushti committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    506776f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    84828c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    85f1a45 View commit details
    Browse the repository at this point in the history
  2. pruneSnapshots

    kushti committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    4b0aa89 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. calling prune()

    kushti committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2d3aa31 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    8705e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea355d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c47902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90060b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b2a248 View commit details
    Browse the repository at this point in the history
  6. utxoNetworkingSupported

    kushti committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a76d546 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Implement getSnapshotsInfo message

    refer #1517
    knizhnik committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0352912 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    58d9a1b View commit details
    Browse the repository at this point in the history
  2. fromLatestSnapshot

    kushti committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2d3f4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76f5af View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    80ed884 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    22d9adb View commit details
    Browse the repository at this point in the history
  2. fixing messages sizes

    kushti committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    7c743dc View commit details
    Browse the repository at this point in the history
  3. merging with remote

    kushti committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3e875cc View commit details
    Browse the repository at this point in the history
  4. ChangedState

    kushti committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f9c6ead View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    26f4f3c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. fixing GetSnapshotInfo

    kushti committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6c63fa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Merge pull request #1521 from ergoplatform/i1517

    Implement getSnapshotsInfo message
    kushti authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    84bd7a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. merging w. master

    kushti committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    78dc2de View commit details
    Browse the repository at this point in the history
  2. merging with parent branch

    kushti committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2d21df5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. merging w. remote

    kushti committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    58ec522 View commit details
    Browse the repository at this point in the history
  2. fixing getsnapshot processing

    kushti committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    a77205f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    f37c72e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Fix matching messages in msgHandlers

    refer #1552
    knizhnik committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    427aec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. slicedTree, simplifying tests

    kushti committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    a405038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e20da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1571 from ergoplatform/i1552

    Add GetManifest/GetSnapshotChunk messages
    kushti authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    31a0b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. merging w. 4.0.32

    kushti committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    333e56e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. merging w. 4.0.35 candidate

    kushti committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1c69cde View commit details
    Browse the repository at this point in the history
  2. merging with ENVS refactoring

    kushti committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    52794bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    31eb791 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. merging w. 4.0.37

    kushti committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5082d0d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    c6a6de1 View commit details
    Browse the repository at this point in the history
  2. UtxoSetNetworkingFilter

    kushti committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3f73ad7 View commit details
    Browse the repository at this point in the history
  3. merging w. remote

    kushti committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    cf06782 View commit details
    Browse the repository at this point in the history
  4. fixing imports

    kushti committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    007ad88 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    12c7fde View commit details
    Browse the repository at this point in the history
  2. merging w. 4.0.37

    kushti committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    d6322ca View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    c60a69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33b218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7cce4d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    537eebc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. merging w. 5.0.4

    kushti committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5ded307 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    de846ec View commit details
    Browse the repository at this point in the history
  2. new sections in EIP draft

    kushti committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d961daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9284c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. log.info instead of println

    kushti committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    6aaeb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    26047e9 View commit details
    Browse the repository at this point in the history
  2. sectionIdsWithNoProof

    kushti committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b2a52d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    035b43a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3e2c59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6369ecb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1514 from ergoplatform/utxo-snapshot-networking

    [WIP] Utxo snapshot networking
    kushti authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a682d75 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. requestSnapshotInfo

    kushti committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e613f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346c8ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0595b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    593cfe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. processUtxoSnapshotChunk

    kushti committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    80f87e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. InitStateFromSnapshot

    kushti committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    60d66e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    b13961c View commit details
    Browse the repository at this point in the history
  2. more log output

    kushti committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    20b5437 View commit details
    Browse the repository at this point in the history
  3. fixin init issues

    kushti committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9781ef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61331b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    db5dd1a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. utxo set snapshot filter test

    kushti committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    94ff33e View commit details
    Browse the repository at this point in the history
  2. known peers in sync tracker

    kushti committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    5f059df View commit details
    Browse the repository at this point in the history
  3. log in sendSnapshotsInfo

    kushti committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b387aa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    438bd7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00fd66f View commit details
    Browse the repository at this point in the history
  6. checkUtxoSetManifests

    kushti committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b6962c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    637c5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbb1c7 View commit details
    Browse the repository at this point in the history
  3. downloading latest snapshot

    kushti committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    42bf44b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    605c77d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. requestMoreChunksIfNeeded

    kushti committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e643271 View commit details
    Browse the repository at this point in the history
  2. moving isGenesis to reader

    kushti committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e2d0ba0 View commit details
    Browse the repository at this point in the history
  3. utxoSnapshotApplied

    kushti committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6ce1111 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    381e281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c22a4a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    566780c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    9b2d5f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. createPersistentProver

    kushti committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    85864ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484c037 View commit details
    Browse the repository at this point in the history
  3. writing metadata to state db

    kushti committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f96dc1f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    9f31fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea4969 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    37537d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. re-requesting non-delivered utxo set chunks via delivery tracker, do …

    …not ask for snapshots info when one is chosen
    kushti committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    7fd67c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c0a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ece26 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. bigger state size in test

    kushti committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    6bb08d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    dc69ee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. redownloading chunk fixed

    kushti committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    bd9f697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfe30d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23df49c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    dbf8d49 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    022855d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30be43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c70a2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f10438 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f22380c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    4dca828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b7cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f7aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    695efec View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    572a80f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. fromSnapshot removed

    kushti committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    cfc37fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdb513 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. UtxoSnapshotChunk removed

    kushti committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6b130da View commit details
    Browse the repository at this point in the history
  2. UTXOSnapshotManifest removed

    kushti committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    13068e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    77b774c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    e840c1b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    e7c4983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f153c66 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    17142c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    98e6c97 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    4289417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ba48cc View commit details
    Browse the repository at this point in the history
  3. merging w. master

    kushti committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7ef0fbe View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. minor styling improvements

    kushti committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    df13aff View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    bdac932 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    4ba17f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. merging w. 5.0.7

    kushti committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b28f00a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    24d9728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96bd7c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. SnapshotsInfoSpecification

    kushti committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    09bdb67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8612322 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. merging w. 5.0.7

    kushti committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f988d35 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. merging with master

    kushti committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1707790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da650a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. storingUtxoSnapshots setting

    kushti committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3059103 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. storing from snapshot

    kushti committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7803bec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fixing test

    kushti committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    33fe159 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. dump in Future, code cleaning

    kushti committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3aa3281 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    2c83233 View commit details
    Browse the repository at this point in the history
  2. ErgoSerializer, scaladoc

    kushti committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5c1f825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bfbca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. merging w. master

    kushti committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    31b9641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12bc76 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    d4b0603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31296c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. SnapshotsInfoSerializer

    kushti committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a5b6531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f067833 View commit details
    Browse the repository at this point in the history
  3. test for pruning

    kushti committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a1b44f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. scaladoc in SnapshotsDb

    kushti committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0d86318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f539cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1c0922 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. expectedRootHash

    kushti committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    583ecc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    ccfa678 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. merging w 5.0.11

    kushti committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7778623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8a8bb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. UtxoSettings

    kushti committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7e12ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db2c62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    111b881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f919805 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    3aa87db View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    724958a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a545164 View commit details
    Browse the repository at this point in the history
  3. merging w. 5.0.12

    kushti committed May 1, 2023
    Configuration menu
    Copy the full SHA
    84b79e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957429b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b59e04f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    95d2168 View commit details
    Browse the repository at this point in the history
  2. removing unused code #1

    kushti committed May 2, 2023
    Configuration menu
    Copy the full SHA
    57f1010 View commit details
    Browse the repository at this point in the history
  3. removing unused code #2

    kushti committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ed8b416 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    b73ef27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be0153 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. 5.0.12 todo removed

    kushti committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fd35b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ef9d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0482fc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad8784 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. code cleaning 1

    kushti committed May 5, 2023
    Configuration menu
    Copy the full SHA
    178bd2d View commit details
    Browse the repository at this point in the history
  2. _utxoSnapshotApplied removed, startingTime removed from UtxoSetSnapsh…

    …otDownloadPlan, scaladocs
    kushti committed May 5, 2023
    Configuration menu
    Copy the full SHA
    54f601c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    4cc7d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133f82d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    4fcb85b View commit details
    Browse the repository at this point in the history
  2. more code polishing

    kushti committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f635b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb1b033 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #1992 from ergoplatform/i1991

    Eliminate insert(values: Array[(K, V)]) in LDBKVStore
    kushti authored May 10, 2023
    Configuration menu
    Copy the full SHA
    946e70d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. emptyArrayOfByteArray

    kushti committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1feac92 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    f4b2654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a272ffc View commit details
    Browse the repository at this point in the history
  3. merging w. 5.0.12

    kushti committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f3d2a5d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'utxo-set-bootstrapping' of github.com:ergoplatform/ergo…

    … into utxo-set-bootstrapping
    kushti committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e63ea9b View commit details
    Browse the repository at this point in the history