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
- Support for core version 21.
- 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
- Implemented token fees.
- Remove sharding-related logic.
- Remove timestamp check on atoms.
- Bug where a MessageParticle was added to a separate particle group.
2.0.0-beta.11 - 2020-07-05
- @radixdlt/hardware-wallet sub-package.
- HardwareWalletIdentity.
- Support for re-bootstrapping to a different network.
- 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
- 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 DSON serilaization issue for atoms with payloads larger than 16k
2.0.0-beta.6 - 2019-10-28
- TravisCI support for integration tests
- Contributing guidelines
2.0.0-beta.5 - 2019-10-01
- Remove the
serializer
field from atom hash to matchrelease/1.0-beta.2
of the Radix engine
2.0.0-beta.4 - 2019-09-19
- 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
- Add error message when trying to transfer to self
- Consolidate RadixNodeDiscoveryHardcoded and RadixNodeDiscoveryHardcodedSecure
- Split Fixed and Mutable supply token particles to match latest core update