Skip to content

Releases: BTCgreen-Network/littlelambocoin-blockchain

Littlelambocoin-blockchain-1.7.0

22 Nov 22:21
Compare
Choose a tag to compare

Aligned with Chia 1.7.0b2 code

Littlelambocoin-blockchain-1.6.1

10 Oct 07:13
Compare
Choose a tag to compare

Aligned with Chia 1.6.0
Fixes the issue when a proof was found and not getting the reward
Thank you for being patient with me!
With the Help of @zcomputerwiz and @WarutaShinken

Littlelambocoin-blockchain-1.6.0

24 Sep 22:55
Compare
Choose a tag to compare

Aligned with Chia 1.6.0 Code Base new features are below.

This release is largely focused on providing a new primitive called DataLayer for developers. We also have added a new feature enabling dust filtering when syncing a wallet.

Key features of DataLayer include:
Key Value Store

Tabular data can be stored as key/value pairs
Keys and values of each row are stored as binary and can be any data type, including for example JSON
The hash of the table (β€œroot”) is stored in a singleton on chain

Data Propagation

Datalayer data can be hosted by most/any HTTP server, including cloud providers like AWS, Azure, GCP
Support for multiple URL mirrors of the data. Mirror URLs are announced on-chain to enable automatic discovery
Includes a basic HTTP server with Chia
Anyone can participate in ensuring the durability of blockchain data by hosting a mirror

Proof Of Inclusion

The Chia DataLayer singleton can be spent by its owner in a way that cryptographically proves the inclusion of a particular row (or multiple rows), specified by the hash of the data in that row

Two-Party Commit

Using DataLayer offer files and proofs of inclusion, two people can coordinate a simultaneous (β€œatomic”) update of their respective data

For end users:
Dust filtering

This is a new feature for end users that enables a wallet sync to ignore dust when calculating wallet balances. This benefits dusted wallets by further improving wallet sync speed through trusted or untrusted sync. After the first 200 transactions, the wallet will ignore coins below the dust size of 1 million mojos. Both the dust size threshold and the number of transactions are configurable in config.yaml. When dust is filtered the coin values do not show up in any transaction list and will also result in balances being calculated without the value of the dust being filtered. See our FAQ for more details.
Added

DataLayer
    https://devs.chia.net/guides/datalayer-user-guide
GUI Settings section for DataLayer
    Enable DataLayer toggle
    Enable File Propagation Server toggle
XCH Dust Filter
    https://github.com/Chia-Network/chia-blockchain/wiki/FAQ/#what-is-the-dust-filter
GUI Settings Auto-Login toggle (GUI only)

Modified

Delayed pool config update until after sync
Minor change to handling sync height to avoid race condition with blockchain DB
Ignore FileNotFoundError when checking SSL file permissions if the file doesn’t exist

Fixed

Fixed missing wallet state_changed events for GUI
Fixed several bugs related to wallet sync status
Fixed GUI issue for CAT offers where the CAT Tail would not show in the tooltip for Unknown CATs (https://github.com/Chia-Network/chia-blockchain-gui/issues/950)

Known Issues

The CLI command chia configure --enable-data-server, and the config.yaml parameter at data_layer.run_server have no effect, and will be removed in the future
DataLayer offers cannot be accepted (take_offer) if the offer has inclusions for the exact same key/value data for both maker and taker inclusions.

Littlelambocoin-blockchain-1.5.0

08 Aug 00:33
Compare
Choose a tag to compare

Aligned with Chia 1.5.0

Littlelambocoin-blockchain-1.4.0

06 Jul 10:43
Compare
Choose a tag to compare

This update includes all of the changes introduced in Chia 1.4.0

Littlelambocoin-blockchain-1.3.3

12 Apr 11:26
Compare
Choose a tag to compare

Fixes the OpenSSL CVE-2022-0778 Vulnerability

Littlelambocoin-blockchain-1.3.1

18 Mar 18:09
Compare
Choose a tag to compare

Aligned with Chia 1.3.1
Fixes many issues that were introduced in Chia 1.3.0

littlelambocoin-blockchain-1.3.0

16 Mar 16:35
Compare
Choose a tag to compare

Aligned With Chia 1.3.0
V2 database are now supported, just run "littlelambocoin db upgrade"

Littlelambocoin-blockchain-1.2.11-1

12 Jan 11:34
Compare
Choose a tag to compare

Fixed the GUI hang up on first install!
Not a mandatory update if you already have LLC installed

Littlelambocoin-blockchain-1.2.11

10 Jan 02:31
Compare
Choose a tag to compare

Initial Release!
Aligned with Chia 1.2.11