Skip to content

Releases: ergoplatform/ergo-appkit

Appkit v5.0.4 (with Sigma v5.0.12 and ergo-wallet v5.0.15)

31 Oct 20:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.3...v5.0.4

Appkit v5.0.3 (with Sigma v5.0.8 and ergo-wallet v5.0.12)

20 Jun 13:47
e0ba3dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.2...v5.0.3

Appkit v5.0.2 (with Sigma v5.0.7 and ergo-wallet v5.0.10)

02 May 13:11
a7d5094
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

Appkit v5.0.1 (with Sigma v5.0.5 and ergo-wallet v5.0.7)

16 Mar 13:55
Compare
Choose a tag to compare

This release brings support of Scala 2.13 and reduced by 20% fat jar.

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

Appkit v5.0.0 (with Sigma v5.0.2 and ergo-wallet v5.0.2)

14 Nov 18:41
fbd6ba9
Compare
Choose a tag to compare

This is a major release which support both current version (v4.x) of ergo protocol and also upcoming version (v5.x).

The protocol version which is active on the network is retrieved from Ergo node at the time of transaction signing and the corresponding interpreter is used to execute contracts and sign transactions.

Applications using Appkit v5.0.0 and above will automatically start using new (v5.x) interpreter after v5.0 is activated on the network.

What's Changed

  • Excludes tests from javaClientGenerated in #201
  • Add methods to access spent boxes and save to registers in #198
  • Add methods to construct Coll from Java and use in ErgoValue more easy in #200
  • Use InputBoxesValidator instead of DefaultBoxSelector in #202
  • New TransactionsApi endpoints added in ergoplatform/ergo#1869 in #197
  • Fix ClassCastException introduced in #202 in #206
  • UnsignedTransactionBuilder add methods in #205
  • EIP-0031 babel fees in #204
  • Babelfee bestprice in #207
  • Migrate to sigma v5.0 in #192
  • Test case for issue #199 in #203

Full Changelog: v4.0.11...v5.0.0

Contributors:
@MrStahlfelge, @aslesarenko

Release v4.0.11 (with Sigma v4.0.7 and ergo-wallet v4.0.104)

18 Oct 13:09
a34ff06
Compare
Choose a tag to compare

What's Changed

Related PR: #153

Full Changelog: v4.0.10...v4.0.11

Release v4.0.10 (with Sigma v4.0.5 and ergo-wallet v4.0.27)

08 Jul 17:37
f3f38f8
Compare
Choose a tag to compare

What's Changed

Please see notes in MIGRATION file when updating your codebase from older appkit versions.

Full Changelog: v4.0.9...v4.0.10

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

05 May 14:25
4b4e5f9
Compare
Choose a tag to compare

What's Changed

Please see notes in MIGRATION file when updating your codebase from older appkit versions.

Full Changelog: v4.0.8...v4.0.9

Release v4.0.8 (with Sigma v4.0.5 and ergo-wallet v4.0.24)

22 Mar 18:05
15d5e0a
Compare
Choose a tag to compare

What's Changed

Related PR: #153

Full Changelog: v4.0.7...v4.0.8

Release v4.0.7 (with Sigma v4.0.5 and ergo-wallet v4.0.23)

10 Feb 15:43
623ece4
Compare
Choose a tag to compare

What's Changed

  • Added Boolean ErgoType and Ergovalue by @zargarzadehm in #123
  • Fix problem when using BoxOperations.loadTop for single sender address to select token boxes by @MrStahlfelge in #127
  • Include Context variables in toJson method by @aslesarenko in #126
  • BlockchainContextImpl.getUnspentBoxesFor: skip boxes unknown to node by @MrStahlfelge in #124
  • Add methods to serialize and deserialize an extended public key according to bip-32 by @MrStahlfelge in #128
  • Add additionalRegisters to OutputInfo by @MrStahlfelge in #132
  • Update outdated example by @msathieu in #129
  • Fixed lost ContextExtension while building a transaction by @aslesarenko in #133
  • ergo-wallet upgraded to v4.0.23

New Contributors

Related PR: #135

Full Changelog: v4.0.6...v4.0.7