Pinned
451 contributions in the last year
Less
More
Contribution activity
March 2021
Created 121 commits in 1 repository
Created a pull request in tqtezos/tezos-k8s that received 3 comments
Mkchain readme updates
There were some other doc updates i failed to realize that should have been part of last PR. Whenever you guys get around to looking at this and ap…
+108
−68
•
3
comments
Opened 5 other pull requests in 1 repository
tqtezos/tezos-k8s
5
merged
Reviewed 11 pull requests in 1 repository
tqtezos/tezos-k8s 11 pull requests
Created an issue in tqtezos/tezos-k8s that received 2 comments
User should not need to specify chain-type when running mkchain
mkchain should set the type by itself.
If running with Zerotier params, set to private
If running with no Zerotier params and no --network provide…
2
comments
Opened 16 other issues in 1 repository
tqtezos/tezos-k8s
6
open
10
closed
- Investigate/Implement rpc-auth chart being its own standalone chart
- Block hash / key gen is only unsafe if the block hash is deterministically generated
- Need to handle importing keys into Helm more securely
- Don't try to gen deterministic data if joining a public chain
- wait-for-bootstrap: Should attempt to hit the endpoint of the bootstrap node before waiting
- The names of the baker/node statefulsets should be templatized in Helm
- Remove chain_type parameter from code
- config-generator should error if no bootstrap peers are found for a non-bootstrap node
- Every baker/pod should verify that it has a secret key and fail if not
- Update mkchain for new values.yaml format
- Make expected proof of work for identity generation configurable
- values.yaml: Apply a better structure for network params to mimic config.json
- Make separate snapshot url properties for rolling and and full in values.yaml
- Add ability to toggle if commitments should be added or not to parameters.json
- Infer a key's type from the key itself
- Add NOTES.txt to Helm chart