Skip to content

Releases: radixdlt/rola

v2.1.0

20 Nov 11:23
71844a8
Compare
Choose a tag to compare

2.1.0 (2024-11-20)

🔁 Chore

  • extend neverthrow version range (81cc351)

✅ Tests

  • add coverage reporting (fb67599)
  • add test case for invalid public key (4654e30)

v2.1.0-dev.1

20 Nov 11:05
Compare
Choose a tag to compare
v2.1.0-dev.1 Pre-release
Pre-release

2.1.0-dev.1 (2024-11-20)

✨ Features

  • bump dependencies in full stack example (a17bde0)

✅ Tests

  • add coverage reporting (fb67599)
  • add test case for invalid public key (4654e30)

v2.0.2-dev.1

11 Oct 17:16
b1d27d5
Compare
Choose a tag to compare
v2.0.2-dev.1 Pre-release
Pre-release

2.0.2-dev.1 (2024-10-11)

🔁 Chore

  • extend neverthrow version range (81cc351)

v2.0.1

15 Aug 08:42
0afb94a
Compare
Choose a tag to compare

2.0.1 (2024-08-15)

🐛 Fixes

  • bump @radixdlt/radix-engine-toolkit@^1.0.5 (26bab83)

v2.0.0

09 May 09:30
585a90f
Compare
Choose a tag to compare

2.0.0 (2024-05-09)

⚠ BREAKING CHANGES

Remove NetworkId export

Remove NetworkId re-exported from @radixdlt/radix-engine-toolkit. Developers are welcomed to use NetworkId from one of the following packages:

  • @radixdlt/babylon-gateway-api-sdk
  • @radixdlt/radix-engine-toolkit
  • @radixdlt/radix-dapp-toolkit

Alternatively you can provide raw number - 1 for Mainnet, 2 for Stokenet when configuring Rola

✨ Features

  • Externalize all dependencies and stop locking to particular versions. This gives more flexibility to developers in terms of choosing which dependencies version they want (6261394)

📝 Documentation

v2.0.0-dev.1

23 Apr 09:51
7dfff4e
Compare
Choose a tag to compare
v2.0.0-dev.1 Pre-release
Pre-release

2.0.0-dev.1 (2024-04-23)

⚠ BREAKING CHANGES

  • remove NetworkId re-exported from @radixdlt/radix-engine-toolkit

✨ Features

  • externalize all dependencies (6261394)

v1.1.0

05 Apr 13:59
b43c91b
Compare
Choose a tag to compare

1.1.0 (2024-04-05)

✨ Features

  • use @noble/curves instead of elliptic (#21) (7805cf5)

v1.1.0-dev.1

05 Apr 13:53
7805cf5
Compare
Choose a tag to compare
v1.1.0-dev.1 Pre-release
Pre-release

1.1.0-dev.1 (2024-04-05)

✨ Features

  • use @noble/curves instead of elliptic (#21) (7805cf5)

v1.0.5

05 Apr 13:17
Compare
Choose a tag to compare

1.0.5 (2024-04-05)

🐛 Fixes

  • stop using Buffer for secp256k1 (0e38f8a)

📝 Documentation

  • update contributing guidelines. Add code of conduct (5bf5ce4)

v1.0.4

20 Mar 12:43
b20fdc8
Compare
Choose a tag to compare

1.0.4 (2024-03-20)

🔁 CI

  • use forked github actions (25201ca)

🔁 Chore

  • bump gateway-api-sdk@1.4.0 (ecb47d9)