Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Hashed parachain spec #248

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9123b79
added hashed parachain spec
mgravitt Nov 7, 2022
4fca3c6
collator/src/*
mgravitt Nov 13, 2022
13668c5
luhn chain spec
mgravitt Nov 13, 2022
c2ec97b
updates to spec and address-checker
mgravitt Nov 13, 2022
c103811
updated luhn spec
mgravitt Nov 20, 2022
7ef9e04
Merge pull request #265 from hashed-io/feature/luhn-chain-spec
mgravitt Nov 20, 2022
f80a035
updated hashed spec
mgravitt Nov 20, 2022
3f3db1b
adding hashed dockerfile
mgravitt Nov 23, 2022
82031f8
updating hashed collator supporting files
mgravitt Nov 24, 2022
f885e2f
updating manifests
mgravitt Nov 28, 2022
8a08de4
changing labels and protocol ID in rust
mgravitt Nov 30, 2022
2b25e70
Developed hashed-collator manifests. Developed luhn collator manifest…
sebastianmontero Dec 1, 2022
507f536
Updated image name of hashed-collator and luhn-collator manifests.
sebastianmontero Dec 5, 2022
04b2ae3
Updated start collator script to accept the base-path as parameter. U…
sebastianmontero Dec 7, 2022
b3bfec6
Updated manifests of collators with the latest image.
sebastianmontero Dec 7, 2022
db3f834
updated start_collator usage message
sebastianmontero Dec 7, 2022
b21fdc0
Updated image for hashed collator manifest. Updated image for luhn c…
sebastianmontero Dec 12, 2022
c85551c
added logs to the luhn collator
sebastianmontero Dec 14, 2022
2fdb0d6
Increased disk space for the hashed collator 1
sebastianmontero Dec 14, 2022
1531476
Updated start_collator script to include md5.
sebastianmontero Dec 22, 2022
d652784
Developed md5 collator deployment manifest. Developed md5 collator in…
sebastianmontero Dec 23, 2022
05c4898
Developed start collator script to enable the specification of the no…
sebastianmontero Dec 23, 2022
6aa210d
Started developing luhn-collator statefulset template.
sebastianmontero Dec 23, 2022
a5c7ebe
Updated the luhn collator statefulset.
sebastianmontero Dec 24, 2022
43fd31a
Updated image in luhn-collator-1-statefulset
sebastianmontero Dec 24, 2022
c76e305
Developed statefulset manifest for hashed-collator-1.Developed statef…
sebastianmontero Dec 24, 2022
e661c0d
Added optional node-key parameter to start collator script
sebastianmontero Dec 25, 2022
1a8b76f
Added zombinet files
sebastianmontero Feb 18, 2023
9877a66
Updated start_collator script to use raw chain specs
sebastianmontero Feb 18, 2023
d8b0f51
updated raw spec
sebastianmontero Feb 19, 2023
10d4951
Udpated manifests
sebastianmontero Feb 21, 2023
06507ad
Updated hashed collator raw spec
sebastianmontero Feb 21, 2023
5cf576a
Updated hashed-collator stateful set manifests
sebastianmontero Feb 21, 2023
373f465
Updated bootnodes for hashed collators
sebastianmontero Feb 24, 2023
ffe4ccd
Added zombinet file
sebastianmontero Feb 24, 2023
972da7e
Increased resource limits for the collators statefulsets
sebastianmontero Feb 28, 2023
e7e6cc4
Developed hashed-collator-3 ingress manifest. Developed hashed-collat…
sebastianmontero Mar 12, 2023
9273483
mend
sebastianmontero Mar 12, 2023
797e42e
Updated start collator script to enable the specification of the list…
sebastianmontero Mar 12, 2023
51b6fc3
Updated collator statefulsets with the new env vars
sebastianmontero Mar 13, 2023
ece3533
Updated manifest with the wss bootnode url
sebastianmontero Mar 15, 2023
e4d912c
Updated the md5 chain to closer resemble the hashed deployment.
sebastianmontero Apr 18, 2023
87bff67
Added md5 network chain spec, raw chain spec, genesis state and wasm
sebastianmontero Apr 19, 2023
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
Prev Previous commit
Next Next commit
Updated manifest with the wss bootnode url
  • Loading branch information
sebastianmontero committed Mar 15, 2023
commit ece3533d209e82cc10bfdba073ca4d00b094ec9d
2 changes: 1 addition & 1 deletion k8-manifests/hashed-collator-3-statefulset-aws.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ spec:
mountPath: /var/www/hashed/hashed
env:
- name: BOOTNODES
value: "/dns/c2.p2p.hashed.network/tcp/443/p2p/12D3KooWBdoiZsvYnYnWEdefordNhwSaueiiFmuKnZewomkps4sz"
value: "/dns/c2.p2p.hashed.network/tcp/443/wss/p2p/12D3KooWBdoiZsvYnYnWEdefordNhwSaueiiFmuKnZewomkps4sz"
- name: LISTEN_ADDR
value: "/ip4/0.0.0.0/tcp/40333/ws"
- name: RUST_LOG