Skip to content

Commit

Permalink
Deploy V3 to QA Quickstart (#135) (#136) (#137)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: zo-el <[email protected]>
Co-authored-by: Robbie Carlton <[email protected]>
Co-authored-by: Alastair Ong <[email protected]>
Co-authored-by: Zeeshan <[email protected]>
Co-authored-by: peeech <[email protected]>
Co-authored-by: Matthew Geddes <[email protected]>
Co-authored-by: Patrick Winfield <[email protected]>
Co-authored-by: Patrick Winfield <[email protected]>
Co-authored-by: Matthew Geddes <[email protected]>
Co-authored-by: Matthew Geddes <[email protected]>
Co-authored-by: Stefan Junker <[email protected]>
  • Loading branch information
13 people committed Sep 4, 2024
1 parent 178e205 commit b5724f5
Show file tree
Hide file tree
Showing 36 changed files with 9,617 additions and 6,795 deletions.
5 changes: 5 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi

use flake . --fallback --keep-going
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @zo-el
/gen-web/ @mateuszRybczonek

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ pkg/
result
target/
worker/
.cargo/
.direnv/
Loading

0 comments on commit b5724f5

Please sign in to comment.