Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: stellar/stellar-core

v27.0.0

05 Jun 19:51
@sisuresh sisuresh
7696c06
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Protocol 27

This release bumps the protocol to version 27, which includes CAP-0071: Authentication delegation and address-bound Soroban credentials.

New features

  • Allow secrets to be provided from a file or environment variable by @sisuresh in #5177
  • Allow DATABASE config in file by @sisuresh in #5219
  • Enable downloading of transaction sets in parallel with early SCP stages by @bboston7 in #5209
  • Module cache rebuild logic by @graydon in #5175
  • Skip building invariant delta when no invariants are enabled. by @dmkozh in #5289
  • Relax invariants in recordStorageChanges for optimization. by @dmkozh in #5290
  • Sort entry pointers in convertToBucketEntry. by @dmkozh in #5291
  • Add option to generate LCM from tests by @sisuresh in #5178
  • Make LCM capture deterministic and add shorten file names by @sisuresh in #5203
  • Enable diagnostics when using --capture-lcm by @sisuresh in #5251
  • Add DISABLE_TX_META_FOR_TESTING config flag. by @dmkozh in #5285
  • Allow overriding block time bounds for testing by @marta-lokhova in #5239
  • Add ledger age histrogram to support "min block time" test by @marta-lokhova in #5237
  • Add a script for converting frozen ledger key settings to hex. by @dmkozh in #5246
  • Misc apply load improvements by @dmkozh in #5196
  • Add a custom token transfer benchmark mode for apply load. by @dmkozh in #5200
  • Generate classic transactions in every apply load mode. by @dmkozh in #5201
  • Add Soroswap benchmark mode for apply load. by @dmkozh in #5204
  • Simplify apply load limits mode. by @dmkozh in #5249
  • Misc updates for apply load matrix script. by @dmkozh in #5232
  • Add a script for running apply-load on a fixed AWS instance. by @dmkozh in #5256
  • Add instance parameter to apply_load_aws script. by @dmkozh in #5281
  • Simulate apply configs now support parallel apply by @marta-lokhova in #5255
  • Simulate sleep in apply before posting back to main by @marta-lokhova in #5297
  • overlay-only loadgen mode updates: checkValid cleanup and new tx profiles by @marta-lokhova in #5243
  • Fix TPS/TPL conversion for max-sac-tps. by @dmkozh in #5259

Stability improvements

New Contributors

Full Changelog: v26.0.0...v27.0.0

Assets 2
Loading

v26.1.0

15 May 18:03
@jayz22 jayz22
427aa39
This commit was signed with the committer’s verified signature.
bboston7 Brett Boston
GPG key ID: 32F191A2E854FF7D
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Replace block on transactions using ed25519SignedPayload signatures with an overall cap on signature verifications stellar-core will perform per transaction + Fix a crash during validation of malformed legacy transaction sets. by @bboston7 and @dmkozh in 427aa39

Full Changelog: v26.0.1...v26.1.0

Contributors

bboston7 and dmkozh
Loading

v26.0.1

13 Apr 19:13
@sisuresh sisuresh
e78c97e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stability Fixes

  • Block transactions using ed25519SignedPayload signatures 9e5838e
  • Full hash-of-hash for Overlay adverts to prevent hash prefix collision b261e19
  • Fix an edge case bug by which validators containing any LOW quality validators in their quorum set could get stuck in an infinite loop 437988f

Full Changelog: v26.0.0...v26.0.1

Loading
MAhdi3169 reacted with laugh emoji
1 person reacted

v26.0.0

31 Mar 23:35
@sisuresh sisuresh
8e43a2d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #5118

Full Changelog: v25.2.2-external...v26.0.0

Loading

v25.2.2-external

24 Mar 23:28
@sisuresh sisuresh
1a44083
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Stability fixes
Update soroban-env submodule

Full Changelog: v25.2.1-external...v25.2.2-external

Loading

v25.2.1-external

19 Mar 22:06
@marta-lokhova marta-lokhova
3356bd4
This commit was signed with the committer’s verified signature.
GPG key ID: A620C7117D41784D
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Stability fixes
  • Update soroban-env submodule

Full Changelog: v25.2.0...v25.2.1-external

Loading

v25.2.0

18 Mar 22:05
@marta-lokhova marta-lokhova
bb195c4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Various stability fixes.

Full Changelog: v25.1.3...v25.2.0

Loading

v25.1.3

18 Mar 21:58
@marta-lokhova marta-lokhova
9150dcf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Improvements to overlay.

Full Changelog: v25.1.1...v25.1.3

Loading

v25.1.1

10 Feb 22:59
@marta-lokhova marta-lokhova
a539393
This commit was signed with the committer’s verified signature.
sisuresh Siddharth Suresh
GPG key ID: B124D3974C3EA866
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v25.1.0...v25.1.1

Contributors

sisuresh
Loading

v25.1.0

23 Jan 00:13
@bboston7 bboston7
414a5e5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Stability improvements

New features

  • Add command line util to calculate total supply of assets and validate total coins for XLM. by @sisuresh in #4983
  • Add options for stripping upgrades from Values by @bboston7 in #5042
  • Add metric for eviction scan duration by @drebelsky in #5037
  • Add apply-load mode for searching ledger limits. by @dmkozh in #5031
  • Lumen snapshot invariant by @sisuresh in #5059

Future deprecation warning

  • The configuration option EXPERIMENTAL_BACKGROUND_TX_SIG_VERIFICATION has been renamed to BACKGROUND_TX_SIG_VERIFICATION. If you are using EXPERIMENTAL_BACKGROUND_TX_SIG_VERIFICATION in your configuration file, please update it to the new name as the old option will be removed in a future release.
  • The configuration option EXPERIMENTAL_PARALLEL_LEDGER_APPLY has been renamed to PARALLEL_LEDGER_APPLY . If you are using EXPERIMENTAL_PARALLEL_LEDGER_APPLY in your configuration file, please update it to the new name as the old option will be removed in a future release.

Full Changelog: v25.0.1...v25.1.0

Loading
Previous 1 3 4 5 23 24
Previous

AltStyle によって変換されたページ (->オリジナル) /