v1.7.4
This release includes functionality to generate bls enabled networks of any size, and to improve support of docker environements and environments with proxies.
The AvalancheGo dependencies are updated to v1.10.18.
Updates
- Generate genesis for networks of any number of nodes, all bls enabled
- Detecs if anr is inside of a docker environment, and changes node settings for the network to properly work
- Uses localhost instead of 0.0.0.0 for node referencing, so as to fix issues with environments that use proxies.
- Bumps avalanchego to 1.10.18
Fixes
- Uses localhost intead of 0.0.0.0 to fix broken envs using proxy
Changelog
- 2912d66 Merge pull request #696 from ava-labs/v1.7.4-VERSION-FILE
- 912deeb set VERSION file to 1.7.4
- 510d813 Merge pull request #694 from ava-labs/avago-1-10-18
- 90aa9ae use non zero port
- 12a50ed wip fix unit test
- 34dddbc bump avalanchego
- 1042058 Merge pull request #693 from ava-labs/generate-genesis
- f6785b5 address PR comments
- dd300a9 fix unit tests
- 54667ff lint
- e8f4bbe update default config funded addresses description
- 79101de add missing file
- b5aae08 make genesis generation to depend on staking key files
- 02cb1b8 start unifying encoding/decoding
- 56c61b6 simplificate default conf generation
- 4d427ac Merge branch 'main' into generate-genesis
- 5309eee Merge pull request #687 from ava-labs/allow-remote-api-calls-on-container
- 27b6d31 address PR comments
- e06091f Merge branch 'main' into allow-remote-api-calls-on-container
- eba8fd4 Merge pull request #689 from ava-labs/require-c-compiler-on-build
- be2909c nits
- c0340cc working
- 45621a9 nit
- b4cd0aa add genesis generator
- 6e4c943 concurrently generate multiple node keys
- e87d71c ask for c compiler when building
- d3f9c3b just starting
- e5ee655 nit
- 1ec81f3 allow remote api calls if inside a docker container
- 2f3ceed Merge pull request #685 from ava-labs/genesis-with-bls-signers
- f4c099d Merge branch 'main' into genesis-with-bls-signers
- 5616c9e Merge pull request #684 from ava-labs/proxy-fix
- 6fa595d nit
- 8998ef0 add bls information to default genesis
- 00d6306 use localhost instead of 0.0.0.0 for proxy fix