Skip to content

Releases: ergoplatform/ergo-appkit

Release v4.0.6 (with Sigma v4.0.5 and ergo-wallet v4.0.20)

19 Jan 10:00
Compare
Choose a tag to compare

In this release:

  • support Android 6+
  • Update api client classes (Node and Explorer) #83
  • Implemented mnemonicToSeed based on bouncycastle #90
  • explorerUrl parameter for RestApiErgoClient
  • Added option proxy connection to clients #119
  • Updated sigmastate-interpreter to 4.0.5, updated ergo-wallet to 4.0.20 #120
  • set HAS_SECRETS env var in ci.yml #121

Related PR: #91
Contributors: @aslesarenko @MrStahlfelge @zargarzadehm @K-Singh @dav009 @anon2020s @greenhat

Release v4.0.5 (with Sigma v4.0.3 and ergo-wallet v4.0.12)

15 Jun 11:12
da11a26
Compare
Choose a tag to compare
  • README.md updated
  • Support EIP-3 addresses (#88) closes #87
  • ergo-wallet upgraded to v4.0.12

Related PR: #89
Contributors: @aslesarenko @MrStahlfelge

Release v4.0.4 (with Sigma v4.0.3 and ergo-wallet v4.0.11)

24 May 21:47
db0be9f
Compare
Choose a tag to compare

In this release:

  • Allow transactions with user-defined fee output (#78)

Release v4.0.3 (with Sigma v4.0.3 and ergo-wallet v4.0.9)

21 Apr 09:46
c271f80
Compare
Choose a tag to compare

In this release:

  • Correct cost accumulation when tx is signed (#75)
  • Add backwards compatible 'formatJson' option to the toJson methods (#73)
  • Sigma dependency upgraded to v4.0.3
  • ergo-wallet dependency upgraded to v4.0.9

Contributors: @aslesarenko @wclaeys @scalahub

Release v4.0.2 (with Sigma v4.0.1 and ergo-wallet v4.0.0)

05 Apr 10:31
6680e60
Compare
Choose a tag to compare

In this release:

  • Updated README.md:
    • fixed broken links
    • added link to appkit-examples repository
    • added section Projects that use Appkit
  • ErgoValue.toHex/fromHex methods added
  • switch from java.lang.* to scala.* types in ErgoValue/ErgoType signatures
  • Improvments for ErgoValue (#70)
  • Allow set creationHeight in OutBoxBuilder (#71)

Related PR: #72

Ergo Appkit v4.0.1 (with Sigma v4.0.1 and ergo-wallet v4.0.0)

25 Mar 11:24
8c48ffd
Compare
Choose a tag to compare

In this release:

  • new method ErgoValue.fromHex
  • each InputBox can be extended with context variables (see withContextVars method) (#67)

Related PR: #68

Ergo Appkit v4.0.0 (with Sigma v4.0.1 and ergo-wallet v4.0.0)

27 Jan 08:48
4d9e660
Compare
Choose a tag to compare

This release brings support of Sigma v4.x and ergo-wallet v4.x via upgraded upstream dependencies.

Ergo Appkit v3.3.3 (with Sigma v3.3.1 and ergo-wallet v3.3.3)

04 Nov 13:01
9291d57
Compare
Choose a tag to compare
  • Throw IllegalStateException on duplicate secrets
  • Add support for multiple dlog and DHT secrets

Contributors: @scalahub

Related PR: #64

Ergo Appkit v3.3.2 (with Sigma v3.3.1 and ergo-wallet v3.3.3)

07 Oct 09:00
50fc495
Compare
Choose a tag to compare

Release v3.3.1 (with Sigma v3.3.1)

28 Sep 18:10
2adc7a4
Compare
Choose a tag to compare
  • Update CDN Typesafe maven releases (#58)
  • Update sigma dependency to v3.3.1 (#59)

Contributors: @zargarzadehm @aslesarenko
Related PR: #60