2024-08-29
Agenda: Discord thread
CAP Core team deliberated on the proposed CAPs:
- Addition of a constructor to Soroban's flavor of Rust. CAP
- Team's concern was about potential break in compatibility, which Dima had addressed. There were no further concerns.
- Addition of BLS12-381 curve and required field arithmetics - CAP
- Team's concern was about providing functions to check invalid input. It's too computationally expensive to do the check at the contract layer so the it may need to be implemented as a host function. Jay is seeking ecosystem input around use cases that require strict input validation.
- There were no further concerns.
- Increase performance by upgrading Soroban's VM. CAP Discussion
- Team's comments were about accuracy of the measurement method but the demonstrated benefits of wall clock time were thought to be promising.
- There was a suggestion to expose performance improvements to contract developers thus creating the incentive to optimize contracts to leverage the improvements.
- There were no further concerns.