Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

implement bitfield signing subsystem #1364

Merged
merged 17 commits into from
Jul 23, 2020
Merged

implement bitfield signing subsystem #1364

merged 17 commits into from
Jul 23, 2020

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    170efd3 View commit details
    Browse the repository at this point in the history
  2. work from previous bitfield signing effort

    There were large merge issues with the old bitfield signing PR, so
    we're just copying all the work from that onto this and restarting.
    
    Much of the existing work will be discarded because we now have better
    tools available, but that's fine.
    coriolinus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    ed778a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8d312c View commit details
    Browse the repository at this point in the history
  4. implement construct_availability_bitvec

    It's not an ideal implementation--we can make it much more concurrent--
    but at least it compiles.
    coriolinus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6d3081a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29cc1c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5807799 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00ef611 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fc7780 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    684038f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f14ffe5 View commit details
    Browse the repository at this point in the history
  11. more concisely handle overflow

    Co-authored-by: Andronik Ordian <write@reusable.software>
    coriolinus and ordian authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    89ff07b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    51dbee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b8b54 View commit details
    Browse the repository at this point in the history
  3. Revert "fix more multi-From inference issues"

    This reverts commit f14ffe5.
    coriolinus committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    4410c87 View commit details
    Browse the repository at this point in the history
  4. impl From<i32> for ParaId

    coriolinus committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    528cf9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7779405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    333d076 View commit details
    Browse the repository at this point in the history