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

Unidirectional arcs pt. 2 #1283

Merged
merged 29 commits into from Mar 24, 2022
Merged

Unidirectional arcs pt. 2 #1283

merged 29 commits into from Mar 24, 2022

Commits on Mar 11, 2022

  1. Make DhtArc unidirectional -- defined by left edge rather than center

    This is a huge change, particularly to gossip behavior. With
    bidirectional arcs, when peers have roughly equivalently sized arcs,
    half of the peers who have overlapping arcs will not
    see each other or gossip with each other because their centerpoints are
    not contained within each others' arcs. With unidirectional arcs, this
    problem is removed at the expense of making peer discovery
    asymmmetrical.
    maackle committed Mar 11, 2022
    Copy the full SHA
    7df8947 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG

    maackle committed Mar 11, 2022
    Copy the full SHA
    f44107a View commit details
    Browse the repository at this point in the history
  3. Clippy

    maackle committed Mar 11, 2022
    Copy the full SHA
    83aadf0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    26d2428 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f3bb754 View commit details
    Browse the repository at this point in the history
  6. Rename ArcInterval -> DhtArc

    maackle committed Mar 11, 2022
    Copy the full SHA
    2536988 View commit details
    Browse the repository at this point in the history
  7. Fixes

    maackle committed Mar 11, 2022
    Copy the full SHA
    a60dadd View commit details
    Browse the repository at this point in the history
  8. Lots of clippy

    maackle committed Mar 11, 2022
    Copy the full SHA
    cda0496 View commit details
    Browse the repository at this point in the history
  9. Fix DhtArcBucket

    maackle committed Mar 11, 2022
    Copy the full SHA
    bdccd1d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    cd75c0b View commit details
    Browse the repository at this point in the history
  11. fmt

    maackle committed Mar 11, 2022
    Copy the full SHA
    32e8ddb View commit details
    Browse the repository at this point in the history
  12. Revert cutting edge clip

    maackle committed Mar 11, 2022
    Copy the full SHA
    fbc826e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Fix length calc error

    maackle committed Mar 12, 2022
    Copy the full SHA
    206bbd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Fix ascii tests

    maackle committed Mar 14, 2022
    Copy the full SHA
    1d2de41 View commit details
    Browse the repository at this point in the history
  2. Fix gap/redundancy tests

    maackle committed Mar 14, 2022
    Copy the full SHA
    bfa9fd2 View commit details
    Browse the repository at this point in the history
  3. Clippy

    maackle committed Mar 14, 2022
    Copy the full SHA
    5886748 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b76ccd View commit details
    Browse the repository at this point in the history
  5. Revert "Undo reorganization for cleaner diff (REVERT ME)"

    This reverts commit 5b76ccd.
    maackle committed Mar 14, 2022
    Copy the full SHA
    434069e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Inline powers of 2

    maackle committed Mar 16, 2022
    Copy the full SHA
    18c36b8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04c906d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b93cda View commit details
    Browse the repository at this point in the history
  4. Fix wasm test

    maackle committed Mar 16, 2022
    Copy the full SHA
    977a83d View commit details
    Browse the repository at this point in the history
  5. Clippy

    maackle committed Mar 16, 2022
    Copy the full SHA
    cb08bdb View commit details
    Browse the repository at this point in the history
  6. Fix ascii tests

    maackle committed Mar 16, 2022
    Copy the full SHA
    a52f1f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Copy the full SHA
    8b34d67 View commit details
    Browse the repository at this point in the history
  2. fmt

    maackle committed Mar 22, 2022
    Copy the full SHA
    caf64bb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add docs for DhtArc/Range

    maackle committed Mar 23, 2022
    Copy the full SHA
    c90aa7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1288 from holochain/unidirectional-arcs-4

    Unidirectional arcs pt. 4: split DhtArc into two types
    maackle committed Mar 23, 2022
    Copy the full SHA
    285ca29 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    58ba2c7 View commit details
    Browse the repository at this point in the history