Skip to content

Releases: stellar/rs-soroban-env

23.0.0-rc.2

03 Jul 19:12
b5b47eb
Compare
Choose a tag to compare
23.0.0-rc.2 Pre-release
Pre-release

What's Changed

  • Bump XDR for env. by @dmkozh in #1508
  • P23 by @graydon in #1511
  • Surface module cache for reuse. by @graydon in #1506
  • Tighten the budget estimations in e2e tests. by @dmkozh in #1512
  • Remove unstable-next-api feature guards. by @dmkozh in #1515
  • Remove check_same_env from EnvBase trait by @leighmcculloch in #1516
  • Implement CAP-68 - host function to get the executable given an address. by @dmkozh in #1517
  • Temporarily revert changes post p23 env switch by @dmkozh in #1524
  • Non muxed info related SAC changes for CAP-0067 by @sisuresh in #1526
  • Add support for muxed accounts in Soroban host. by @dmkozh in #1525
  • Add support for muxed addresses in SAC transfer. by @dmkozh in #1528
  • switch to wasm32v1-none for contract wasm target by @graydon in #1529
  • Reusable module cache redux by @graydon in #1530
  • Bump XDR for env. by @dmkozh in #1532
  • Return the rest of pre-CAP-67 changes by @dmkozh in #1531
  • Add SAC balance tests by @sisuresh in #1533
  • Remove from_muxed_id, and allow to_muxed_id to be set on mint by @sisuresh in #1534
  • Small optimization for Symbol. by @dmkozh in #1520
  • Implement fee-related changes of CAP-66. by @dmkozh in #1522
  • Fixes for benchmark build by @dmkozh in #1536
  • Add support for automatic restoration for the 'recording' mode. by @dmkozh in #1523
  • Bump env by @jayz22 in #1541
  • Properly handle auto-restored entries in e2e_invoke. by @dmkozh in #1542
  • Bump XDR in env to pick up the most recent changes. by @dmkozh in #1543
  • Update stellar-xdr dependency to latest commit by @leighmcculloch in #1545
  • CAP 69 - Host functions for String<->Bytes conversion by @jayz22 in #1544
  • Bump XDR to pick the most recent p23 changes by @dmkozh in #1548
  • Bump XDR to pick up tx_max_in_memory_read_entries rename by @dmkozh in #1549
  • Update XDR to v23.0.0-rc.1 by @dmkozh in #1550
  • Update version to 23.0.0-rc.1 by @dmkozh in #1553
  • Rename Host::check_same_env to Host::is_same by @leighmcculloch in #1555
  • Add test utilities to compensate hiding the storage interface. by @dmkozh in #1556
  • Bump version to 23.0.0-rc.1.1 by @github-actions in #1557
  • Scale shadow CPU limit in simulation 10x, shadow memory limit 2x. by @dmkozh in #1559
  • Remove the limit from the event debug info implementation. by @dmkozh in #1561
  • Stop adding write entry count to disk read entry count by @sisuresh in #1563
  • Fix local build targeting wasm32-unknown-unknown by @jayz22 in #1564
  • Pass actual restored entry ids into invoke_host_function. by @dmkozh in #1569
  • Discount code entry rent by 50% by @dmkozh in #1562
  • Fix the SAC allowance TTL extension. by @dmkozh in #1560
  • Update contract code rent computations. by @dmkozh in #1571
  • Bump version to 23.0.0-rc.2 by @github-actions in #1573

Full Changelog: v22.1.4...v23.0.0-rc.2

23.0.0-rc.1.1

19 May 22:01
0036f29
Compare
Choose a tag to compare
23.0.0-rc.1.1 Pre-release
Pre-release

What's Changed

  • Rename Host::check_same_env to Host::is_same by @leighmcculloch in #1555
  • Add test utilities to compensate hiding the storage interface. by @dmkozh in #1556
  • Bump version to 23.0.0-rc.1.1 by @github-actions in #1557

Full Changelog: v23.0.0-rc.1...v23.0.0-rc.1.1

23.0.0-rc.1

16 May 23:49
28a3e19
Compare
Choose a tag to compare
23.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v22.1.3...v23.0.0-rc.1

22.1.4

29 Apr 00:43
633ae17
Compare
Choose a tag to compare

What's Changed

This is a patch release based on 22.1.3 release. It includes the following commit:

  • Scale shadow CPU limit in simulation 10x, shadow memory limit 2x. 922ed1e

v22.1.3

06 Jan 22:27
c535e4c
Compare
Choose a tag to compare

What's Changed

  • Update README.md for rs-soroban-env by @dmkozh in #1501
  • Allow passing the setting for non-root auth to the simulation. by @dmkozh in #1503
  • Add invocation resource metering to check auth testutil. by @dmkozh in #1504
  • Bump version to 22.1.3 by @github-actions in #1505

Full Changelog: v22.1.2...v22.1.3

22.1.2

12 Dec 12:23
a327d03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22.1.1...v22.1.2

v22.1.1

12 Dec 00:13
6e700f2
Compare
Choose a tag to compare

What's Changed

  • Add a function to inherit the recording auth settings when switching to recording mode by @dmkozh in #1495
  • Expose structs used for invocation metering. by @dmkozh in #1496
  • Bump version to 22.1.1 by @github-actions in #1497

Full Changelog: v22.1.0...v22.1.1

22.1.0

18 Nov 23:47
992edd7
Compare
Choose a tag to compare

What's Changed

  • Fix an issue in footprint simulation and add some test coverage for it. by @dmkozh in #1486
  • Add a test-only mechanism for metering most of the relevant resources per-invocation by @dmkozh in #1482
  • Add a new function to loadgen contract for apply load testing. by @dmkozh in #1492

Full Changelog: v22.0.0...v22.1.0

22.0.0

06 Nov 00:40
1cd8b8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.2.0...v22.0.0

21.2.2

24 Oct 22:35
7eeddd8
Compare
Choose a tag to compare

Full Changelog: v21.2.1...v21.2.2

  • Ported the implementation of binary search from Rust <=1.81 to Soroban (#1477)
  • Bump rust binaries for CI