From c4bef342c73273ee0d7abafd79a61813b7f3d681 Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Thu, 14 Sep 2023 10:59:06 +0100 Subject: [PATCH] Added release notes (#1519) --- docs/_docs/testnet/changelog.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/_docs/testnet/changelog.md b/docs/_docs/testnet/changelog.md index 40bd3c06ec..a8dcbcdd0e 100644 --- a/docs/_docs/testnet/changelog.md +++ b/docs/_docs/testnet/changelog.md @@ -2,6 +2,40 @@ --- # Obscuro Testnet Change Log +# Aug 2023-09-14 (v0.17.0) +* A list of the PRs merged in this release is as below; + * `43e99a9b` Refactor storage to allow for different dbs + tests (#1517) + * `1e6ba68f` Tweak og database deploy (#1515) + * `2e56932f` Obscuro gateway database deploy (#1514) + * `b7b4e3e3` Change config to use rpc urls instead of host and port (#1512) + * `764f98d7` Aggressive header compression (#1502) + * `28d007bd` Filter for tx with any obscuro interactions (#1509) + * `4ddbf93f` Hardhat: ensure token script doesn't spin when waiting (#1508) + * `61a90b0d` Change back to inputs (#1507) + * `5b18d686` Fix the event relevancy fields (#1506) + * `b4cbf13e` Limit enclave fed l1 receipts to obscuro-relevant tx (#1495) + * `2d2f7e46` Enclave guardian: remove superfluous running flag (#1505) + * `98a86e6f` Open port 3002 on gateway for websockets (#1504) + * `eeefcb14` L1 client - change reconnect to reconnect if dead (#1503) + * `73c0e9ee` Fix ci tests (#1496) + * `1978e19e` Add a isincomingp2penabled flag (#1491) + * `4cb161e3` Set the debug namespace on the validator (#1494) + * `50d2dc94` Fix txhash field in sql (#1493) + * `d0357c92` Fixing the debug namespace wiring (#1492) + * `509d76fb` Add loglevel flag (#1490) + * `d0dc3165` Update testnet-kpis.md (#1441) + * `8bb1b465` Use versioning with obscuro gateway api (#1486) + * `6ed6b304` Uses a prebuilt obscuro node image (#1487) + * `998c8449` Merge stopcontrol + breaker packages (#1485) + * `b50b5f76` Bump eth2network (#1483) + * `94775344` Fix for zero hash geth errors (#1484) + * `923d5c6d` Upgrading geth to 1.12 (#1481) + * `c6178c2a` User getstorageat with parameter "getuserid" to get userid from request url (#1478) + * `81c611d0` Add sepolia network runner to ide tools (#1480) + * `4a74826a` Subscribe for all clients from user if there is no address (#1467) + * `0e34f367` Add very primitive db migration mechanism. (#1479) + * `2e2b2019` Add verified data pages + obscuro info endpoint (#1476) + # Aug 2023-08-22 (v0.16.0) * A list of the PRs merged in this release is as below; * `670af392` Add condition to only log slow storage calls (#1475)