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

Feature/tezos synchronizer #742

Open
wants to merge 5 commits into
base: nrt_tezos
Choose a base branch
from

Commits on Feb 15, 2021

  1. Add a sequence util for tuple of futures

    Remi Barjon committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8649773 View commit details
    Browse the repository at this point in the history
  2. Implement new synchronizer for tezos

    Remi Barjon committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    614667b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Fix incremental synchronization

    Remi Barjon committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    67221f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Remove AbstractBlockchainExplorer dependency from TezosLikeBlockchain…

    …Explorer
    
    - Remove some unused code
    - Use single address instead of vector of addresses in explorer endpoints
    - Remove sessions mechanism from TezosLikeBlockchainExplorer
    Remi Barjon committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    74fcd02 View commit details
    Browse the repository at this point in the history
  2. Fix incremental synchronization for originated accounts

    Remi Barjon committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    a7fbd57 View commit details
    Browse the repository at this point in the history