You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASES.md
+67-9
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,22 @@
4
4
5
5
This version is backwards compatible to [v1.12.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.12.0). It is optional, but encouraged.
6
6
7
-
The plugin version is unchanged at `38` and is compatible with versions `v1.12.0-v1.12.1`.
7
+
The plugin version is updated to `39` all plugins must update to be compatible.
8
8
9
9
**This release removes the support for the long deprecated Keystore API. Any users still relying on the keystore API will not be able to update to this version, or any later versions, of Avalanchego until their dependency on the keystore API has been removed.**
10
10
11
11
### APIs
12
12
13
13
- Deprecated:
14
14
-`info.GetTxFee`
15
+
- Added:
16
+
-`avm.GetTxFee`
17
+
-`platform.getValidatorFeeConfig`
18
+
-`platform.getValidatorFeeState`
19
+
-`validationID` field to `platform.getL1Validator` results
20
+
- L1 validators to `platform.getCurrentValidators`
21
+
- Removed:
22
+
-`StakeAmount` field from `platform.getCurrentValidators` results
15
23
-`keystore.createUser`
16
24
-`keystore.deleteUser`
17
25
-`keystore.listUsers`
@@ -35,14 +43,6 @@ The plugin version is unchanged at `38` and is compatible with versions `v1.12.0
35
43
-`wallet.sendMultiple`
36
44
-`platform.exportKey`
37
45
-`platform.listAddresses`
38
-
- Added:
39
-
-`avm.GetTxFee`
40
-
-`platform.getValidatorFeeConfig`
41
-
-`platform.getValidatorFeeState`
42
-
-`validationID` field to `platform.getL1Validator` results
43
-
- L1 validators to `platform.getCurrentValidators`
44
-
- Removed:
45
-
-`StakeAmount` field from `platform.getCurrentValidators` results
46
46
47
47
### Configs
48
48
@@ -58,6 +58,64 @@ The plugin version is unchanged at `38` and is compatible with versions `v1.12.0
58
58
59
59
### What's Changed
60
60
61
+
-[testing] Always use the go.mod version of ginkgo by @marun in https://github.com/ava-labs/avalanchego/pull/3618
62
+
- Bump antithesishq/antithesis-trigger-action from 0.5 to 0.6 by @dependabot in https://github.com/ava-labs/avalanchego/pull/3620
63
+
- Fix typos in document files by @taozui472 in https://github.com/ava-labs/avalanchego/pull/3622
64
+
-[ci] Always use the specified go version by @marun in https://github.com/ava-labs/avalanchego/pull/3616
65
+
- Fix: quotation mark by @jasmyhigh in https://github.com/ava-labs/avalanchego/pull/3623
66
+
- refactor: move node configs to config/node by @darioush in https://github.com/ava-labs/avalanchego/pull/3600
67
+
- Update e2e tests and CI jobs for post-etna by @marun in https://github.com/ava-labs/avalanchego/pull/3614
68
+
- Replace AWM terminology in ReadMe with ICM by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3595
69
+
- fix: grammatical mistakes by @crStiv in https://github.com/ava-labs/avalanchego/pull/3625
70
+
-[testing] Update golangci-lint to latest version by @marun in https://github.com/ava-labs/avalanchego/pull/3617
71
+
- partial sync default info by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3602
72
+
- Update stale comment on commitToDB by @aaronbuchwald in https://github.com/ava-labs/avalanchego/pull/3627
73
+
- coreth atomic pkg dependency by @ceyonur in https://github.com/ava-labs/avalanchego/pull/3588
74
+
- Mark Meag as the owner of README files by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3635
75
+
- Update x/net to v0.33.0 by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3636
76
+
- Fix codeowners to simplify PR review by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3637
77
+
- Add BLS healthcheck to communicate incorrect BLS key configuration by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3638
78
+
- chore(all): mocks generation improved by @qdm12 in https://github.com/ava-labs/avalanchego/pull/3628
79
+
- fix LRU sized cache: consistent size at element removal by @rrazvan1 in https://github.com/ava-labs/avalanchego/pull/3634
80
+
- Index API and AvalancheGo Configs Docs Fix by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3632
81
+
-[ci] Migrate from buf-*-action to buf-action by @marun in https://github.com/ava-labs/avalanchego/pull/3639
82
+
- chore(ci): define Github labels as code with a workflow by @qdm12 in https://github.com/ava-labs/avalanchego/pull/3629
83
+
- feat(github): add "needs Go upgrade" label by @qdm12 in https://github.com/ava-labs/avalanchego/pull/3642
84
+
-[ci] Fix post-merge protobuf lint job breakage by @marun in https://github.com/ava-labs/avalanchego/pull/3644
85
+
- merkledb visualisations v1 (change proofs and range proofs) by @rrazvan1 in https://github.com/ava-labs/avalanchego/pull/3643
86
+
- Remove Static Fee Config by @samliok in https://github.com/ava-labs/avalanchego/pull/3610
87
+
- fix(ci): trigger labels workflow on push to master not main by @qdm12 in https://github.com/ava-labs/avalanchego/pull/3646
88
+
- X-Chain API fix by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3654
89
+
-[ci] Rename {PROMETHEUS,LOKI}_ID to {PROMETHEUS,LOKI}_USERNAME by @marun in https://github.com/ava-labs/avalanchego/pull/3652
90
+
- chore: replaced faulty link by @Radovenchyk in https://github.com/ava-labs/avalanchego/pull/3649
91
+
- Add L1 validator fees API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3647
92
+
- Reintroduce the deprecated `info.getTxFee` API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3656
93
+
- remove x-chain api obsolete metadata by @meaghanfitzgerald in https://github.com/ava-labs/avalanchego/pull/3655
94
+
- Remove the Keystore API by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3657
95
+
- Add F Upgrade Scaffolding. Post-Etna Cleanup by @michaelkaplan13 in https://github.com/ava-labs/avalanchego/pull/3672
96
+
-[testing] Fix instructions for triggering antithesis test runs by @marun in https://github.com/ava-labs/avalanchego/pull/3664
97
+
-[testing] Ensure run_prometheus.sh uses a writeable storage path by @marun in https://github.com/ava-labs/avalanchego/pull/3662
98
+
- Make snowman use snowflake directly instead of snowball by @yacovm in https://github.com/ava-labs/avalanchego/pull/3403
99
+
- chore: fix some typos by @chuangjinglu in https://github.com/ava-labs/avalanchego/pull/3670
100
+
- Bump antithesishq/antithesis-trigger-action from 0.6 to 0.7 by @dependabot in https://github.com/ava-labs/avalanchego/pull/3667
101
+
-[ci] Use go env {GOOS,GOARCH} for os and arch detection by @marun in https://github.com/ava-labs/avalanchego/pull/3661
102
+
- Silence docker InvalidDefaultArgInFrom warnings by @marun in https://github.com/ava-labs/avalanchego/pull/3659
103
+
- add L1 support to getCurrentValidators API by @ceyonur in https://github.com/ava-labs/avalanchego/pull/3564
104
+
-[docker] Enable image builds from git worktrees by @marun in https://github.com/ava-labs/avalanchego/pull/3660
105
+
-[tmpnet] Set an explicit `instance` label for logs and metrics by @marun in https://github.com/ava-labs/avalanchego/pull/3650
106
+
-[docker] Switch to kube-compatible plugin path for images by @marun in https://github.com/ava-labs/avalanchego/pull/3653
107
+
-[testing] Support direnv to simplify usage of test tooling by @marun in https://github.com/ava-labs/avalanchego/pull/3651
108
+
109
+
### New Contributors
110
+
111
+
-@taozui472 made their first contribution in https://github.com/ava-labs/avalanchego/pull/3622
112
+
-@jasmyhigh made their first contribution in https://github.com/ava-labs/avalanchego/pull/3623
113
+
-@crStiv made their first contribution in https://github.com/ava-labs/avalanchego/pull/3625
114
+
-@qdm12 made their first contribution in https://github.com/ava-labs/avalanchego/pull/3628
115
+
-@rrazvan1 made their first contribution in https://github.com/ava-labs/avalanchego/pull/3634
116
+
-@Radovenchyk made their first contribution in https://github.com/ava-labs/avalanchego/pull/3649
117
+
-@chuangjinglu made their first contribution in https://github.com/ava-labs/avalanchego/pull/3670
0 commit comments