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

Change log #1822

Merged
merged 1 commit into from
Feb 27, 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
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
---
# Ten Testnet Change Log

# Feb 2024-02-27 (v0.23.0)
* An upgrade release to fix issues in the batch limit size which can stop deployment of some large contracts, and to
over-estimate the L1 gas cost to ensure it is possible to submit a transaction for rollup.
* A full list of the PRs merged in this release is as below;
* `21860c19` Overestimate L1 gas costs (#1821)
* `5e057c69` Switch primary and secondary fonts on gateway and tenscan (#1819)
* `d43ae52c` Batch limit: increase max to 36kb (#1817)
* `33d3de82` Network test: local network qol (#1818)
* `b7bea2c4` Fix mutex error (#1810)
* `25f4f5b6` Networktests: add options for test users to use gateway (#1806

# Feb 2024-02-20 (v0.22.0)
* Validator nodes now return errors on transaction submission. Previously, transactions that would fail validation were
accepted into the mempool of the validator without error (e.g. insufficient funds for a transfer, gas below the
Expand Down
Loading