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

Deploy V3 to QA Quickstart #135

Merged
merged 38 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
01ef40b
sudoken: v0.0.5
zo-el Oct 3, 2022
bc62211
sudoken: v0.0.6
robbiecarlton Nov 17, 2022
14e74e3
hc_seed_bundle: v0.1.4
zo-el Nov 18, 2022
9c6c2f9
Merge pull request #117 from Holo-Host/bump-dependecies-22-11-17
robbiecarlton Nov 21, 2022
a27807a
holochain: v0.1.0-rc
zo-el Dec 28, 2022
8c0f5a0
version bump
zo-el Dec 28, 2022
607bdca
seed-bundle: holoport_key
zo-el Dec 28, 2022
5177e95
set code owners
alastairong Mar 6, 2023
2d2a1fe
Merge pull request #118 from Holo-Host/add-codeowner
alastairong Mar 7, 2023
bfaced6
sudoken: 0.0.9
zo-el May 15, 2023
cbb63d8
fix: quick-start-status-code
Feb 9, 2024
711b08e
Merge pull request #121 from Holo-Host/fix/quick-start-status-code
peeech Feb 9, 2024
d3900b5
bump sodoken
peeech Apr 25, 2024
83facc7
bump wasm-bindgen-cli
peeech Apr 25, 2024
42586e7
use workspace.dependencies
peeech Apr 25, 2024
a36f862
bump ed25519-dalek to 2.1.1
peeech Apr 25, 2024
ca14a0d
update versions in Cargo.toml
peeech Apr 26, 2024
fc27468
move to flake.nix
peeech May 1, 2024
ba35220
Merge pull request #126 from Holo-Host/audit-fixes
peeech Jun 5, 2024
fac41ee
update cargo deps
peeech Jun 14, 2024
27b81ea
Merge pull request #128 from Holo-Host/cargo-update
peeech Jun 14, 2024
b7bbda5
wip: v3
zo-el May 14, 2024
70075dc
wip: v3
zo-el May 14, 2024
e8a3e26
fix tests
zo-el May 29, 2024
beb45be
added todos
zo-el May 29, 2024
b8855a9
hpos-config: tests
zo-el Jun 3, 2024
7396ddc
Interim commit with tests passing
Jul 12, 2024
d1c7a78
ui tweaks and v3 updates
Paterick Jul 18, 2024
01a6d91
git ignore
Paterick Jul 18, 2024
526188a
pass pubkeys as bytes
zo-el Jul 18, 2024
557d5bb
fix error on multiple hps, ui tweaks, and re-enable memproof check
Paterick Jul 24, 2024
0a2a37a
design review changes
Paterick Jul 25, 2024
84a93ca
pr feedback suggestions
Paterick Jul 30, 2024
6125ac1
Merge pull request #130 from Holo-Host/v3_ui_tweaks-suggestion
Paterick Jul 30, 2024
4b907cc
fix package-lock issue
alastairong1 Aug 19, 2024
2247aaa
Added missing v3 implementation (#131)
mattgeddes Aug 21, 2024
77d740c
Added missing commit for host pub key (#134)
mattgeddes Aug 22, 2024
0f86dab
feat: set up direnv, formatter and format flake (#133)
steveej Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading