stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
59 stars 40 forks source link

Tracking issue to bump dependent rust crates prior to protocol 22 #1353

Open anupsdf opened 5 months ago

anupsdf commented 5 months ago

What?

Audit our dependent crates to see if we need to bump their versions. Also, compare stellar-core pinned versions with that of rs-soroban-env crates.

Why?

For example, we have curve25519-dalek crate in env that allows for the version range of 4.1.1 to 4.1.2 while core pins to 4.1.1. Evaluate to see if we can pin env to a specific version and point core to that.

### Tasks
- [ ] curve25519-dalek crate v4.1.2
- [ ] k256 v13.3.0
anupsdf commented 1 month ago

We can do this once https://github.com/stellar/stellar-core/issues/4278 if fixed.