This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Releases: slushsdk/slush
Releases · slushsdk/slush
v0.3.0-alpha
Until now Slush supported multiple local nodes. With this release we introduce support for multiple nodes across remote computers.
Highlights
The application:
- runs on alpha-goerli testnet
- uses Protostar's new multicall feature
- supports Argent/Braavos wallets
- (running as a validator node) can be inspected by other non-validator nodes on remote computers
- base branch has been changed to support tendermint-rs ABCIs in the future
v0.2.0-alpha
So far Slush has been running on a single node. With this release it will be capable of running multiple decentralised nodes.
Highlights
The application:
- supports running multiple nodes in docker
- migrated to use Starknet CLI commands and wallet handling instead of Protostar
v0.1.0-alpha
This first release focused on communication between a single Tendermint node and the Starknet light client contract.
Highlights
The application is now capable of
- deploying a Cairo light client contract to a local devnet
- verifying Tendermint light headers
- running a KV Store app on Tendermint as a demo