Skip to content

Releases: aeternity/ae_mdw

v1.104.3

25 Apr 21:16
ba151c0
Compare
Choose a tag to compare

1.104.3 (2025-04-25)

Bug Fixes

  • fix swapped name and symbol in aexn_contracts (#2142) (2d10fe5)

v1.104.2

16 Apr 18:34
9b226fd
Compare
Choose a tag to compare

1.104.2 (2025-04-16)

Bug Fixes

  • make invalid aexn tokens display with invalid flag instead of just error (#2135) (0dee0e6)

v1.104.1

09 Apr 11:03
c1c1141
Compare
Choose a tag to compare

1.104.1 (2025-04-09)

Bug Fixes

Miscellaneous

  • update ubuntu in actions due to deprecation (#2131) (051168e)

v1.104.0

07 Apr 15:01
e70e6fa
Compare
Choose a tag to compare

1.104.0 (2025-04-07)

Features

Bug Fixes

  • stream txs instead of fetching each in stats endpoint (#2132) (6ff7961)

v1.103.0

01 Apr 11:16
8ad7f4c
Compare
Choose a tag to compare

1.103.0 (2025-03-27)

Features

  • add ENV var to configure log file path (#2127) (1112d7c)
  • add top miners for the last actual 24hs (#2111) (eecace6)
  • validate or handle scope parameter on all endpoints (#2122) (256e873)

Bug Fixes

  • handle names that are both inactive and in auction on names endpoint (#2123) (ded2de7)
  • implement standalone /aex141/transfers for when there is no contract (#2117) (9ebdf6d)
  • make the claims endpoint return all claims instead of just from last auction (#2120) (4c6667c)

v1.102.0

17 Mar 11:32
5b0ab08
Compare
Choose a tag to compare

1.102.0 (2025-03-17)

Features

  • make docker paths the same as in the node images (#2086)
  • add hyperchain/config endpoint to read aeternity.yaml settings (#2106)

Miscellaneous

  • include OpenApi fixes and fix typos (#2101)
  • remove deprecated poorly performant /by_names endpoint (#2103)
  • add user side documentation to start the mdw normally and as a hc (#2099)
  • update docker OS versions to fix docker multiarch pipeline build (#2108)
  • remove dependency between OracleQuery and OracleResponse in OA (#2105)
  • bump node to 7.3.0-rc5 (#2110)
  • add transaction types to enum (#2091)
  • update deployment docs (#2107)
  • move the hyperchains into their own scope and fix message (#2112)

v1.100.0

20 Feb 10:43
dd82dfc
Compare
Choose a tag to compare

1.100.0 (2025-02-20)

Features

  • increase the limit of the stats endpoints to 1000 (#2095) (042a78f)
  • introduce now transaction hash range scoping (#2096) (c3c1bda)

Bug Fixes

  • ignore query params that start with underscore (#2090) (14e4074)

Testing

  • update paginated test plug with new master test (#2098) (4220311)

Miscellaneous

v1.99.0

06 Feb 14:08
63c038c
Compare
Choose a tag to compare

1.99.0 (2025-02-06)

Features

Bug Fixes

  • move tx fees to txs table to fix stats endpoint (#2085) (d2301a7)

Miscellaneous

v1.98.0

04 Feb 20:00
1465614
Compare
Choose a tag to compare

1.98.0 (2025-02-04)

Features

  • add endpoint to get the total count of transactions for a given period (#2074) (263c3ae)

Bug Fixes

  • include DEX contract swaps contract_create_txi (#2076) (c3e232e)
  • replace hc check to use the node functions (#2084) (efed991)
  • swapped fields in transfer render function (#2083) (b3e9e43)

Miscellaneous

  • pin ae_plugin to the current master by ref (#2088) (c7bbe90)
  • remove block v1 endpoint due to significant performance impact (#2077) (bc5bb69)

v1.97.1

22 Jan 13:24
19cfbd0
Compare
Choose a tag to compare

1.97.1 (2025-01-22)

Bug Fixes

  • fix regression by returning the v2 status endpoint (#2073) (4d4da97)
  • return the correct number of transactions (#2057) (817ea69)

Miscellaneous