Polygon releases
All upstream releases, security advisories and RSS announcements indexed for Polygon by KeyAudit.
github · 20
-
v1.3.2
## Summary 1.3.2 release contains bug fixes and quality of life improvements ## Key Features and Updates: - Added an ability to prevent sending checkpoints during node is syncing (https://github.com/0xPolygon/polygon-edge/pull/1982) - Optimization of PostBlock execution (https://…
-
v1.3.1
## Summary: 1.3.1 release has several hot fixes for 1.3.0 ## Changelog * 5e11256c Relayer and Validator node types are represented as enum flags in E2E framework (#1962) * b2334ac0 Bump golang.org/x/sync from 0.3.0 to 0.4.0 (#1968) * bbb52d58 Update web3_clientVersion endpoint to…
-
v1.3.0
### IMPORTANT: **Polygon Edge v1.3 is not backward compatible.** **You will have to start the network from block 0.** ## Summary: 1.3.0 release consists of mostly proxified contracts and several stability improvements For more detailed information, please refer to the [Edge Wiki]…
-
v1.1.1
## Summary: 1.1.1 release consists of stability improvements, bug fixes and improvements. For more detailed information, please refer to the [Edge Wiki](https://wiki.polygon.technology/docs/edge/) ## Key Features and Updates: - Transaction pool was reworked and now works as inten…
-
v1.1.0
### IMPORTANT: **Polygon Edge v1.1 is the first update to contain a hard fork.** If you are running a v1.0 or above chain using Polygon Edge please refer to https://wiki.polygon.technology/docs/supernets/operate/deploy/upgrades/supernets-v1.1-hardforks/ for details on how to upda…
-
v1.0.1
### New Features and Updates in v1.0.1 : - eth_feeHistory endpoint implemented - Several problems with error handling were fixed in the transaction pool - Check for mandatory premined amount for 0x0 address is added - Non-validating nodes will not send votes for commitments - Oth…
-
v1.0.0
## IMPORTANT: Polygon Edge v1.0 is not backward compatible at this time. New chains will need to start the blockchain from Genesis to use this version or use the migration scripts that support migration from previous versions. ## Executive Summary: The Supernets v1.0.0 release de…
-
v1.0.0-rc1
### IMPORTANT: Polygon Edge v1.0 is not backward compatible at this time. You will have to start the blockchain from scratch in order to use this version or wait for future migration scripts that will support migration from previous versions. ### Executive Summary: The Supernets …
-
v0.9.0
## **IMPORTANT:** Polygon Edge v0.9 is not backward compatible at this time. You will have to start the blockchain from scratch in order to use this version or wait for future migration scripts that will support migration from previous versions. **Summary:** The Supernets April r…
-
v0.8.1
## Changelog * 7b7ee403 EVM-568 Increase MaxBlockBacklog for block tracker (#1347) * 879cdf5b Fix the limit for TX pool contract creation size (#1345) * ecadb956 EVM-433-TOB-EDGE-35-Lack-of-domain-separation (#1336) * 7a949d71 Provide hex encoded private key (#1328) * 99dffd55 Up…
-
Supernets v0.8.0
This is the first version of the full support Supernets release with all features required to enable a Supernet. For more detailed information, please refer to the [Supernets Wiki](https://wiki.polygon.technology/docs/supernets/get-started/what-are-supernets/). - **PolyBFT** is s…
-
v0.7.3-beta3
## Changelog * b2dbc123 Add forbid panics lint rule (#1294) * 0ff272ab Incorrect block number for epoch ending exit events (#1299) * 11486cc2 Initialize rootchain config instance before deploying contracts (#1295) * f00c7884 Print output of cluster bash script to both terminal an…
-
v0.7.3-beta1
## Changelog * f5541d16 registration split to whitelist + register * 9363886d ToB code quality issues (#1263) * a20e1541 ERC20 token bridging (withdrawal flow) (#1259) * ee35129b ERC20 token bridge (deposit workflow) (#1242) * 5aea95dc Additional block metrics (#1257) * a88382ff …
-
v0.7.2-alpha2
## Changelog * 2d045065 Use Edge embedded smart contract definitions in genesis generation (#1247) * d107eda5 Fix key de/serialization of BLS signatures (#1248) * f4994830 TOB-EDGE-22: Unmarshalling Transaction in RLP format can panic (#1244)
-
v0.7.2-alpha1
## Changelog * cf0ac5a7 Introduce signature file in validator secrets to handle validator key signature (#1233) * 42ee5b81 Support Syncer.Close() on running node (#1148) * e7bc8c26 Polybft data storages (#1055) * a84bb37f Add output flag to polybft-secrets (#1231) * 550f8832 Exec…
-
v0.7.1-alpha3
## Changelog * f0275eaf Expose ValidatorInfo struct (#1162) * 28f106ac Remove GetNonce function (#1165) * bf5ac4d6 EVM-353 Different voting power property based test (#1149) * 8c63fe61 Merge branch 'develop' into feature/v3-parity * 33364d4e Resolve GitHub action depreciation mes…
-
v0.7.1-alpha2
## Overview 0.7.1-alpha2 introduces fixes to debug tracing and couple of other minor improvements: - gasCost field is now in the output of debug trace endpoint - gasCost is now calculated correctly for successful execution in debug tracing ## Changelog * 6e8478a4 Merge branch 'de…
-
v0.7.1-alpha1
## Overview 0.7.1 release is mostly improving existing PolyBFT functionality by introducing several fixes and more end-to-end tests. Overall quality and quality-of-life improvements introduced. ## PolyBFT improvements - Reward calculation has been improved - Several fixes were in…
-
v0.6.3
## Changelog * ae795165 Tracer should only fetch the currently active stack. (#1085) * 25f36e5b Fix gasCost field in return of debug trace (#1087) * 549d3d2b exposed prometheus api (#1049) * 7d31e261 Fix parallel table tests (#1078) * 785ccd89 Add appropriate prefixes to the Edge…
-
v0.6.2
## New features ### Debug trace functionality New debug endpoints were added to JSON RPC: - debug_traceBlock - debug_traceBlockByNumber - debug_traceBlockByHash - debug_traceCall - debug_traceTransaction ## Fixes ### IBFT extra unmarshalRLP Issue on v0.6.x versions, where a node …