Skip to content

Releases: stellar/stellar-core

v0.3.0

17 Nov 01:55
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Rev SCP implementation to the latest version of the whitepaper (November 2015)

Note: this version is not compatible with the 0.2.X series but will still be able to replay history

v0.2.5

06 Nov 17:34
Compare
Choose a tag to compare
  • bug fix in overlay (better handshake)
  • ability to query all known peers for quorum information when using short node ID
  • PREFERRED_PEERS now should work as expected
  • scp command now returns quorum sets as well
  • Extra documentation for running validators

v0.2.4

31 Oct 17:49
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • Fixed edge case when receiving old SCP messages from peers that would cause nodes to crash
  • Changed the way pending transactions are expired (especially important for non validating nodes)
  • Config files are now parsed properly, this fixes an issue with the way node names are tracked
    • note: "self" is not populated automatically anymore, you need to create the alias yourself when defining the NODE_SEED element.

v0.2.3

28 Oct 18:50
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

-fixes crash introduced in v0.2.2
-better able to rejoin network
-adds /quorum that gives information on the state of yours or others quorums
-easier to determine health of the network

v0.2.2

21 Oct 22:04
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Fixed crash when rejoining network
Fixed potential bucketlist corruption when rejoining network
forcescp works again

v0.2.1

20 Oct 15:11
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Many improvements to overlay(the peer networking code)
Better feedback about what is happening during catchup
ability to give nodes a common name in the .cfg

v0.2

12 Oct 22:47
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Fixed crashes in history import with slow archives
  • Improved robustness of history subsystem
  • Improved robustness of overlay
  • Exchange SCP messages when connecting to a new peer
  • Persist latest SCP messages before sending them
  • log SCP state before asserting if due to SCP
  • Validate quorum sets on startup and when receiving messages
  • move to hello2 to allow smoother upgrades in the future
  • version the DB schema

Live Network

30 Sep 01:31
Compare
Choose a tag to compare
Live Network Pre-release
Pre-release
Merge pull request #808 from graydon/auth-all-the-messages

Put all messages in AuthenticatedMessage

Reviewed-by: MonsieurNicolas