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

Added missing v3 implementation #131

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Added missing v3 implementation #131

merged 4 commits into from
Aug 21, 2024

Conversation

mattgeddes
Copy link
Contributor

It looks like someone already merged the rest of my v3config branch changes into develop. I don't know why and didn't see a PR or review for that. This PR catches on missing V3 config case though.

@mattgeddes mattgeddes self-assigned this Aug 15, 2024
@mattgeddes mattgeddes requested a review from zo-el as a code owner August 15, 2024 19:47
@mattgeddes mattgeddes merged commit 2247aaa into develop Aug 21, 2024
1 check passed
@mattgeddes mattgeddes deleted the v3config branch August 21, 2024 03:35
vladossol pushed a commit that referenced this pull request Sep 2, 2024
* sudoken: v0.0.5

* sudoken: v0.0.6

* hc_seed_bundle: v0.1.4

* holochain: v0.1.0-rc

* version bump

* seed-bundle: holoport_key

* set code owners

* sudoken: 0.0.9

* fix: quick-start-status-code

* bump sodoken

* bump wasm-bindgen-cli

* use workspace.dependencies

* bump ed25519-dalek to 2.1.1

* update versions in Cargo.toml

* move to flake.nix

* update cargo deps

* wip: v3

* wip: v3

* fix tests

* added todos

* hpos-config: tests

* Interim commit with tests passing

* ui tweaks and v3 updates

* git ignore

* pass pubkeys as bytes

* fix error on multiple hps, ui tweaks, and re-enable memproof check

* design review changes

* pr feedback suggestions

* fix package-lock issue

