Changelog

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

4.10.2 (2024-08-16)

Bug Fixes

Miscellaneous

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)

4.10.0 (2024-04-26)

Features

4.9.1 (2024-04-23)

Refactorings

  • optimize docker healthcheck (77f7506)

Miscellaneous

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

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

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)

4.8.3 (2023-09-20)

CI / CD

  • add matrix for compiler/node versions (c6c7ea4)

  • use matrix test suite (0be215e)

Refactorings

Miscellaneous

4.8.2 (2023-08-24)

Miscellaneous

4.8.1 (2023-07-18)

Bug Fixes

  • add back wait additional block workaround (1a135b4)

Miscellaneous

  • prepare for fix release 4.8.1 (b448b44)

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)

4.7.0 (2023-07-06)

Features

  • upgrade to compiler 7.4.0 (72cccf7)

Miscellaneous

4.6.3 (2023-05-17)

Miscellaneous

  • fix scripts, prepare for 4.6.3 (06ea397)

4.6.2 (2023-05-16)

Refactorings

  • use typescript to build project, migrate lib to ts (1f7a164)

Miscellaneous

  • rollback unintended code-style changes (a4fd777)

  • upgrade dependencies (3482f75)

4.6.1 (2023-04-12)

Bug Fixes

4.6.0 (2023-04-11)

Features

  • upgrade to compiler image 7.3.0 for ARM64/Apple Silicon support (83814e2)

  • upgrade to sdk 13 beta and compiler 7 (0b717a5)

Miscellaneous

  • prepare for release 4.6.0 (9910426)

  • upgrade to final release sdk (2317283)

4.5.1 (2023-03-07)

Miscellaneous

4.5.0 (2023-03-01)

Features

  • add support for node v6.8.0 (b6b97cd)

Miscellaneous

  • deps: mkdocs version update (138e5b5)

4.4.0 (2023-01-09)

Features

Bug Fixes

  • use specific version of node to fix tests (53a2446)

Miscellaneous

Refactorings

  • remove the need for axios (ed6cea0)

  • simplify getFilesystem regexes (61e4dbc)

4.3.0 (2022-11-04)

Features

  • add image versions in env --info (d2c9ba8)

4.2.1 (2022-09-28)

Bug Fixes

  • add missing stdlib includes in getFilesystem (c29ae0d)

4.2.0 (2022-08-31)

Features

  • allow usage of native docker-compose without specifying env (f8577e2)

Bug Fixes

  • correct escaping to use - in filesystem contracts (3704bab)

4.1.5 (2022-08-22)

Bug Fixes

  • use fixed compiler version as latest is not supported by sdk (945e3a5)

4.1.4 (2022-07-25)

Bug Fixes

  • remove log for docker compose checks (b372d69)

4.1.3 (2022-07-25)

Bug Fixes

  • fix support for docker compose without minus (84561fe)

4.1.2 (2022-07-25)

Bug Fixes

  • add support for docker compose without minus (6e44339)

4.1.1 (2022-07-08)

Bug Fixes

  • fix dependencies upgrade, prepare for 4.1.1 release (58a83ab)

4.1.0 (2022-06-24)

Features

Bug Fixes

  • fix breaking changes for sdk 12 usage (357c3d5)

Miscellaneous

  • prepare for 4.1.0 release (045f61e)

4.0.0 (2022-04-12)

⚠ BREAKING CHANGES

  • improve update from previous aeproject version

  • use calldata lib sdk, use snapshotting in tests

  • tx-inspector: refactor inspector command

  • cleanup code

  • init: init command adjustments

  • prepare for new project structure

Features

  • env: abort tests if env is not running (fb780c6)

  • init: add optional folder parameter to init (ad00bea)

  • init: check for up-to-date nodejs version (66edcf4)

  • lib: add all accounts to default client (f97e992)

  • sdk 11 upgrade (#408) (44ff5db)

  • test: better example test and contract (f98e1df)

  • use updated sdk and rollback http usage (1dc45f2)

Bug Fixes

  • consider env running check if any container is up (deaf578)

  • docker-compose v2 up/running check (7d1d37a)

  • incorrect default includes regex fix (resolves #394) (d81fc8a)

Refactorings

  • improve update from previous aeproject version (d71bfe8)

  • init: init command adjustments (8f2f47d)

  • prepare for new project structure (64d58d0)

  • tx-inspector: refactor inspector command (b500968)

  • use calldata lib sdk, use snapshotting in tests (0c6d010)

Testing

  • improved exec env, assert env and test results (a79bcf3)

  • improved exec env, assert file existence (a9a96e1)

  • link to use local aeproject utils (e058b54)

Miscellaneous

  • adapt to naming convention of sdk examples (3d22a19)

  • beta 5 release (8afb026)

  • beta 6 release (1bc12bb)

  • clean unused code and formatting (11ba445)

  • cleanup code (2244394)

  • cleanup folders (46d73f3)

  • deps: bump mkdocs version from 1.2.3 to 1.2.4 (59bbded)

  • deps: sdk v11.0.1 (90d9cf6)

  • prepare for 4.0.0 release (9da6a85)

  • repo: add commitlint and release-please (00d08ba)

  • repo: add issue template and action docs generation (7fc04cc)

  • repo: re-add license (85f29c9)

  • tests: happy path tests (without assertions) (f8e3e3f)

  • tests: improved env to wait for node to come up (0992920)

  • tests: more test cases (28e0859)

  • update dependencies (5650a31)

  • update dependencies (397c3c5)

  • update dependencies (c42c2e4)

  • update dependencies, add lint check (adc54a4)

  • update node, sdk & compiler version (c625c38)

  • update release please ci action (aa56ac6)

  • update to lockfile v2 (0e3e3ee)

  • update version, use fixed node image (bf92a20)

  • update version, use latest bundle image (3b5cc81)

Last updated