This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
v1.2.0-rc1
sebastiendan
released this
18 Sep 23:26
·
2 commits
to port-upstream-v1.2.0-rc1
since this release
Changelog
- 635a408 fix: standalone test
- aa3d75d fix: dependencies
- acd23fb ci: deactivate polybft e2e tests workflow (#28)
- 9812beb ci: push docker image on release (#27)
- 86a2c68 fix: revert change on release workflow
- 9bf81a3 fix: docker build
- 526a3a2 fix: various build fixes
- 1bc41d0 fix: eth get prover data issues (#24)
- a60e612 chore: rename topos-network to topos-protocol (#22)
- f28c822 feat: add get prover data api function (#18)
- 944ff68 ci: push multi-platform docker images (#19)
- ae4246b ci: fix release workflow (#16)
- b4d8c04 chore: adapt ConstAddressDeployer path to hardhat dir structure (#14)
- f34afc7 fix: even public key generation (#15)
- a4de796 fix: revert docker stack to IBFT and fix a few commands (#13)
- 75601ad feat: run standalone node test (#12)
- f5da198 chore: quiet fail if contract already predeployed (#11)
- 4b666d1 fix: update CODEOWNERS (#10)
- 3a06cae fix: update local-topos docker setup (#9)
- 9e5e8fa chore: update readme format (#8)
- 4b7f2fb fix: always generate even compressed public keys (#7)
- daf4ac8 feat: add topos sequencer grpc client to polygon edge (#6)
- 639edc9 feat: add topos docker local stack (#5)
- 3bf557b ci: deactivate unused workflows (#3)
- 907a4f5 chore: add CODEOWNERS (#4)
- ff76a53 chore: remove issue and pr templates (#2)
- 4e40fb8 chore: add zk foundation copyright to README (#1)
- f2b24e7 Introduce
ErrNonceUintOverflow
as error for nonce overflow (0xPolygon#1905) - dcfc044 Removing tx hash fork (0xPolygon#1904)
- 498ef15 Introduce block tracker poll interval (0xPolygon#1887)
- 85aea52 Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (0xPolygon#1894)
- 182aadd Speed up root chain contracts deployment (0xPolygon#1906)
- 5241598 Introduce
baseFeeChangeDenom
network parameter (0xPolygon#1872) - 5dd861f Bump github.com/hashicorp/vault/api from 1.9.2 to 1.10.0 (0xPolygon#1895)
- 1e505b0 Bump golang.org/x/tools from 0.12.0 to 0.13.0 (0xPolygon#1893)
- 16b8e82 Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (0xPolygon#1896)
- 9cceb34 Bump github.com/docker/docker from 20.10.18+incompatible to 24.0.6+incompatible (0xPolygon#1898)
- 42d054c Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.54.0 to 1.54.1 (0xPolygon#1897)
- 4a45018 Malicious JSON RPC request unit test (0xPolygon#1884)
- c49733b Root chain proxy contracts deployment (0xPolygon#1888)
- 6d848ed Deploy proxy contracts on genesis (0xPolygon#1855)
- 478b56c Level-up loadtesting capacity to be aligned with current environment (0xPolygon#1874)
- 01e657e fix region to eu-west-1 for nightly (0xPolygon#1891)
- 400f388 [Github] Max fee per gas issue (0xPolygon#1892)
- 7a04a89 Bump github.com/docker/distribution (0xPolygon#1889)
- 75bb8b4 Fix
eth_gasPrice
RPC method (0xPolygon#1883) - 3d2e58f Expose double signer implementation (0xPolygon#1875)
- c3da0d4 Index methods by signature when there is ambiguity (0xPolygon#1880)
- b467a12 Fix nightly build script by providing governor-admin flag in the genesis command (0xPolygon#1882)
- 52115cc fixed ibft tests (0xPolygon#1876) (0xPolygon#1877)
- daf9402 Minor change that fix merged code (0xPolygon#1879)
- 06153fb [Feature] Double-signing slashing (0xPolygon#1808)
- 3cae93a [RFC-191] On-chain governance (0xPolygon#1519)
- 0635afe Build executable heap with baseFee when London fork is enabled (0xPolygon#1857)
- 054bef4 EVM-819 DoS on Websockets (0xPolygon#1871)
- c90b449 Bump github.com/libp2p/go-libp2p from 0.27.7 to 0.27.8 (0xPolygon#1873)
- 0373ea4 Bump github.com/aws/aws-sdk-go from 1.44.61 to 1.45.2 (0xPolygon#1869)
- 6a5471c Update typo in cluster script (0xPolygon#1867)
- 064b017 EVM-801 Drop tx bug for updateAccountSkipsCounts (0xPolygon#1865)
- 21c5c33 Return all exit event IDs in the bridge commands (0xPolygon#1863)
- ece1c5e fix Test_GetLogsForQuery (0xPolygon#1836)
- 9b5bbe4 EVM-800 nonce too low from eth_getTransactionCount (0xPolygon#1853)
- 1095172 Compensate dynamic fee transation fees by 100% estimation increase (0xPolygon#1859)
- 33e0967 Bump xk6-ethereum to latest (0xPolygon#1860)
- 4369155 Use function signature when multiple functions are defined 0xPolygon#1854
- b4c0051 Bump github.com/google/uuid from 1.3.0 to 1.3.1 (0xPolygon#1852)
- 8a96d17 EVM-805 TxPool assumes all transactions are Legacy when checking for re-priceaction replacement GasPrice comparison bug (0xPolygon#1848)
- 85af1b3 Evm 785: enable and disable access lists in the runtime (0xPolygon#1839)
- 2fea208 Perform gas price limit check for dynamic tx (0xPolygon#1846)
- 1794897 Fix
maxFeePerGas
compensation calculation (0xPolygon#1847) - 2f430d0 UUID issue (0xPolygon#1841)
- 49216ad Improved genesis predeploy, allowing initializing immutables and access chainID from constructor. (0xPolygon#1838)
- 2684cc5 Fix nil pointer panic in debug_traceBlockByNumber RPC endpoint (0xPolygon#1842)
- 25e09c2 Upgraded Makefile to check if all the required tools are installed (0xPolygon#1809)
- 883cbbc EVM-779 Throttling with concurrency (0xPolygon#1821)
- d18818e fixed copy method (0xPolygon#1825)
- 54d4a07 EstimateGas endpoint - nonce should be automatically set the current nonce for the account (0xPolygon#1819)
- ea53ae0 API fuzzing. Set fuzz time to 30s (0xPolygon#1759)
- 689e360 EVM-779 Debug Transaction endpoint - throttling (0xPolygon#1818)
- b302fdb EVM-778 Debug Transaction endpoint - use one structure for logs (0xPolygon#1817)
- 6862b7d Send dynamic fee transactions to a rootchain (0xPolygon#1795)
- c860c52 Header.BaseFee is set to non-zero for london fork disabled (0xPolygon#1805)
- db29c8a Bump github.com/quasilyte/go-ruleguard from 0.3.19 to 0.4.0 (0xPolygon#1802)
- d7cdd4f Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.52.0 to 1.54.0 (0xPolygon#1803)
- ab4d5eb Bump github.com/multiformats/go-multiaddr from 0.10.1 to 0.11.0 (0xPolygon#1804)
- 05327db Bump pgregory.net/rapid from 1.0.0 to 1.1.0 (0xPolygon#1792)
- 33fc9cc Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.52.0 to 1.53.0 (0xPolygon#1779)
- ff01152 Bump github.com/hashicorp/golang-lru (0xPolygon#1796)
- 10e268b Fix comment in cluster script (curl replaced nc) (0xPolygon#1799)
- 761bc22 Implementation for newPendingTransactions (eth_subscribe) (0xPolygon#1787)
- 032e5b9 Get rid of external library for abi generation (0xPolygon#1794)
- 5db2845 Use curl instead of netcat for pinging rootchain server in local deployment script (0xPolygon#1791)
- ed87b0f Bump golang.org/x/tools from 0.11.0 to 0.12.0 (0xPolygon#1793)
- 0468043 Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (0xPolygon#1786)
- c4f9ec1 Calculate EIP1559 gas price in JSON-RPC (0xPolygon#1783)
- 39f7d2b fixed txpool maxEnqueued issue (0xPolygon#1789)
- bd95643 Bump google.golang.org/grpc from 1.55.0 to 1.57.0 (0xPolygon#1762)
- 4215337 Update local deployment README files (0xPolygon#1773)
- 1ce87aa polygon-edge.sh now checks if jq is installed (0xPolygon#1780)
- e0e1e36 Implement metrics that tracks the base fee (0xPolygon#1784)
- d5be69a Allow 0 premined reward wallet (0xPolygon#1776)
- 927f02f fix: loadtest dependency xk6 (0xPolygon#1770)
- bdffe23 Update ethgo version (0xPolygon#1777)
- 992d6b9 Detect fork state based on the current block number 0xPolygon#1772
- 2b9430c Move
Encode*
andParse*
functions fromtypes
tocommon
package (0xPolygon#1765) - 75c5324 Error kind detection bug fix (0xPolygon#1769)
- 65c9a3e Print errors (0xPolygon#1768)
- 4653fea Change chainID to chainId (0xPolygon#1766)
- 3070ee0 Query rootchain block number before rootchain contracts deployment(0xPolygon#1742)
- f5393c1 Fixing link to documentation (0xPolygon#1760)
- af37011 Implement non-native tokens bridge e2e test (0xPolygon#1746)
- 19d140a change repo branch (0xPolygon#1754)
- 787cbe4 EVM-749 Transaction pool Base Fee fix (0xPolygon#1747)
- b430680 Correctly initialize use allow list and use block list parameters on the access list predicates (0xPolygon#1750)
- bbbe3ab TestDiscovery_ConnectedPopulatesRoutingTable fix (0xPolygon#1745)
- 2d3e101 Fix (0xPolygon#1744)
- 13e82b6 EVM-746 Fix txpool_content and txpool_inspect for dynamic fee txs (0xPolygon#1741)
- 7d15e3a Bump cloud.google.com/go/secretmanager from 1.10.0 to 1.11.1 (0xPolygon#1689)
- efe05b0 fix nightly notifications for loadtest and fuzz test (0xPolygon#1737)
- b102509 Correction in Go files (0xPolygon#1739)
- 14f110b Bump golang.org/x/tools from 0.10.0 to 0.11.0 (0xPolygon#1710)
- b3129f8 Bump github.com/libp2p/go-libp2p-kbucket from 0.6.0 to 0.6.3 (0xPolygon#1688)
- 36e1e07 Bump github.com/multiformats/go-multiaddr from 0.9.0 to 0.10.1 (0xPolygon#1722)
- 32dcdd4 Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.51.0 to 1.52.0 (0xPolygon#1687)
- d554d2c EVM-720 Implement json output for all commands (0xPolygon#1724)
- 72e2c4b EVM-707 Remove balance field from initial validators in genesis.json (0xPolygon#1736)
- 14ea06c EVM-732 Tx hash calculation should include tx type and chainID (0xPolygon#1706)
- 01d7791 [EVM-736]: Quorum calculation discrepancy between SC and Edge (0xPolygon#1723)
- 851b76c fix: misspelling comments (0xPolygon#1698)
- c3e23fa Feat/script cluster (0xPolygon#1678)
- 195b619 fix nightly - local vars (0xPolygon#1731)
- 04776a5 Docker requirements (0xPolygon#1679)
- 5ea0540 [EVM-739]: Fix
eth_feeHistory
parsing of hex arguments (0xPolygon#1725) - da7ad74 Delete unnecessary if (0xPolygon#1719)
- 6c47248 EVM-735: Gas limit estimation is not precise (0xPolygon#1718)
- 1d3b0da EVM-731 Event tracker issue - upgrade ethgo (0xPolygon#1720)
- affd397 Stop retrying event tracker on context cancellation and timeout (0xPolygon#1705)
- f17b6ee EVM-543 Enable concurrent run of multiple dial tasks (0xPolygon#1707)
- f4efe97 EVM-728 Gas price comparison for executable transactions in
pricedQueue
(0xPolygon#1696) - 8565d45 Jp/hotfix optional gas price in rpc transaction type (0xPolygon#1699)
- 62148c1 fix eth_estimateGas panic (0xPolygon#1708)
- 6e5cd75 EVM-687 Dial queue slots (0xPolygon#1601)
- 4a083ca EVM-680 Dial queue issues fixes (0xPolygon#1593)
- ac9b449 [EVM-703]: Saving events in boltdb should have retry mechanism (0xPolygon#1652)
- 2d35db6 EVM-660 Use batch write inside blockchain.go (LevelDB/memory) (0xPolygon#1569)
- 18e5529 Fix TestE2E_Migration (0xPolygon#1702)
- 7c05311 [EVM-696] eth_FeeHistory (0xPolygon#1669)
- 4cf4b79 Ensure premining reserve account (0x0 address) (0xPolygon#1685)
- 1084d99 EVM-716 Check if the error is produced for duplicate TXs
- 655d15d Fix (0xPolygon#1682)
- b45a404 Fix/evm 719 (0xPolygon#1683)
- beeb461 Handle state sync execution failures properly (0xPolygon#1676)
- dcc6950 Bump libp2p (0xPolygon#1684)
- ccf7140 Updated basefee jsonrpc tag (0xPolygon#1681)
- a60fd5a Run single relayer in cluster script by default (0xPolygon#1675)
- 36fa7a6 Upgraded script to check both dependencies and display all missing ones at the same time (0xPolygon#1667)
- bb8f77c Invoke estimate gas limit if gas limit not already provided (0xPolygon#1582)
- 1bfb902 Fix flaky ERC721 and ERC1155 bridge tests (0xPolygon#1671)
- 1ab1a31 Added DEBUG logs to executor in order to track allow and block lists (0xPolygon#1664)
- cbe6b84 Bump github.com/envoyproxy/protoc-gen-validate from 1.0.1 to 1.0.2 (0xPolygon#1670)
- 4d868a4 Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (0xPolygon#1665)
- 4813213 Apply trace patch for CALL trace issue (0xPolygon#1654)
- ffe6fce Update README for release (0xPolygon#1644)
- 6c6e969 Deploy burn contract by default on EIP-1559 enabled (0xPolygon#1648)
- 807ca08 Print additional fields in the withdraw CLI command (0xPolygon#1663)
- 3bb79ee added jq dependency (0xPolygon#1666)
- b821d0d Bump cloud.google.com/go/secretmanager from 1.11.0 to 1.11.1 (0xPolygon#1643)
- 4a6addb Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.51.0 to 1.52.0 (0xPolygon#1659)
- fd58a19 Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (0xPolygon#1655)
- 8f39a41 Ensure that the same child token addresses are calculated on both chains (0xPolygon#1621)
- b624822 TestPeerConnectionUpdateEventCh (0xPolygon#1662)
- 90fca14 go.mod fix (0xPolygon#1658)
- 2df1b93 EVM-713 Fork manager params (0xPolygon#1645)
- a152b79 Remove default mock tokens deployment from rootchain deploy command (0xPolygon#1642)
- 62653a7 Reference latest ethgo (0xPolygon#1653)
- 44c79df Execute nightlies on demand (0xPolygon#1650)
- c2d4821 e2e fixed (0xPolygon#1639)
- 1f0c9a5 Fix (0xPolygon#1646)
- d98b3e5 [EVM-697]: Implement
eth_maxPriorityFeePerGas
(0xPolygon#1629) - 06c027d refernece the latest ethgo (0xPolygon#1641)
- 5dc3dc8 Bump Go version to 1.20 (0xPolygon#1636)
- 573dcb7 EVM-709 Log contract deployment transaction details (0xPolygon#1627)
- d69fff4 Modified the cluster script to log message when jq is not installed (0xPolygon#1626)
- de084a9 [EVM-701]: Validate
ExitRootHash
inCheckpointData
(0xPolygon#1638) - 2801876 Bump golang.org/x/tools from 0.9.2 to 0.10.0 (0xPolygon#1631)
- c50b62d Bump github.com/libp2p/go-libp2p-kbucket from 0.5.0 to 0.6.3 (0xPolygon#1633)
- fd669c8 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (0xPolygon#1632)
- ed2ece8 Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (0xPolygon#1634)
- 78b9960 Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (0xPolygon#1635)
- f921f30 feat: match runtime errors with geth (0xPolygon#1619)
- a736a9c allow bridge ACLs to be updated without checking if sender has permission to send other txs (0xPolygon#1625)
- df3e91b [EVM-706]: Provide native token initial total supply (0xPolygon#1623)
- 24c73e7 Cluster script fix (0xPolygon#1622)
- 62bed80 Validate commitment bridge transactions for finalized blocks (0xPolygon#1599)
- a02e313 Bump pgregory.net/rapid from 0.6.2 to 1.0.0 (0xPolygon#1613)
- 902bd37 Print child token address as part of deposit commands (0xPolygon#1616)
- a0e359a EVM-689 The impact of database saving failures on Stake Manager functionality (0xPolygon#1607)
- 122a51e remove unnecessary flags (0xPolygon#1615)
- cbbcc10 Fix (0xPolygon#1614)
- 470ffb8 [EVM-685]: Remove premining of validator balances on L2 for non-mintable tokens (0xPolygon#1598)
- d9b8aae Fix (0xPolygon#1612)
- 10f0b3f Introduce new version of go-ibft (0xPolygon#1611)
- c5ebc40 Allow providing mintable native token owner account (0xPolygon#1603)
- 827b08b jesse/fix-nightly-v1.0.0-rc1 (0xPolygon#1600)
- 0db8cbb Improve TestStateSyncerManager_EventTracker_Sync (0xPolygon#1608)
- ed64216 [EVM-528]: Resolve TODOs in state code (0xPolygon#1597)
- baf1267 Update smart contracts (0xPolygon#1602)
- 5b536ed tx pool debug level logging optimizations (0xPolygon#1609)
- 5011dd2 Minor param related fixes (0xPolygon#1596)
- 67d4970 Remove Prometheus metrics expiration time (0xPolygon#1592)
- 52cae7e Extract reward token approve transaction to a separate function (0xPolygon#1594)
- c1d3a79 EVM-437 Batch calls over websockets not working properly (0xPolygon#1588)
- 5318ff4 Transaction relayer fetching gas price from current eth client instead of using hardcoded value (0xPolygon#1589)
- ef33b05 EVM-675 Implement additional metrics (0xPolygon#1564)
- 2c2c45d fixed error handling for op code CREATE2 (0xPolygon#1587)
- fc803f1 Child chain mintable predicates E2E tests (0xPolygon#1560)
- 406ea94 Bump pgregory.net/rapid from 0.6.1 to 0.6.2 (0xPolygon#1586)
- da4ffe1 EVM-523 Fix race condition in gas estimation (0xPolygon#1583)
- d230546 Prevent ACL admins to remove themselves (0xPolygon#1578)
- 994e190 EVM-519 Resolve slashing related TODOs in the code (0xPolygon#1581)
- fb7a3f3 EVM-607 Hard-forking PoC (0xPolygon#1544)
- 7e66cd5 Return Revert result as Data (0xPolygon#1566)
- 3b827b8 Revise and fix cluster script when ran in docker mode (0xPolygon#1571)
- fdc3467 jesse/fix-nightly-latest (0xPolygon#1570)
- de626d9 EVM-677: Fix log index issue on
eth_getTransactionReceipt
(0xPolygon#1576) - e1db725 Bump cloud.google.com/go/secretmanager from 1.10.1 to 1.11.0 (0xPolygon#1572)
- 19b745d Bump pgregory.net/rapid from 0.5.7 to 0.6.1 (0xPolygon#1573)
- c7c1636 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (0xPolygon#1574)
- 1c8ab79 Bump golang.org/x/tools from 0.9.1 to 0.9.2 (0xPolygon#1575)
- dd13966 Introduce a new version of go ibft (0xPolygon#1392)
- 6ff53be Remove legacy contract deployment whitelisting mechanism (0xPolygon#1556)
- 363931b Restore logs output functionality in cluster script (0xPolygon#1561)
- 952524b Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.50.1 to 1.51.0 (0xPolygon#1555)
- e2b5ce8 Fix dependabot PRs reviewers (0xPolygon#1563)
- 550852d Introduce access list child chain mintable predicates (0xPolygon#1549)
- cb00cd5 Bump github.com/hashicorp/vault/api from 1.9.1 to 1.9.2 (0xPolygon#1562)
- a7d36d1 Deploy child chain mintable predicates (0xPolygon#1516)
- 44bbefc Write minValidatorCount to genesis.json (0xPolygon#1547)
- 709a1d2 Return hex encoded number in eth_getBlockTransactionCountByNumber endpoint (0xPolygon#1559)
- c2f643f Fix
eth_getStorageAt
always returning 0 (0xPolygon#1558) - 03a5352 Update cluster script for new stake manager deploy flow (0xPolygon#1553)
- 3975cef Fix Subnet Genesis Finalize (0xPolygon#1545)
- 687dacc Reject future blocks (0xPolygon#1509)
- 4f2a67e EVM-671 Fix block tracker WithBlockMaxBacklog for state_sync_relayer (0xPolygon#1543)
- 7b1f128 EVM-665 No Log Bloom (0xPolygon#1550)
- 9040ca9 Modify rootchain command to use the provided private key to fund validators (0xPolygon#1540)
- 1f16cbc Introduce BASEFEE opcode (0xPolygon#1469)
- 40c5cfd Added Stake Manager fuzz tests (0xPolygon#1500)
- 2bef96a Add a flag to
deploy
command for stake manager address (0xPolygon#1520) - e859acf Renamed base fee json field (0xPolygon#1538)
- 7890d28 Allow min commitment of single state sync event (0xPolygon#1475)
- 96d0d89 EVM-525 Write load test for adding peers (0xPolygon#1537)
- ef089fb Fix cluster script (0xPolygon#1539)
- 8378a5f Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (0xPolygon#1532)
- 7212da4 fix benchmarking results (0xPolygon#1522)
- 7783770 Move dispatcher failed dispatch method from ERROR to WARN log severity (0xPolygon#1525)
- 27f615f Change chain ID to supernet ID (0xPolygon#1536)
- 3f3e071 EVM-666: Fix
eth_getLogs
index issue (0xPolygon#1533) - 60b21b4 Add common.RetryForever() and use for concurrent sync operations (0xPolygon#1503)
- 97e07b2 Update Ethereum tests spec to v10.4 (0xPolygon#1466)
- d7a35c3 Fix indentation and add events to pull request trigger (0xPolygon#1526)
- 14611ef De-clutter devnet/testnet deployment workflows (0xPolygon#1514)
- ed61412 Differentiate
chain-id
andsupernet-id
(0xPolygon#1521) - 47ca1a8 Bump cloud.google.com/go/secretmanager from 1.10.0 to 1.10.1 (0xPolygon#1505)
- c349064 Fix Lint GH workflow (0xPolygon#1512)
- e42d00c Fix
eth_getCode
for non-empty accounts without code (0xPolygon#1474) - 72fee88 Fix
TestProperty_DifferentVotingPower
by providing randomized stake amounts (0xPolygon#1507) - 56eea51 Additional header validations (0xPolygon#1508)
- 2dcc318 Restore running edge in local (0xPolygon#1502)
- 719e5f3 Extracted validator related structures into consensus/polybft/validator package (0xPolygon#1493)
- 8f9703a Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (0xPolygon#1489)
- e185bc2 Bump github.com/envoyproxy/protoc-gen-validate from 1.0.0 to 1.0.1 (0xPolygon#1488)
- 25de956 Bump cloud.google.com/go/secretmanager from 1.10.0 to 1.10.1 (0xPolygon#1490)
- 2ba202c Fix RLP marshal byte array and enhancements to stake manager (0xPolygon#1461)
- c761903 Bump golang.org/x/tools from 0.8.0 to 0.9.1 (0xPolygon#1486)
- 3d17f31 Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.49.1 to 1.50.1 (0xPolygon#1479)
- 72d20af Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (0xPolygon#1478)
- 6610bb6 update README for Edge v0.9.0 (0xPolygon#1498)
- 8ea9136 Explicitly notify about chain id usage (0xPolygon#1494)
- 405ad1a nightly with v0.9 (0xPolygon#1484)
- cb147ff Bump golang.org/x/sync from 0.1.0 to 0.2.0 (0xPolygon#1480)
- 7747e12 Remove bridge allow/block list admin vars (0xPolygon#1482)
- 055e0ae Remove check for zerohash (0xPolygon#1481)
- 062414f Provide mintable parameter as a part of native token config (0xPolygon#1472)
- 0276776 Rootchain CLI commands parallelization follow up (0xPolygon#1473)
- 5826c7e Parallelize bootstrap rootchain CLI commands (0xPolygon#1468)
- 25eb3a2 Global DOCKER_CONFIG
- 91d3a2a Fix release
- 9496e34 Fix release
- ef2bd28 Fix secrets
- 539df96 Relase action
- cb39e9b New docker login for release
- 5e3d3ff Integrate bridge access list contracts (0xPolygon#1456)
- 434e8bf Remove AddLog function and add comments (0xPolygon#1465)
- fe843f6 [RFC-201/205] Staking and validator storage rework (0xPolygon#1442)
- bb3dd32 TxnType is not returned in JSON-RPC response (0xPolygon#1440)
- 852f44a Fix test timeout related to min connected peers (0xPolygon#1443)
- fff84d1 Disable london hardfork if burn contract address is not provided (0xPolygon#1454)
- 66c7cea Bump pgregory.net/rapid from 0.5.5 to 0.5.7 (0xPolygon#1451)
- 6bda00a Bump google.golang.org/grpc from 1.53.0-dev to 1.56.0-dev (0xPolygon#1437)
- 7007803 fix the unit test (0xPolygon#1444)
- c6c8973 fix broken unit test due to changed loadtest inputs (0xPolygon#1432)
- a47eed6 Add burn contract address in the cluster script (0xPolygon#1441)
- d5c523b Bump github.com/dave/jennifer from 1.6.0 to 1.6.1 (0xPolygon#1420)
- 3b0eff8 Bump github.com/envoyproxy/protoc-gen-validate from 0.9.1 to 1.0.0 (0xPolygon#1428)
- 9d7e13a Add precompiles for Bridge Allow/Block lists (0xPolygon#1422)
- dca3824 Fix txpool unit tests (0xPolygon#1429)
- 024d011 fix for nightly load test - unit test not working (0xPolygon#1430)
- 7ca7f43 Cleanup
build
andfuzz-test
GH workflows (0xPolygon#1410) - 93ac4d0 Utilize typed atomics (0xPolygon#1407)
- 6cb9d24 Implement EIP-1559 feature (0xPolygon#1120)
- a0ce316 Bump golang.org/x/crypto from 0.6.0 to 0.8.0 (0xPolygon#1415)
- a7d2f75 Bump github.com/umbracle/fastrlp (0xPolygon#1413)
- d28c50a enabling nightly builds - nightly devnets & loadtests (0xPolygon#1359)
- 20aa11a Bump golang.org/x/tools from 0.6.0 to 0.8.0 (0xPolygon#1414)
- c3a667e Resolve todo comments in json rpc test (0xPolygon#1400)
- e66c1ff Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (0xPolygon#1416)
- 1384c2e Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (0xPolygon#1419)
- 74a2cfa Bump cloud.google.com/go/secretmanager from 1.8.0 to 1.10.0 (0xPolygon#1102)
- 6427e8c WriteFailedReceipt removed (0xPolygon#1403)
- 989978d ERC 721 tokens bridge integration (0xPolygon#1348)
- de84d4f Allow usage of localstack AWS SSM Parameter Store (0xPolygon#1327)
- b2b7c15 ERC 1155 tokens bridge integration (0xPolygon#1332)
- 8165cd8 Bump go.etcd.io/bbolt from 1.3.6 to 1.3.7 (0xPolygon#1197)
- 8cdd962 Bump github.com/hashicorp/vault/api from 1.8.2 to 1.9.1 (0xPolygon#1405)
- ce1bd88 Bump golang version to 1.19 (0xPolygon#1402)
- fee5ae0 Allowlist package refactor and blocklist implementation (0xPolygon#1388)
- 5feb7f6 Remove manifest init step from network bootstrap workflow (0xPolygon#1389)
- cb49ede Bump github.com/multiformats/go-multiaddr from 0.7.0 to 0.9.0 (0xPolygon#1394)
- 8a2cc34 Bump google.golang.org/grpc from 1.50.1 to 1.54.0 (0xPolygon#1396)
- 62deec1 Bump github.com/libp2p/go-libp2p-pubsub from 0.8.1 to 0.9.3 (0xPolygon#1397)
- 852f44d Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.43.1 to 1.49.1 (0xPolygon#1398)
- 1c7d69f [EVM-586]: Paralelize fund transactions sending (0xPolygon#1399)
- b764741 Bump github.com/hashicorp/go-hclog from 1.3.1 to 1.5.0 (0xPolygon#1393)
- f3a8f21 Bump github.com/prometheus/client_golang from 1.13.1 to 1.15.0 (0xPolygon#1395)
- f0f2716 Append
ExtraVanity
to the beginning of the marshaledExtraData
(0xPolygon#1391) - e37c9da
eth_getBlockByHash
andeth_getBlockByNumber
JSON RPC endpoints should omitCommitted
field (0xPolygon#1383) - a5aea76 Provide correct state sync event logs filter in
TestE2E_Bridge_Transfers
(0xPolygon#1381) - ed1ecd7 Typo in e2e workflow file name (0xPolygon#1387)
- dd7ec79 Remove unused
Seal
field from the extra data (0xPolygon#1379) - eea4fa3 "native-token-config" flag added to genesis command (0xPolygon#1376)
- f1f4e8f Remove validator-set-size from cluster script (0xPolygon#1384)
- de2bd8c Support non-validator nodes in e2e tests (0xPolygon#1378)
- ccbe2b9 Move IBFT E2E tests to nighly builds (0xPolygon#1382)
- c5f83e2 SLACK_TEST_WEBHOOK_URL -> SLACK_EDGE_GITHUB_URL (0xPolygon#1380)
- 3dbacc7 Change folders hierarchy for property tests logs (0xPolygon#1371)
- c8236e0 Eth_call override unit test lint fix (0xPolygon#1374)
- 36772f4 Add eth_call override (0xPolygon#1337)
- f6cc66a Shorten execution time of E2E tests (0xPolygon#1360)
- f23eb43 Deprecate L2 to L1 e2e tests (0xPolygon#1369)
- 5d4c9d9 Obsolete block time flag from server command (0xPolygon#1365)
- 3765811 EVM-584 Panic -> send on closed channel inside syncer (0xPolygon#1364)
- eb45dba Use buffered channel (0xPolygon#1361)
- 0592e11 Add receivers to sync state actions (0xPolygon#1358)
- 99166f0 Evm 505: fuzz tests in nightly build (0xPolygon#1353)
- b48f781 Transactions allow list (0xPolygon#1349)
- afee1c6 Deploy NFT contracts (0xPolygon#1322)
- 0972756 Add docs/sequences.md with deposit, withdraw, and exit sequences (0xPolygon#1354)
- 7911c43 Add e2e test for allowlist proxy (0xPolygon#1338)
- 880c32f EVM-533 Nightly slack notificatinos (0xPolygon#1341)
- 0631dd4 Fix minor punctuation mistakes (0xPolygon#1343)
- 7b7ee40 EVM-568 Increase MaxBlockBacklog for block tracker (0xPolygon#1347)
- 879cdf5 Fix the limit for TX pool contract creation size (0xPolygon#1345)
- ecadb95 EVM-433-TOB-EDGE-35-Lack-of-domain-separation (0xPolygon#1336)
- 7a949d7 Provide hex encoded private key (0xPolygon#1328)
- 99dffd5 Update smart contracts to include validators storage fix (0xPolygon#1325)
- 7b89494 Revert "Evm-533 Notifications to slack about nightly builds (0xPolygon#1339)" (0xPolygon#1342)
- 26118f8 Evm-533 Notifications to slack about nightly builds (0xPolygon#1339)
- 3b0e13b Add godox linter and resolve trivial TODO comments (0xPolygon#1329)
- 83ffef6 Provide correct property tests logs path (0xPolygon#1335)
- 562d542 EVM-535: Use contractsapi bindings throught code (0xPolygon#1321)
- dbbc230 Enable generating of functions with same names (0xPolygon#1331)
- a6fffdc Use wait for ready on e2e test (0xPolygon#1324)
- 15deea1 Some SyncPeerStatus messages were not published (0xPolygon#1320)
- 90d8020 Integrate
NativeERC20Mintable
token contract (0xPolygon#1316) - 16822c1 Fix polygon-edge.sh typos and shellcheck (0xPolygon#1317)
- 985ddb5 Extract storage from blockchain construction (0xPolygon#1318)
- 983ef2d Add
stake
flag to manifest command (0xPolygon#1137) - 308fe5b Simplify state transactions function in FSM (0xPolygon#1312)
- 05d6186 Lower log level of the
ProposerCalculator
logs (0xPolygon#1300) - 8e6c28f Simplify tokens amount handling in e2e tests (0xPolygon#1319)
- 722926b Proposer logging for HasQuorum function fixed (0xPolygon#1310)
- c615d0c EVM-440-Using-UTC-time (0xPolygon#1304)