Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
101 lines (57 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

101 lines (57 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

2.0.0-beta.13 - 2020-17-12

Added

  • Support for core version 21.

Fixed

  • Bug that caused invalid state when working with multiple particle groups in an atom.
  • Retry mechanism used when connecting to faucet.

2.0.0-beta.12 - 2020-08-12

Added

  • Implemented token fees.
  • Remove sharding-related logic.
  • Remove timestamp check on atoms.

Fixed

  • Bug where a MessageParticle was added to a separate particle group.

2.0.0-beta.11 - 2020-07-05

Added

  • @radixdlt/hardware-wallet sub-package.
  • HardwareWalletIdentity.
  • Support for re-bootstrapping to a different network.

Fixed

  • Https in trusted node connection.
  • Decrease amount of retries when connecting to a node.
  • Send an error event when SUBMISSION_ERROR atom update is triggered.

2.0.0-beta.10 - 2020-04-23

  • Added retry when connecting to nodes.

2.0.0-beta.9 - 2020-02-12

  • Update to radix-core release/1.0-beta.6
  • Enable encrypting arbitrary data with RadixKeystore

2.0.0-beta.8 - 2020-02-12

  • Update to radix-core release/1.0-beta.5
  • Upgrade dependencies to fix security vulnerabilities

2.0.0-beta.7 - 2019-11-11

Added

  • Implement a proper serializer for universe configurations
  • Validate universe match on connection, to prevent accidentally connecting to the wrong universe
  • Trusted node bootstrapping(load the unvierse configuration from a trusted node instead of a local copy) for CI
  • Enable minting tokens directly into someone else's account

Fixed

  • Fixed DSON serilaization issue for atoms with payloads larger than 16k

2.0.0-beta.6 - 2019-10-28

Added

  • TravisCI support for integration tests
  • Contributing guidelines

2.0.0-beta.5 - 2019-10-01

Removed

  • Remove the serializer field from atom hash to match release/1.0-beta.2 of the Radix engine

2.0.0-beta.4 - 2019-09-19

Added

  • Implement a RadixLedger component, which acts as a centralized caching layer between the network and the clients. It also manages finality calculations

2.0.0-beta.3 - 2019-08-19

Added

  • Add error message when trying to transfer to self

Changed

  • Consolidate RadixNodeDiscoveryHardcoded and RadixNodeDiscoveryHardcodedSecure
  • Split Fixed and Mutable supply token particles to match latest core update