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

Filter out auth chain queries that don't exist #16552

Commits on Oct 25, 2023

  1. Exclude sending a database query that can't exist

    Auth chain chain_id's and sequence numbers can't be zero, but that can appear in the query here. Stop that from showing up.
    realtyem committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    71d8645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f253e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. changelog

    realtyem committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    76e2aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5791fa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    21c44fc View commit details
    Browse the repository at this point in the history
  2. Just continue the for loop if the sequence number is 1, since that wi…

    …ll be the first item in that chain anyways
    realtyem committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    94e22c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Remove comment

    realtyem committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3eaeaff View commit details
    Browse the repository at this point in the history