diff --git a/changelog.md b/changelog.md index ae543af641..1bc7ba1d36 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,79 @@ --- # Ten Testnet Change Log -# September 2024-09-07 +# November 2024-11-08 (v0.28.0) +* This is an L2 deployment release meaning state will be lost in order to upgrade the network. The release + adds in proto-danksharding, event log visibility configuration, and fixes to the bridge withdrawals. +* A full list of the PRs merged in this release is as below; + * `75479405` Wip investigate gw bug (#2130) + * `883ca073` Fix (#2128) + * `9618a79d` Setup ten config library to replace our flags approach (#2115) + * `3ab664d1` Test for public node sepolia beacon apis (#2113) + * `4fce4ab7` Deploy scripts: load message bus address dynamically (#2127) + * `fafdc462` Fix gateway frontend dockerfile (#2122) + * `8c3b172e` Keyless synthetic transactions (#2095) + * `1d764e02` Revert "log local testnet gateway logs to file (#2118)" (#2126) + * `c6a05ca7` Clear responsibilities (#2125) + * `bdb6d17a` Sim flakiness (#2123) + * `d1b658a2` Clear responsibilities (#2124) + * `8ce19442` Use cosmosdb in the gateway and encrypt data with encryption key generated inside the enclave (#2104) + * `a98ee3dd` Log local testnet gateway logs to file (#2118) + * `4c162f24` Upgrade dependencies (#2121) + * `663b13f1` Tweak blob gas pricing and improve debug wallet timeout (#2119) + * `32f42037` Tweak cache (#2120) + * `2c5e0808` Fix uat env vars (#2116) + * `81d65b98` Change default log path in local testnet gateway (#2114) + * `8e5e572b` Single pass gas estimation (#2108) + * `0f990fc4` Fix debug log endpoint (#2112) + * `b6e8b0fd` Change default log option (#2110) + * `46d94aef` Beacon process/ protodanksharding clean up tasks (#2101) + * `57a337a8` Tokens withdrawal fix (#2109) + * `5ea5a994` Load system contract addresses on restart (#2102) + * `464b9047` Small flakyness fixes (#2105) + * `db6bc71f` Tagged release images (#2106) + * `061427bf` Remove github run number from dns name for sequencer and validators (#2094) + * `684a115e` Cache receipts (#2103) + * `0b0cc5e8` Cache tweaks (#2098) + * `ba9c10bb` Wip - proto-danksharding (#2060) + * `483e66bb` Fix for gas overprint (#2099) + * `a9b0cbee` Hard lock on versions (#2097) + * `51596d72` Cache few batches (#2096) + * `19a6e4f8` Fix db type (#2093) + * `2f8fce2e` Fix table alias name (#2089) + * `b8a602b2` Move blocknrorhash into the enclave (#2090) + * `77d610e0` Improve debug log relevancy (#2075) + * `7337b1a9` Refactor event log filtering for subscriptions (#1988) (#2062) + * `c058c643` Rework tx receipt storage logic (#2085) + * `1c196b0b` Gas estimation fix for proxies (#2088) + * `10421be6` Update ts config relative path (#2086) + * `3d103d64` [tenzen] system contracts deployment flow (#2079) + * `ab6da10f` [tenscan] implement monorepo changes (#2064) + * `d88f5536` [frontend] monorepo changes (#2084) + * `ca2a23de` Deploy gateway backend as sgx (#2050) + * `02acea0b` Github actions fix for dexynth gateway (#2078) + * `ed5faca2` Refactor deployment workflow for ten bridge (#2082) + * `320e04d8` Update bridge host (#2081) + * `da16a2ce` [bridge] frontend development (#1908) + * `156c55cb` Fix: added promtail for gateway and gateway db (#2074) + * `e022981a` Add pnpm installation to dockerfiles (#2072) + * `e86c051c` [frontend] update workflow and package mgr for monorepo config (#2069) + * `98883007` Improve visibility config (#2066) + * `ae384cd2` Wire sender in the events sql (#2071) + * `8cf3b013` Wire debug event relevancy in gateway (#2070) + * `6aafb897` Fix get_storage_at (#2065) + * `4ba05391` Improve debug_logs (#2061) + * `ff1b1baf` Allow storage at for transparnet contracts (#2059) + * `d0e17cbf` Call 'visibilityrules' method (#2058) + * `3e8c21f6` Event visibility config part 2 (#2057) + * `0bb12208` Fixed host name for promtail config (#2055) + * `ca6843e6` Add plumbing for visibility config (#2056) + * `be1ad50b` Fix: replaced datadog agent with promtail (#2053) + * `aad1041a` Fix networks.json; increase timeout on xchain withdrawal script (#2044) + * `54dd079b` Minor logging improvements to the cross chain messaging components (#2051) + * `cb90bc14` Fix geth network on pr build (#2052) + * `f6ff1a5b` Update seo assets and metadata (#2041) + +# September 2024-09-07 (v0.27.0) * This is an L2 deployment release meaning state will be lost in order to upgrade the network. * A full list of the PRs merged in this release is as below; * `a40b73b1` Remove the body of the l1 blocks from the payload sent into the enclave (#2046)