Skip to content

Releases: aeternity/aeproject

v5.0.0

06 Dec 13:08
9a66b74
Compare
Choose a tag to compare

5.0.0 (2024-12-06)

⚠ BREAKING CHANGES

  • update to sdk 14
  • drop custom get function, require node >= 18
  • drop cjs support
  • use sdk provided filesystem util, remove aeproject util implementation

Bug Fixes

Refactorings

  • drop cjs support (a92df6e)
  • drop custom get function, require node >= 18 (ef569b9)
  • update to sdk 14 (ecbdf3c)
  • use sdk provided filesystem util, remove aeproject util implementation (93cf8c5)

Miscellaneous

v4.10.2

16 Aug 10:00
e3dfd17
Compare
Choose a tag to compare

4.10.2 (2024-08-16)

Bug Fixes

Miscellaneous

v4.10.1

22 Jul 13:17
30bb694
Compare
Choose a tag to compare

4.10.1 (2024-07-22)

Refactorings

  • replace chai/mocha with vitest (eb717e5)

Miscellaneous

  • update compatible node version (97bef2c)
  • update dependencies (eee28ef)
  • update dependency versions, temp fix ci (e53bcca)

v4.10.0

26 Apr 07:50
f471908
Compare
Choose a tag to compare

4.10.0 (2024-04-26)

Features

v4.9.1

23 Apr 14:26
1873974
Compare
Choose a tag to compare

4.9.1 (2024-04-23)

Refactorings

  • optimize docker healthcheck (77f7506)

Miscellaneous

  • upgrade sdk and docker for next versions (63b0fb2)

v4.9.0

07 Mar 07:56
cf3ab46
Compare
Choose a tag to compare

4.9.0 (2024-03-07)

Features

  • add ceres initializer and docs (0721822)

Bug Fixes

  • add debug await key block after creating snapshot (53fa2f9)
  • check for actually supported node >= 16 requirement (f50464e)
  • rollback to correct height (17a8262)

CI / CD

  • fix workflow for incompatible versions (e2080d2)
  • skip certain tests for aux ci runs (e41d0b7)

Testing

  • add library usage tests (cd81972)

Refactorings

  • improve library typescript defs (30a83f8)
  • init command to take current aeproject library version (124e8c9)

Miscellaneous

  • add chai as promised test rejection example (6a0d491)
  • document and improve release process (b302647)
  • improve env initialisation and test setup (d39e5d4)
  • introduce prettier (388f867)
  • update dependencies (5faaf66)
  • upgrade support latest aeternity node (afd36a5)

v4.8.3

20 Sep 09:10
Compare
Choose a tag to compare

4.8.3 (2023-09-20)

CI / CD

  • add matrix for compiler/node versions (c6c7ea4)
  • use matrix test suite (0be215e)

Refactorings

Miscellaneous

v4.8.2

24 Aug 12:38
Compare
Choose a tag to compare

4.8.2 (2023-08-24)

Miscellaneous

v4.8.1

18 Jul 15:05
Compare
Choose a tag to compare

4.8.1 (2023-07-18)

Bug Fixes

  • add back wait additional block workaround (1a135b4)

Miscellaneous

  • prepare for fix release 4.8.1 (b448b44)

v4.8.0

18 Jul 14:37
Compare
Choose a tag to compare

4.8.0 (2023-07-18)

Features

  • allow rollback to specific height (670c11e)

Miscellaneous

  • prepare for release 4.8.0 (5462ea3)
  • upgrade dependencies (6f570b3)
  • upgrade node to v6.11.0 with devmode timout fix (3c5d558)