8000 Releases · pyrsia/pyrsia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pyrsia/pyrsia

v0.2.4 - Deploy Pyrsia authority node to AWS, IDE plugin, Unified async mechanisms, Extended transparency log search

13 Feb 18:35
b0116a3
Compare
Choose a tag to compare

Installers:

This version adds some improvements to the 0.2.3 version:

  • Deploy Pyrsia authority node to AWS (excludes the consensus - only bringing up the infrastructure)
  • IDE plugin for Pyrsia - release on github - version 0.1.0
  • rust tool chain update to use new github actions
  • update Rust to 1.66.1
  • extended transparency log search
  • refactorings to use unified async mechanisms in the codebase
  • Blogs - 1 for release and 1 for talking about roadmap

What's Changed

Full Changelog: v0.2.3...v0.2.4

New Contributors

v0.2.3 - Block distribution using gossipsub, no openssl dependency, GH Action with pinned Windows and macOS version, Code Coverage on local

11 Jan 09:11
b0dc62c
Compare
Choose a tag to compare

Installers:

This version adds some improvements to the 0.2.2 version:

  • Improved release docs with manual test plan
  • Added Remove operation to Pyrsia CLI Configuration utility
  • Pyrsia Developer onboarding resources
  • Pinned Windows and OS X version for GitHub runners
  • Brew installer archive listing (https://brewrepo.pyrsia.io/) automation and sync fix.
  • Initiate kademlia bootstrap after probe or dial
  • Blockchain broadcast using GossipSub
  • Enhanced create_transparency_log test
  • Block build on openssl dependency detection either direct or transitive
  • Fixed file path mismatch between skipped and regular linting
  • Local Code Coverage Run Fix

v0.2.2 - libp2p upgrade, rust toolchain, clap update for CLI

20 Dec 07:40
3f62a63
Compare
Choose a tag to compare

This version adds some improvements to the 0.2.1 version:

  • Upgrade libp2p to 0.50.0

  • Upgrade and pin rust version to 1.64

  • Ability to query a requested build's status

  • Improvements in error messages

  • Documentation fixes and improvements

  • Windows Installer

  • macOS brew installer

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - MacOS service, request new artifacts, simpler configuration

29 Nov 18:02
c65228f
Compare
Choose a tag to compare

This version adds some improvements to the 0.2.0 version:

  • Pyrsia node robustness improvements

  • MacOS installer now installs a service

  • Automatically trigger a build if artifact is not found in transparency log

  • Improvements in configuring a node

  • Documentation fixes and improvements

  • Windows Installer

  • macOS brew installer

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0 - Pyrsia network with provenance log, build from source support for docker

24 Oct 18:22
f24b1c4
Compare
Choose a tag to compare

Pyrsia network with provenance log, build from source support for docker

This release candidate includes a number of exciting improvements from the demo version

  • Real Pyrsia network that allows to bootstrap new nodes
  • Build from source service for docker images
  • Provenance log that allows you to inspect packages on Pyrsia
  • Authority nodes that commit to the blockchain
  • Windows Installer
  • macOS brew installer

What's Changed

Full Changelog: v0.1.1...v0.2.0

New Contributors

Pyrsia network with provenance log, build from source support for docker

06 Oct 18:25
78746cb
Compare
Choose a tag to compare

Pyrsia network with provenance log, build from source support for docker

This release candidate includes a number of exciting improvements from the demo version

  • Real Pyrsia network that allows to bootstrap new nodes
  • Build from source service for docker images
  • Provenance log that allows you to inspect packages on Pyrsia
  • Authority nodes that commit to the blockchain
  • Windows Installer

What's Changed

Full Changelog: v0.1.1...0.2.0-rc1

New Contributors

v0.1.1

23 May 17:08
6aadf71
Compare
Choose a tag to compare

Includes initial implementation of NAT piercing to facilitate p2p communication between peers behind NAT based networks.

Instructions to install this version of Pyrsia

What's Changed

Full Cha 96CA ngelog: v0.1.0...v0.1.1

v0.1.0

23 May 17:06
b8f4a6f
Compare
Choose a tag to compare

Initial release with 2 peers communicating with each other and ability to load the central node with all official docker images.

Instructions to install this version of Pyrsia

What's Changed

Full Changelog: https://github.com/pyrsia/pyrsia/commits/v0.1.0

New Contributors

0