Block or Report
Block or report danlaine
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
1,681 contributions in the last year
Less
More
Contribution activity
November 2021
Created 148 commits in 4 repositories
Created a pull request in ava-labs/avalanche-network-runner that received 1 comment
Opened 26 other pull requests in 3 repositories
ava-labs/avalanche-network-runner
20
merged
1
closed
- don't export DefaultNetworkConfig and don't overwrite its fields
- lower log level
- always stop network
- test nits
- k8s namespace rename default --> dev
- refactor local main; embed config files; don't require user to provide node ID and network ID
- test changes; make ErrStopped exported; move back Dockerfile
- More nits, cleanup, renamings
- show API use in example
- suggestions
- always start beacons first
- remove unused files
- run k8s example on push
- remove context.TODO()s
- Optionally generate genesis
- nits
- Make local runner unit testable
- add type-specific node config
- Fix linting
- Revert package structure changes
- allow user to not specify staking key/cert; add config validation; au…
ava-labs/avalanche-docs
4
merged
ava-labs/avalanchego-operator
1
merged
Reviewed 32 pull requests in 3 repositories
ava-labs/avalanche-network-runner
24 pull requests
- Implement k8s unit tests with mocks; implement get api and url methods
- No overwrite given conf
- Readme format
- Create default local network
- don't export DefaultNetworkConfig and don't overwrite its fields
- add methods to get api and stake url
- Allow for certificates and genesis to be passed to kubernetes
- always stop network
- expand example with node addition and removal
- sync readme, comments, code, regarding validation and conf fields
- refactor local main; embed config files; don't require user to provide node ID and network ID
- test nits
- Add commented tests
- test changes; make ErrStopped exported; move back Dockerfile
- update to avalanchego 1.6.5
- Optionally generate genesis
- update to avalanche-network-runner
- Local runner unit tests
- Integrate PR comments from last review
- nits
- Make local runner unit testable
- K8s integration
- allow user to not specify staking key/cert; add config validation; au…
- Add locking to prevent race conditions; expand example main.go