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

Update change log for v1.0.0 #2198

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

# December 2024-12-12 (v1.0.0)
* This is an L2 deployment release meaning state will be lost in order to upgrade the network.
* A full list of the PRs merged in this release is as below;
* `a97daec4` Fix websockets not connecting via secure wss (#2195)
* `a56900a9` Add input (optional) to skip deployment and perform build only - gateway frontend (#2196)
* `6febd693` Implement tx execution while reading from the mempool (#2194)
* `1e1afae2` Rename obscurobridge to tenbridge (#2193)
* `ff717b7f` Set message bus fee in a deployment script for testnet (#2190)
* `fec1c492` Testnets: grant sequencer enclaveid permission on l1 (#2185)
* `e5fe097a` Remove balance of message bus for burned native value (#2192)
* `22c8dcde` Refresh when new account is added to improve ux (#2191)
* `99c6f586` Fix phantom events (#2189)
* `682ee360` Batch execution refactor (#2186)
* `2a4562e2` Gethfork: remove broken memsize dependency (#2188)
* `3ef08131` Fix queuemessage draining all funds in sendnative on bridge (#2181)
* `e9d7db08` Fix net_version in the gateway (#2183)
* `c3db0530` Fix for require in callbacks (#2182)
* `28cc79ec` Store certificate and private key in encrypted cosmosdb database (#2177)
* `6288b207` Fix mempool and add error to rpc key query (#2180)
* `777972aa` Cache rpc key (#2179)
* `dc248ddd` Fix race condition (#2178)
* `0012d384` Replaced loki and promethues push uris (#2176)
* `74a62561` Fix address compare (#2175)
* `52c5c175` Generate a certificate inside the enclave (#2162)
* `183bba1e` Adding fees.sol and wiring it up (#2148)
* `f3ebdcef` Refactor the crypto services (#2170)
* `e9f734d3` Host: initiate failover on ha enclave failure (#2160)
* `98327cb4` Fix missing backslash in deployment script (#2173)
* `9fe1a291` Disable rate limiting gateway test (#2172)
* `687dd2af` Enclave: update cache on nodetype change (#2168)
* `edc781ce` Grant enclaves sequencer status script (#2153)
* `dc8945c0` Implement active enclave upgrade (#2167)
* `3b59d789` Gateway - handle ten gateway key exchange (#2156)
* `2a0b2190` Move services (#2166)
* `7782c622` Remove "submittx" from nodetype and improve mempool (#2161)
* `9f834951` Fixed ten_health endpint in wait-node-health script (#2165)
* `ccb802cd` Add cadvisor and node exporter to vms, configure prometheus for central metrics (#2163)
* `a55aa841` Residual gas (#2159)
* `9c610822` Eoa system contract upgrader (#2150)
* `4f813126` Clean export xchain bundle (#2158)
* `9d5e27e1` Create `addsequencer` method (#2157)
* `d9f35c15` Create stub for making validator active and some minor cleanup (#2155)
* `aa5892a6` Split the enclave file into responsibilities (#2154)
* `d6ce39f0` Prerequisite for enclave mode commute (#2151)
* `4420166c` Ha: include enclaveid in guardian logs, fix ha netw test (#2152)
* `531ee563` Expose enclaveid to rpc (#2149)
* `0a5cf6e7` Fix fk constraint error when running host on sqlite (#2141)
* `940fbd19` Fix annoying blob test skip message (#2144)
* `7b9614a6` Small fixes (#2147)
* `ef98d0dc` Fix session keys issue and add new dedicate rpc endpoint (#2146)
* `5ac65f11` Fix verbose parameter bug (#2145)
* `4e7ffeb8` Testnet launcher: default to info lvl logs (#2143)
* `7e7533df` System contract for registering external callbacks to be executed at the end of a batch (#2135)
* `d83dd779` Tudor/fix canonical update (#2140)
* `2302c3a4` Log to a file in local testnet (#2129)
* `561c4449` Remove sim sysout logs (#2139)
* `7f88ff50` Session key fixes and test (#2138)
* `8d69de40` Use etag with cosmosdb (#2136)
* `65e25e07` Session keys (#2131)

# November 2024-11-08 (v0.28.0)
* This is an L2 deployment release meaning state will be lost in order to upgrade the network. The release
adds in proto-danksharding, event log visibility configuration, and fixes to the bridge withdrawals.
Expand Down
Loading