Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Releases: signupcash/signup-core

Release v1.3.0 - Crowdfunding feature

23 May 04:02
@p0o p0o
df7d03a
Compare
Choose a tag to compare

Changelog:

  • Added ANYONECANPAY transaction support with Flipstarter logic
  • Added API to the provider for crowdfunding
  • Created UI for Crowdfunding request
  • Created UI for manual crowdfunding (to support campaigns not integrated with Signup)
  • Added freezing/unfreezing of UTXOs feature
  • Improved the UI in Menu

Release v1.2.1

13 May 15:29
@p0o p0o
1c7861d
Compare
Choose a tag to compare

Changelog:

  • Implemented SLP Tokens Wallet features (Send, View and Receive)
  • Implemented SLP NFT wallet features (Send, View by group and Receive)
  • Added SLP tokens and NFT API in provider (supported by wallet)
  • Added API for SLP Genesis, SLP Send, NFT Group Genesis and NFT Child genesis transactions
  • Drop usage of BCHD
  • Replaced rest.bitcoin.com with decentralized Electrum Cash clustered servers with random selection
  • Added SLPDB utility functions
  • Added customized support for popular NFT tokens in BCH ecosystem
  • Added logic to avoid spending SLP batons and UTXOs
  • Fixed a bug with wallet send fee calculation
  • Fixed a bug with error handling of Electrum
  • Refactored some important transaction functions with better UTXO management
  • Refactored UTXO handling to separate function
  • Removed CashAccount creation while making a new wallet
  • Added examples for new APIs
  • Added toast to show the connected Electrum server to the user
  • Fixed a bug with wallet import
  • Updated the logo
  • Various small fixes, code and UI improvements

Release v1.0-beta

02 May 05:41
@p0o p0o
b2487fc
Compare
Choose a tag to compare

This version includes:

  • Refactoring wallet to Preact
  • Mono repository architecture
  • Functional BCH wallet
  • Independent utility library
  • Digital Signatures capability
  • API design for provider
  • Examples to use basic developer API
  • Bugfixes and improvements