Skip to content

Releases: scrtlabs/snip20-reference-impl

SNIP-26 - Allowance queries for SNIP-20 tokens

01 Oct 15:23
ea9fb0c
Compare
Choose a tag to compare
Merge pull request #88 from SolarRepublic/fix/snip-links

Update SNIP links in README.md

SNIP-25 - Improved privacy for SNIP-20 tokens

01 Oct 15:22
92ff4bd
Compare
Choose a tag to compare

SNIP-24 - Query Permits

21 Oct 08:44
173d33e
Compare
Choose a tag to compare

This release implements the SNIP-24 specification.

SNIP-23 - Improved UX to SNIP-20 Send Operations

12 Sep 12:04
8e1e18a
Compare
Choose a tag to compare

This release implements the SNIP-23 specification.

Minor Update to Cargo.toml

12 Sep 12:03
9e51ac4
Compare
Choose a tag to compare

This release includes a small tweak to the Cargo.toml file which should speed up compilation times.

Bugfix in Transaction History

12 Sep 12:02
ead6f74
Compare
Choose a tag to compare

This release fixes two minor bugs:

  • Under some circumstances, when an address would show up more than once in the "from, sender, recipient" fields of transfers (e.g. if address A sends funds from address B to address A using allowance), the event would be registered in history multiple times.
  • In transaction history, in the event of a BurnFrom operation, the burner and owner fields were flipped in the TransactionHistory response.

Bugfix in Allowance Expiration Check

12 Sep 11:57
d335872
Compare
Choose a tag to compare

This release fixes a minor bug. It was found that when giving a new allowance to an account whose previous allowance has expired, the new allowance's size would be the sum of the old allowance's size plus the new allowance's size.

Minor Release - Contract Status Query

12 Sep 11:53
b76b4b4
Compare
Choose a tag to compare

This release adds the Contract Status query which lets users see if transactions have been halted by the admin.

SNIP-22 - Batch Operations

12 Sep 11:51
f7585cd
Compare
Choose a tag to compare

This release implements the SNIP-22 specification.

SNIP-21 - Transaction History and Private Memo

12 Sep 11:49
6b7e750
Compare
Choose a tag to compare

This release implements the SNIP-21 specification.