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

EXP: debug multisigfile loading #3333

Open
wants to merge 42 commits into
base: latest
Choose a base branch
from
Open

EXP: debug multisigfile loading #3333

wants to merge 42 commits into from

Commits on Aug 21, 2024

  1. make error catchable

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6b1d1bb View commit details
    Browse the repository at this point in the history
  2. flag another problematic unwrap

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7e73e8f View commit details
    Browse the repository at this point in the history
  3. more

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2896c49 View commit details
    Browse the repository at this point in the history
  4. more

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    45b1a8f View commit details
    Browse the repository at this point in the history
  5. upd log message

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e8d7999 View commit details
    Browse the repository at this point in the history
  6. provide correct error

    ctb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    53bcf02 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d467d9f View commit details
    Browse the repository at this point in the history
  2. Revert "provide correct error"

    This reverts commit 53bcf02.
    ctb committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5f1eef6 View commit details
    Browse the repository at this point in the history
  3. Revert "switch Manifest from paths to TryFrom"

    This reverts commit d467d9f.
    ctb committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eb46ecd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. poor person's picklist?

    ctb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    923af44 View commit details
    Browse the repository at this point in the history
  2. add picklist select

    ctb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    315dfff View commit details
    Browse the repository at this point in the history
  3. ok

    ctb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1fb658a View commit details
    Browse the repository at this point in the history
  4. picklist by ref

    ctb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a122982 View commit details
    Browse the repository at this point in the history
  5. add manifest.is_empty()

    ctb committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    39816ab View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. update revindex indexing message

    ctb committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    61416fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7abe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e3a09 View commit details
    Browse the repository at this point in the history
  4. do we not need len?

    ctb committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    fe75c6c View commit details
    Browse the repository at this point in the history
  5. nope, don't need em

    ctb committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5fb20fc View commit details
    Browse the repository at this point in the history
  6. revert for now

    ctb committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2c59010 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    c8477df View commit details
    Browse the repository at this point in the history
  2. adjust select_picklist per luiz

    ctb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6fee403 View commit details
    Browse the repository at this point in the history
  3. simplify and encapsulate

    ctb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0675402 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    ctb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    17f50ef View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. add a test of intersect_manifest

    ctb committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    39c140b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f72c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    2146f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32839ae View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    ctb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    43ee757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31aa378 View commit details
    Browse the repository at this point in the history
  5. remove identity closure

    ctb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1594dc4 View commit details
    Browse the repository at this point in the history
  6. add in a print for debugging

    ctb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2465c02 View commit details
    Browse the repository at this point in the history
  7. more print

    ctb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5af5f45 View commit details
    Browse the repository at this point in the history
  8. remove prints

    ctb committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b46565d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    b7a9850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c26752 View commit details
    Browse the repository at this point in the history
  3. panic in bad circumstances

    ctb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    63df7a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Sep 24, 2024

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

    ctb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    70b1c5d View commit details
    Browse the repository at this point in the history
  3. ??

    ctb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b95ea9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    075efde View commit details
    Browse the repository at this point in the history