Skip to content
New issue

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

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

Already on GitHub? # to your account

Update recent_changelog.md #1513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
33 changes: 24 additions & 9 deletions recent_changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
## 2025.02 Update
1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md)
2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries
3. Series of improvements for extra currency adoption: fixed c7 in rungetmethod, reserve modes
4. TVM: Fix processing continuation control data on deep jump
5. A few fixes of tl-b schemes: crc computation, incorrect tag for merkle proofs, advance_ext, NatWidth print
6. Emulator improvements: fix setting libraries, extracurrency support
7. Increase of gas limit for unlocking highload-v2 wallets locked in the beginning of 2024
8. Validator console improvement: dashed names, better shard formats

### Core Improvements & Fixes
1. Multiple improvements and fixes for `Config8.version >= 9` – see [GlobalVersions.md](./doc/GlobalVersions.md) for details.
2. Enhanced discovery of updated nodes' (validators') IPs by implementing DHT query retries.
3. Various improvements for extra currency adoption, including:
- Fix for `c7` in `rungetmethod`
- Enhancements in reserve modes
4. **TVM Updates**: Improved processing of continuation control data on deep jumps.
5. **TL-B Scheme Fixes**:
- CRC computation corrections
- Fix for incorrect tag usage in Merkle proofs
- Improvements to `advance_ext` and `NatWidth` printing
6. **Emulator Enhancements**:
- Fixed issues with setting libraries
- Improved extra currency support
7. Increased gas limit to unlock **highload-v2 wallets** that were locked in early 2024.
8. **Validator Console Improvements**:
- Enhanced formatting for shard displays
- Support for dashed names

Besides the work of the core team, this update is based on the efforts of @dbaranovstonfi from StonFi(libraries in emulator), @Rexagon (ret on deep jumps), @tvorogme from DTon (`advance_ext`), Nan from Zellic (`stk_und` and JNI)
### Contributors
This update incorporates contributions from the core team and community members, including:
- **@dbaranovstonfi** from StonFi – **Libraries in the emulator**
- **@Rexagon** – **RET improvements on deep jumps**
- **@tvorogme** from DTon – **Fixes for `advance_ext`**
- **Nan** from Zellic – **Enhancements for `stk_und` and JNI**