Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Add ability to save inclusion proofs at every new block #9197

Merged
merged 8 commits into from
Mar 6, 2024

Commits on Feb 2, 2024

  1. ♻️ Add ability to save inclusion proofs at every new block

    - Add config to take keepInclusionProofsForHeights and inclusionProofKeys
    - Add DB update to get/set/delete inclusionProofs
    - Add handler in new block event to save inclusion proofs
    - Add endpoint for chain to get inclusion proofs by height
    ishantiw committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    522ad5f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 12, 2024

  1. ✅ Fix tests

    ishantiw committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    963b22d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5c944 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. ✅ Update snapshot

    ishantiw committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9a28042 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 29, 2024

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

Commits on Mar 6, 2024

  1. ✅ Disable unstable test

    ishantiw committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7b0fcdf View commit details
    Browse the repository at this point in the history