Skip to content

Commit c7e5419

Browse files
Adding meeting notes for 02/26/26 (#2287)
* Adding meeting notes for 02/26/26 * Adding meeting notes for 02/26/26 * Adding meeting notes for 02/26/26
1 parent 18772a3 commit c7e5419

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

meeting-notes/2026-02-26.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "2026-02-26"
3+
authors: carstenjacobsen
4+
tags: [developer]
5+
---
6+
7+
<iframe
8+
src="https://www.youtube.com/embed/nLxODJal-xQ?si=S__qPuFGYbg-MRit"
9+
width="640"
10+
height="480"
11+
allow="autoplay"
12+
></iframe>
13+
14+
## Protocol Discussion
15+
16+
In this protocol meeting we had two CAPs to discuss and that was CAP-81 and CAP-82.
17+
18+
CAP-81: This CAP introduces a simpler and more efficient eviction scan process. Instead of scanning the BucketList, the new eviction scan just uses in-memory Soroban state. This simplifies the logic while reducing disk reads and speeding up eviction speed.
19+
20+
CAP-82: This CAP adds checked variants of the existing 256-bit integer arithmetic host functions. Unlike the existing functions which trap on overflow, the checked variants return Void on overflow, allowing contracts to handle arithmetic errors gracefully.
21+
22+
Read more about the proposals here:
23+
24+
[CAP-0081](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0081.md) - [Discussion](https://github.com/orgs/stellar/discussions/1868)
25+
26+
[CAP-0082](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0082.md) - [Discussion](https://github.com/orgs/stellar/discussions/1834)

routes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@
886886
/meetings/2025/11/06
887887
/meetings/2026/01/22
888888
/meetings/2026/01/29
889+
/meetings/2026/02/26
889890
/meetings/archive
890891
/meetings/authors
891892
/meetings/authors/carstenjacobsen

0 commit comments

Comments
 (0)