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

Update combined network #1826

Closed
wants to merge 27 commits into from
Closed

Update combined network #1826

wants to merge 27 commits into from

Conversation

rob-maron
Copy link
Collaborator

@rob-maron rob-maron commented Sep 27, 2023

Updates the combined network to do the following:

  • adds primary/secondary logic
  • message de-duplication
  • adds tests

@rob-maron rob-maron changed the title Update combined-network Update combined network Sep 28, 2023
@rob-maron rob-maron marked this pull request as ready for review September 28, 2023 13:00
rob-maron and others added 8 commits September 28, 2023 14:46
* incorporate VID transaction commitments into hash

* remove commitment calculation

* fix number of transactions to send

* split out function

* generate transactions JIT
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.5 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.5...v4.4.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/3605f6c31ac62e055c0ab0dbfa251fa96285109d' (2023-09-23)
  → 'github:nix-community/fenix/3116ee073ab3931c78328ca126224833c95e6227' (2023-09-30)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/2b580a1f3c7bf7f2dd6d1462282362b80a6a3d91' (2023-09-22)
  → 'github:rust-lang/rust-analyzer/4791a5de21735e3d9414d131a4f973da9bae0537' (2023-09-29)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e12483116b3b51a185a33a272bf351e357ba9a99' (2023-09-21)
  → 'github:NixOS/nixpkgs/bd9b686c0168041aea600222be0805a0de6e6ab8' (2023-09-29)
DieracDelta
DieracDelta previously approved these changes Oct 1, 2023
Copy link
Contributor

@DieracDelta DieracDelta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I have a couple of small nits

DieracDelta
DieracDelta previously approved these changes Oct 1, 2023
dependabot bot and others added 9 commits October 2, 2023 13:39
* Bump generic-array from 0.14.7 to 1.0.0

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.0.0.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits/1.0.0)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* set generic-array dep to 0.14.7, make it a shared workspace dep

* update commit dep to latest main

* update jellyfish dep to latest main

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gus Gutoski <[email protected]>
Bumps [libp2p-identity](https://github.com/libp2p/rust-libp2p) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/rust-libp2p/commits)

---
updated-dependencies:
- dependency-name: libp2p-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…-identity-0.2.4

Bump libp2p-identity from 0.2.3 to 0.2.4
@rob-maron rob-maron closed this Oct 4, 2023
@rob-maron rob-maron deleted the rm/combined-network-updates branch October 6, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants