Releases: chain4travel/camino-network-runner
Releases · chain4travel/camino-network-runner
v0.4.10
What's Changed
- New extended genesis plus necessary adjustments for supporting camino by @knikos in #26
- TECH-538: E2E Test SC Deployment from (Non) KYC Verified Addresses by @parousisv in #28
- Added new custom network for e2e tests by @knikos in #27
- TECH-538:[E2E Test]Genesis-Prep-for-SC_Testing by @parousisv in #29
- [E2E] Added 1-min deposit offer by @knikos in #32
- [E2E] Adjusted interestRateNominator for presale1min by @knikos in #33
- TECH-512-Genesis-Prep-for-MultiSig-Tx by @parousisv in #31
- TECH-535-Local-Network-Preparation by @parousisv in #34
- [E2E] Configured feeRewardExportMinAmount and feeRewardExportMinTimeInterval to facilitate testing by @knikos in #35
- Upgrade to 1.4.0 by @knikos in #37
- [WORKFLOW] Remove darwin build compatibility by @knikos in #38
- [FLAGS] Add new flag http-insecure-localhost in e2e tests by @knikos in #39
New Contributors
- @knikos made their first contribution in #26
- @parousisv made their first contribution in #28
Full Changelog: v0.4.0...v0.4.10
v0.4.10-rc1
What's Changed
- New extended genesis plus necessary adjustments for supporting camino by @knikos in #26
- TECH-538: E2E Test SC Deployment from (Non) KYC Verified Addresses by @parousisv in #28
- Added new custom network for e2e tests by @knikos in #27
- TECH-538:[E2E Test]Genesis-Prep-for-SC_Testing by @parousisv in #29
- [E2E] Added 1-min deposit offer by @knikos in #32
- [E2E] Adjusted interestRateNominator for presale1min by @knikos in #33
- TECH-512-Genesis-Prep-for-MultiSig-Tx by @parousisv in #31
- TECH-535-Local-Network-Preparation by @parousisv in #34
- [E2E] Configured feeRewardExportMinAmount and feeRewardExportMinTimeInterval to facilitate testing by @knikos in #35
- Upgrade to 1.4.0 by @knikos in #37
- [WORKFLOW] Remove darwin build compatibility by @knikos in #38
New Contributors
- @knikos made their first contribution in #26
- @parousisv made their first contribution in #28
Full Changelog: v0.4.0...v0.4.10-rc1
v0.4.0
v0.2.1-alpha1
- Update dependencies
- Add Camino Genesis section
v0.2.0-alpha2
What's Changed
- @charalarg Synced latest banff avalanche changes
- jax/fix go releaser by @DerTiedemann in #7
New Contributors
- @charalarg
- @DerTiedemann made their first contribution in #7
Full Changelog: https://github.com/chain4travel/camino-network-runner/commits/v0.2.0-alpha2
v0.1.3
v0.1.2
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Changelog
- 6852b64 Disable E2E since there is no caminogo
- cb4d32a Merge tag 'v1.0.10' of https://github.com/ava-labs/avalanche-network-runner into chain4travel
- 1310868 Fix releaser
- 26e961c Add rpc.Options to api calls
- 675d2d4 *: "attach-peer" via RPC (ava-labs#121)
- f3e7940 Fram 282 address open TODOs regarding TestAttachPeer (ava-labs#120)
- fbdbea9 No more need to filter out tests dir for "go test" (ava-labs#115)
- 6c6ef66 Update avalanchego to v1.7.9 (ava-labs#117)
- 6e258b7 Merge pull request ava-labs#116 from ava-labs/root-data-dir
- 682805c Add root data directory as optional start arg
- 6bbcaac Merge pull request ava-labs#112 from ava-labs/arbitrary-number-of-nodes
- 82305c7 another empty commit
- eddcaa8 empty commit
- 9d6598f Merge branch 'main' into arbitrary-number-of-nodes
- 61f19da keep flags from default config in server
- 3178e62 Merge pull request ava-labs#109 from ava-labs/fram-275-testpeer
- 6715585 move GetConnFunc definition to local and remove function from interface
- 38c5b34 WIP fix attach peer test
- 92b567a move attach peer test to node_test.go
- 62faafc add network id to local node
- 420100e Merge remote-tracking branch 'origin/main' into fram-275-testpeer
- fdff135 Merge remote-tracking branch 'origin/main' into arbitrary-number-of-nodes
- 1fc9426 update avalanchego dependency to v1.7.8 (ava-labs#114)
- c1fc3fe Merge branch 'main' into arbitrary-number-of-nodes
- 77536a5 Fixed go test (ava-labs#113)
- 2460eea lint
- a118286 update proto
- f8d527a change in cmd and server
- 8670c84 make param optional in client
- ce13a19 minor
- f636dbe fix e2e
- 7afaf5a make number of nodes param required
- d7014f6 fix issues
- 511fb56 start add num nodes param
- 2ed55ed fix http port related issues
- 77f2275 start using func in server
- 4ae51d1 fmt
- e5b3235 lint
- 6146e21 moved AttachPeer onto node instead of network
- 1cb9925 nits
- c39b104 nits and comments
- a618620 remove unused parameter; rename struct
- 8f37c98 remove unused line; use wrappers.IntLen for message length
- 27e8cf5 Merge remote-tracking branch 'origin/main' into fram-275-testpeer
- e72232d Fix issue about when goPath is blank (ava-labs#104)
- e6dc1f8 Update avalanchego 1.7.7 (ava-labs#110)
- 58ff40f first working iteration
- 45ce9bd first iteration