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
-[ACP-204](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/204-precompile-secp256r1/README.md) Precompile for secp256r1 Curve Support
10
+
-[ACP-226](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/226-dynamic-minimum-block-times/README.md) Dynamic Minimum Block Times
11
+
12
+
The ACPs in this upgrade go into effect at 11 AM ET (4 PM UTC) on Wednesday, November 19th, 2025 on Mainnet.
13
+
14
+
**All Mainnet nodes must upgrade before 11 AM ET, November 19th 2025.**
15
+
16
+
The plugin version is updated to `44`; all plugins must update to be compatible.
17
+
18
+
### LibEVM Hook Registration
19
+
20
+
This release includes changes for how EVM modifications are registered with libevm. For consumers of avalanchego as a library, manual registration of libevm callbacks is now required.
21
+
22
+
### APIs
23
+
24
+
- Added support for specifying multiple `Avalanche-Api-Route` headers for more complex routing.
25
+
- Added proposervm gRPC, connectrpc, and jsonrpc APIs for `GetProposedHeight` and `GetCurrentEpoch`.
26
+
- The gRPC and connectrpc APIs are routed by adding a second `Avalanche-Api-Route` header with the value `proposervm`.
27
+
- The jsonrpc APIs are added to all chains with the base endpoint `/proposervm`.
0 commit comments