Skip to content

Commit

Permalink
Additions to the change log (#2020)
Browse files Browse the repository at this point in the history
* More changes

* Latest changes
  • Loading branch information
moraygrieve authored Aug 14, 2024
1 parent 86ee410 commit c10cbf2
Showing 1 changed file with 31 additions and 24 deletions.
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

0 comments on commit c10cbf2

Please sign in to comment.