Skip to content

Commit

Permalink
Merge branch 'set-ap5-fuji-time' of github.com:ava-labs/avalanchego-i…
Browse files Browse the repository at this point in the history
…nternal into set-ap5-fuji-time
  • Loading branch information
StephenButtolph committed Nov 23, 2021
2 parents 3ae302d + 61fa6d9 commit 6719ce9
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@

## [v1.7.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.7.0)

This upgrade adds support for issuing multiple atomic transactions into a single block and for directly transferring assets between the P-chain and the X-chain.
This upgrade adds support for issuing multiple atomic transactions into a single block and directly transferring assets between the P-chain and the C-chain.

The changes in the upgrade go into effect at **[TODO: populate]**. One should upgrade their node before the changes go into effect, otherwise they may experience loss of uptime.
The changes in the upgrade go into effect at 10 AM EST, November 24th 2021 on the Fuji testnet. After Fuji is updated and verified, a mainnet compatible release will be published.

More info can be found [here]([TODO: populate]).
**All Fuji nodes should upgrade before 10 AM EST, November 24th 2021.**

## Networking

- Added peer uptime reports as metrics.
- Removed IP rate limiting over local networks.

## PlatformVM

- Enabled `AtomicTx`s to be issued into `StandardBlock`s and deprecated `AtomicBlock`s.
- Added the ability to export/import AVAX to/from the C-chain.

## Coreth

- Enabled multiple `AtomicTx`s to be issued per block.
- Added the ability to export/import AVAX to/from the P-chain.

## RPCChainVM

- Added support for metrics to be reported by plugin VMs.

## Configs

- Removed `--snow-epoch-first-transition` and `snow-epoch-duration` as command line arguments.
Expand Down

0 comments on commit 6719ce9

Please sign in to comment.