Skip to content

Commit

Permalink
chore: release 1.78.0 (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jun 19, 2024
1 parent 2767a18 commit 0345a73
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.78.0](https://www.github.com/aeternity/ae_mdw/compare/v1.77.5...v1.78.0) (2024-06-19)


### Features

* add contract calls/logs nested routes ([#1812](https://www.github.com/aeternity/ae_mdw/issues/1812)) ([80d4b58](https://www.github.com/aeternity/ae_mdw/commit/80d4b58ae27fd30803430a28cddecb878fe8ec9e))
* add creation time and block hash to nft ([#1808](https://www.github.com/aeternity/ae_mdw/issues/1808)) ([d359312](https://www.github.com/aeternity/ae_mdw/commit/d359312b111982ae4085ac822b7f473673d77fa1))
* mark aex9 as invalid ([#1799](https://www.github.com/aeternity/ae_mdw/issues/1799)) ([f6e1e5b](https://www.github.com/aeternity/ae_mdw/commit/f6e1e5b5b2631525ae290d2ed6b997449eb8ecb0))
* more explicit dex amount representation ([#1814](https://www.github.com/aeternity/ae_mdw/issues/1814)) ([8e06ba5](https://www.github.com/aeternity/ae_mdw/commit/8e06ba5d4681ce5f88272be6c505ffff0b4d9b5e))


### Bug Fixes

* include opt_txi_idx when rendering transfers cursor too ([#1796](https://www.github.com/aeternity/ae_mdw/issues/1796)) ([0511351](https://www.github.com/aeternity/ae_mdw/commit/05113512958388d560ea52da131ed9f4086efc36))
* retrieve pair from external contract when external log ([#1813](https://www.github.com/aeternity/ae_mdw/issues/1813)) ([2767a18](https://www.github.com/aeternity/ae_mdw/commit/2767a18711f18351274e26dffc5f7c9d72f291d6))


### Testing

* randmly failing tests and warnings ([#1801](https://www.github.com/aeternity/ae_mdw/issues/1801)) ([6e13a42](https://www.github.com/aeternity/ae_mdw/commit/6e13a4201ed7c660a3910c4758d117d54c49a2c6))


### Miscellaneous

* make the wealth rank task work with the database instead of AsyncStore and ets ([#1792](https://www.github.com/aeternity/ae_mdw/issues/1792)) ([42ee54f](https://www.github.com/aeternity/ae_mdw/commit/42ee54f1da4fa374ebc5cdc88e557d0984c2e9f0))
* move aexn tokens rendering to contract modules ([#1807](https://www.github.com/aeternity/ae_mdw/issues/1807)) ([6d676cf](https://www.github.com/aeternity/ae_mdw/commit/6d676cfc995f8b3e5a0105d945190ee3ae791a71))
* restructure DEX endpoints ([#1811](https://www.github.com/aeternity/ae_mdw/issues/1811)) ([6d78af8](https://www.github.com/aeternity/ae_mdw/commit/6d78af88a3c7a536e44ba9357e2338dd001e60d2))
* task for generating migrations ([#1800](https://www.github.com/aeternity/ae_mdw/issues/1800)) ([4d5949e](https://www.github.com/aeternity/ae_mdw/commit/4d5949eb905c52253f86de776539179600ddca88))

### [1.77.5](https://www.github.com/aeternity/ae_mdw/compare/v1.77.4...v1.77.5) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do
def project() do
[
app: :ae_mdw,
version: "1.77.5",
version: "1.78.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 0345a73

Please sign in to comment.