* Added missing v3 implementation (#131)

* Added missing v3 implementation

* Added email getter on Config

* Minimally updated gen-cli to use Clap

---------

Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>

* Added missing commit for host pub key (#134)

Co-authored-by: Matthew Geddes <matt.geddes@holo.host>

* feat: set up direnv, formatter and format flake (#133)

* configure direnv

* chore(nix): configure formatter and run `nix fmt`

---------

Co-authored-by: zo-el <joelulahanna@gmail.com>
Co-authored-by: Robbie Carlton <robbie.carlton@gmail.com>
Co-authored-by: Alastair Ong <alastair.ong@holo.host>
Co-authored-by: Zeeshan <zeeshan.abid.com@gmail.com>
Co-authored-by: peeech <pj@imagine-nyc.com>
Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Patrick Winfield <patrick.winfield@holo.host>
Co-authored-by: Patrick Winfield <Paterick@users.noreply.github.com>
Co-authored-by: Matthew Geddes <musicalcarrion@gmail.com>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Stefan Junker <1181362+steveej@users.noreply.github.com>
zeeshan595 pushed a commit that referenced this pull request Sep 4, 2024
* sudoken: v0.0.5

* sudoken: v0.0.6

* hc_seed_bundle: v0.1.4

* holochain: v0.1.0-rc

* version bump

* seed-bundle: holoport_key

* set code owners

* sudoken: 0.0.9

* fix: quick-start-status-code

* bump sodoken

* bump wasm-bindgen-cli

* use workspace.dependencies

* bump ed25519-dalek to 2.1.1

* update versions in Cargo.toml

* move to flake.nix

* update cargo deps

* wip: v3

* wip: v3

* fix tests

* added todos

* hpos-config: tests

* Interim commit with tests passing

* ui tweaks and v3 updates

* git ignore

* pass pubkeys as bytes

* fix error on multiple hps, ui tweaks, and re-enable memproof check

* design review changes

* pr feedback suggestions

* fix package-lock issue

* Added missing v3 implementation (#131)

* Added missing v3 implementation

* Added email getter on Config

* Minimally updated gen-cli to use Clap

---------





* Added missing commit for host pub key (#134)



* feat: set up direnv, formatter and format flake (#133)

* configure direnv

* chore(nix): configure formatter and run `nix fmt`

---------

Co-authored-by: alastairong1 <alastair.ong.a7o@gmail.com>
Co-authored-by: zo-el <joelulahanna@gmail.com>
Co-authored-by: Robbie Carlton <robbie.carlton@gmail.com>
Co-authored-by: Alastair Ong <alastair.ong@holo.host>
Co-authored-by: Zeeshan <zeeshan.abid.com@gmail.com>
Co-authored-by: peeech <pj@imagine-nyc.com>
Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Patrick Winfield <patrick.winfield@holo.host>
Co-authored-by: Patrick Winfield <Paterick@users.noreply.github.com>
Co-authored-by: Matthew Geddes <musicalcarrion@gmail.com>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Stefan Junker <1181362+steveej@users.noreply.github.com>
zeeshan595 pushed a commit that referenced this pull request Sep 4, 2024
* sudoken: v0.0.5

* sudoken: v0.0.6

* hc_seed_bundle: v0.1.4

* holochain: v0.1.0-rc

* version bump

* seed-bundle: holoport_key

* set code owners

* sudoken: 0.0.9

* fix: quick-start-status-code

* bump sodoken

* bump wasm-bindgen-cli

* use workspace.dependencies

* bump ed25519-dalek to 2.1.1

* update versions in Cargo.toml

* move to flake.nix

* update cargo deps

* wip: v3

* wip: v3

* fix tests

* added todos

* hpos-config: tests

* Interim commit with tests passing

* ui tweaks and v3 updates

* git ignore

* pass pubkeys as bytes

* fix error on multiple hps, ui tweaks, and re-enable memproof check

* design review changes

* pr feedback suggestions

* fix package-lock issue

* Added missing v3 implementation (#131)

* Added missing v3 implementation

* Added email getter on Config

* Minimally updated gen-cli to use Clap

---------





* Added missing commit for host pub key (#134)



* feat: set up direnv, formatter and format flake (#133)

* configure direnv

* chore(nix): configure formatter and run `nix fmt`

---------

Co-authored-by: alastairong1 <alastair.ong.a7o@gmail.com>
Co-authored-by: zo-el <joelulahanna@gmail.com>
Co-authored-by: Robbie Carlton <robbie.carlton@gmail.com>
Co-authored-by: Alastair Ong <alastair.ong@holo.host>
Co-authored-by: Zeeshan <zeeshan.abid.com@gmail.com>
Co-authored-by: peeech <pj@imagine-nyc.com>
Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Patrick Winfield <patrick.winfield@holo.host>
Co-authored-by: Patrick Winfield <Paterick@users.noreply.github.com>
Co-authored-by: Matthew Geddes <musicalcarrion@gmail.com>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Stefan Junker <1181362+steveej@users.noreply.github.com>
vladossol pushed a commit that referenced this pull request Oct 1, 2024
* sudoken: v0.0.5

* sudoken: v0.0.6

* hc_seed_bundle: v0.1.4

* holochain: v0.1.0-rc

* version bump

* seed-bundle: holoport_key

* set code owners

* sudoken: 0.0.9

* fix: quick-start-status-code

* bump sodoken

* bump wasm-bindgen-cli

* use workspace.dependencies

* bump ed25519-dalek to 2.1.1

* update versions in Cargo.toml

* move to flake.nix

* update cargo deps

* wip: v3

* wip: v3

* fix tests

* added todos

* hpos-config: tests

* Interim commit with tests passing

* ui tweaks and v3 updates

* git ignore

* pass pubkeys as bytes

* fix error on multiple hps, ui tweaks, and re-enable memproof check

* design review changes

* pr feedback suggestions

* fix package-lock issue

* Added missing v3 implementation (#131)

* Added missing v3 implementation

* Added email getter on Config

* Minimally updated gen-cli to use Clap

---------

Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>

* Added missing commit for host pub key (#134)

Co-authored-by: Matthew Geddes <matt.geddes@holo.host>

* feat: set up direnv, formatter and format flake (#133)

* configure direnv

* chore(nix): configure formatter and run `nix fmt`

* feat: add passphrase confirmation (#138)

* Added some basic logging (#139)

Co-authored-by: Matthew Geddes <matt.geddes@holo.host>

---------

Co-authored-by: zo-el <joelulahanna@gmail.com>
Co-authored-by: Robbie Carlton <robbie.carlton@gmail.com>
Co-authored-by: Alastair Ong <alastair.ong@holo.host>
Co-authored-by: Zeeshan <zeeshan.abid.com@gmail.com>
Co-authored-by: Matthew Geddes <mg@versatus.io>
Co-authored-by: Patrick Winfield <patrick.winfield@holo.host>
Co-authored-by: Patrick Winfield <Paterick@users.noreply.github.com>
Co-authored-by: Alastair Ong <alastair.ong.a7o@gmail.com>
Co-authored-by: Matthew Geddes <musicalcarrion@gmail.com>
Co-authored-by: Matthew Geddes <matt.geddes@holo.host>
Co-authored-by: Stefan Junker <1181362+steveej@users.noreply.github.com>
Co-authored-by: Mateusz Rybczonek <mateuszRybczonek@users.noreply.github.com>
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