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

Additions to the change log #2020

Merged
merged 2 commits into from
Aug 14, 2024
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
55 changes: 31 additions & 24 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,38 @@
# Ten Testnet Change Log

# August 2024-08-08 (v0.26.0)
* This is an L2 deployment release meaning state will be lost in order to upgrade the network. The release
predominantly fixes known minor issues in the network, including issues deploying and interacting
with contracts using ethers6, and extracting event logs from tx receipts for bridge operations.
* This is an L2 deployment release meaning state will be lost in order to upgrade the network. The release adds in
rate limiting to the TEN gateway, support for using proxy deployments, and for using the ethers6 web3 library.
* A full list of the PRs merged in this release is as below;
* `db6e507e` Revert refactor event log filtering for subscriptions (#2013)
* `b043708a` Initiate bridge deployment (#2012)
* `475b7057` Disable rate limiting on local testnet (#2005)
* `86418f6d` Stopped returning errors on republish. (#2008)
* `396c113d` Only configure docker autorestart on the main containers (#2007)
* `e30e4eaa` Filter out irrelevant l1 txs, before sending into the enclave (#2006)
* `7b62b2e4` Revert message address indexing (#2002)
* `65d96465` Add dummy fields to keep ethers6 happy (#2003)
* `c3ad0a44` Fix for dependency (#2000)
* `3f7f12f9` Implement mock maxpriorityfeepergas (#1999)
* `9e91e5c2` Add ten headers (#1998)
* `ad61bdb0` Gateway rate limiting (#1942)
* `9bd08a23` Fix getblock rpc (#1997)
* `ec5315b6` Personal transaction/contract deployment details page (#1990)
* `97792e4e` Getstorageat with whitelist for proxies deployment (#1987)
* `e9b29779` Allow cors all origins to fix firefox error (#1991)
* `b13272b3` Replace custom query with personal transactions (#1986)
* `81ad4043` Refactor event log filtering for subscriptions (#1988)
* `6a4bc5b9` Fix event sql query (#1984)
* `a3a901bf` Frontend updates (#1932)
* `3b75a255` Block binding fix (#1982)
* `86ee4106` Add network config endpoint (#2016)
* `f692c269` Change network test port (#2018)
* `9b870e0b` Correct print output of the faucet (#2019)
* `1eb7c28e` Improve deadline error (#2015)
* `9e72c760` Remove file logger from the gateway (#2010)
* `68813df6` Increase new heads timeout (#2014)
* `3846fa56` Upgrade local geth version to pos (#1950)
* `d32dfda7` Change log for v0.26 (#2011)
* `db6e507e` Revert refactor event log filtering for subscriptions (#2013)
* `b043708a` Initiate bridge deployment (#2012)
* `475b7057` Disable rate limiting on local testnet (#2005)
* `86418f6d` Stopped returning errors on republish. (#2008)
* `396c113d` Only configure docker autorestart on the main containers (#2007)
* `e30e4eaa` Filter out irrelevant l1 txs, before sending into the enclave (#2006)
* `7b62b2e4` Revert message address indexing (#2002)
* `65d96465` Add dummy fields to keep ethers6 happy (#2003)
* `c3ad0a44` Fix for dependency (#2000)
* `3f7f12f9` Implement mock maxpriorityfeepergas (#1999)
* `9e91e5c2` Add ten headers (#1998)
* `ad61bdb0` Gateway rate limiting (#1942)
* `9bd08a23` Fix getblock rpc (#1997)
* `ec5315b6` Personal transaction/contract deployment details page (#1990)
* `97792e4e` Getstorageat with whitelist for proxies deployment (#1987)
* `e9b29779` Allow cors all origins to fix firefox error (#1991)
* `b13272b3` Replace custom query with personal transactions (#1986)
* `81ad4043` Refactor event log filtering for subscriptions (#1988)
* `6a4bc5b9` Fix event sql query (#1984)
* `a3a901bf` Frontend updates (#1932)
* `3b75a255` Block binding fix (#1982)

# July 2024-07-03 (v0.25.0)
* This is an L2 deployment release meaning state will be lost in order to upgrade the network. Any dApps on the
Expand Down
Loading