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

zero indexer #3

Draft
wants to merge 38 commits into
base: dev
Choose a base branch
from
Draft

zero indexer #3

wants to merge 38 commits into from

Commits on Dec 30, 2023

  1. support brc0 by rpc

    BananaLF committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3e43d79 View commit details
    Browse the repository at this point in the history
  2. solve brc-20 bug

    BananaLF committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    851153d View commit details
    Browse the repository at this point in the history
  3. solve transfer bug

    BananaLF committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    01a500e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. support brc20

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c0e11f0 View commit details
    Browse the repository at this point in the history
  2. parallel read

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5d9c899 View commit details
    Browse the repository at this point in the history
  3. table opt

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    38f3e5b View commit details
    Browse the repository at this point in the history
  4. rename

    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    947ed50 View commit details
    Browse the repository at this point in the history
  5. table opt

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c74b801 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/brc20' into sunstrider/zeroindexer

    # Conflicts:
    #	src/okx/protocol/mod.rs
    #	src/subcommand/server/ord/mod.rs
    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    a3fcd52 View commit details
    Browse the repository at this point in the history
  7. table opt

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    67d677d View commit details
    Browse the repository at this point in the history
  8. add logs

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    687b356 View commit details
    Browse the repository at this point in the history
  9. support zero indexer

    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    1724d10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d400bae View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/brc20' into sunstrider/zeroindexer

    # Conflicts:
    #	src/okx/protocol/context.rs
    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    6c90ccd View commit details
    Browse the repository at this point in the history
  12. solve a bug

    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    92e66d4 View commit details
    Browse the repository at this point in the history
  13. change height

    BananaLF committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    079c24a View commit details
    Browse the repository at this point in the history
  14. fix bug of cache

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    8ec4282 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1d4ba5 View commit details
    Browse the repository at this point in the history
  16. update log

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    7f5c065 View commit details
    Browse the repository at this point in the history
  17. fix bug of table

    yann-sjtu committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    6b56b48 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    a2f62e6 View commit details
    Browse the repository at this point in the history
  2. add lru

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    62fbfe9 View commit details
    Browse the repository at this point in the history
  3. add rpc of crawler height

    BananaLF committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6b74c59 View commit details
    Browse the repository at this point in the history
  4. update tx out cache

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4c4ad73 View commit details
    Browse the repository at this point in the history
  5. update log

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    b34fed7 View commit details
    Browse the repository at this point in the history
  6. use simple lru

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f365d78 View commit details
    Browse the repository at this point in the history
  7. delete simulate

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    26ca3ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    012a178 View commit details
    Browse the repository at this point in the history
  9. update default lru_size

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    7b4c629 View commit details
    Browse the repository at this point in the history
  10. update

    yann-sjtu committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    94616c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. update

    yann-sjtu committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f9934a6 View commit details
    Browse the repository at this point in the history
  2. fix cache feature

    yann-sjtu committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b7588b5 View commit details
    Browse the repository at this point in the history
  3. add rpc of inscriptions_op

    BananaLF committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    aaf484e View commit details
    Browse the repository at this point in the history
  4. fix lru

    yann-sjtu committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    01b408b View commit details
    Browse the repository at this point in the history
  5. update

    yann-sjtu committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c2ea833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c830e39 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/brc20' into sunstrider/zeroindexer

    # Conflicts:
    #	src/index/updater.rs
    #	src/okx/protocol/context.rs
    #	src/subcommand/server/ord/mod.rs
    BananaLF committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bb1d8b9 View commit details
    Browse the repository at this point in the history
  8. remove warning

    BananaLF committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7550f5f View commit details
    Browse the repository at this point in the history