Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added release notes for v0.17 #1519

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/_docs/testnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down