Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aeternity-v6.13.0-ubuntu-x86_64.tar.gz | 2024-04-03 | 58.2 MB | |
aeternity-v6.13.0-ubuntu-x86_64-standalone | 2024-04-03 | 60.4 MB | |
aeternity-v6.13.0-macos-x86_64.tar.gz | 2024-04-03 | 34.5 MB | |
aeternity-v6.13.0-macos-x86_64-standalone | 2024-04-03 | 36.4 MB | |
aeternity-bundle-v6.13.0-ubuntu-x86_64.tar.gz | 2024-04-03 | 58.3 MB | |
aeternity-bundle-v6.13.0-macos-x86_64.tar.gz | 2024-04-03 | 34.6 MB | |
README.md | 2024-03-28 | 5.3 kB | |
v6.13.0 source code.tar.gz | 2024-03-28 | 3.6 MB | |
v6.13.0 source code.zip | 2024-03-28 | 4.1 MB | |
Totals: 9 Items | 290.1 MB | 1 |
What's Changed
Breaking Changes 🛠
- [HC]: configuration cleanup/overhaul by @hanssv in https://github.com/aeternity/aeternity/pull/4251
Next Consensus
- [Ceres] More structured delegation signatures by @hanssv in https://github.com/aeternity/aeternity/pull/4219
- AENSv2.DataPt should have type bytes() not string by @hanssv in https://github.com/aeternity/aeternity/pull/4233
- [Ceres] Restrict GAAttachTx - only allowed for fresh accounts by @hanssv in https://github.com/aeternity/aeternity/pull/4237
- [Ceres] Adjust cost for reading stored value by @hanssv in https://github.com/aeternity/aeternity/pull/4249
- FATE: AENSv2.DataPt should contain FATE_BYTES by @hanssv in https://github.com/aeternity/aeternity/pull/4255
- HC/FATE: fix issue when calling Chain.blockhash on a competing key-block by @hanssv in https://github.com/aeternity/aeternity/pull/4263
Exciting New Features 🎉
- Add ability to configure directories for hard forks by @mitchelli in https://github.com/aeternity/aeternity/pull/4200
- Add version command to bin/aeternity script by @hanssv in https://github.com/aeternity/aeternity/pull/4252
- Make BRI configurable by protocol version by @mitchelli in https://github.com/aeternity/aeternity/pull/4253
- Allow prefunded genesis accounts in config by @hanssv in https://github.com/aeternity/aeternity/pull/4254
- Add meta information about the currency by @mitchelli in https://github.com/aeternity/aeternity/pull/4179
- Make the BRI optional per protocol version by @mitchelli in https://github.com/aeternity/aeternity/pull/4270
- Add encoded_tx to GetTransactionByHash endpoint by @hanssv in https://github.com/aeternity/aeternity/pull/4258
- Add GetAuctionEntryByName endpoint by @hanssv in https://github.com/aeternity/aeternity/pull/4259
- Sync stats improved by @hanssv in https://github.com/aeternity/aeternity/pull/4278
- Extra key for HTTP error responses by @ThomasArts in https://github.com/aeternity/aeternity/pull/4285
- Add uptime to /status endpoint by @hanssv in https://github.com/aeternity/aeternity/pull/4281
- Add endpoint to get recent gas prices by @hanssv in https://github.com/aeternity/aeternity/pull/4277
- Ping v2 and automatic ping vsn upgrade by @uwiger in https://github.com/aeternity/aeternity/pull/4188
- Bump enacl (fix C-warnings) by @hanssv in https://github.com/aeternity/aeternity/pull/4309
- Small sync improvements by @hanssv in https://github.com/aeternity/aeternity/pull/4311
- Add a fork analyze CLI command by @hanssv in https://github.com/aeternity/aeternity/pull/4313
- Add ability to dry-run endpoint to run transactions from the mempool by @mitchelli in https://github.com/aeternity/aeternity/pull/4308
Bugfixes 🐞
- DB might contain dict MP trees, convert them in from_db_format by @hanssv in https://github.com/aeternity/aeternity/pull/4239
- HC: Don't crash if there are no local stakers by @hanssv in https://github.com/aeternity/aeternity/pull/4238
- GH 4087 http endpoint info inner txs by @velzevur in https://github.com/aeternity/aeternity/pull/4120
- Fix incorrect hashrate computation for status endpoint by @hanssv in https://github.com/aeternity/aeternity/pull/4272
- fail gracefully on signed tx in /dry-run by @ThomasArts in https://github.com/aeternity/aeternity/pull/4287
- Fix typo in aeternity config schema by @davidyuk in https://github.com/aeternity/aeternity/pull/4293
GetRecentGasPrices
fixes by @davidyuk in https://github.com/aeternity/aeternity/pull/4295- Add missed definitions of Contract not found response in swagger by @ThomasArts in https://github.com/aeternity/aeternity/pull/4297
- Add return_type enums to ContractCallObject, GAObject by @ThomasArts in https://github.com/aeternity/aeternity/pull/4299
- Fix devmode accounts by changing
data/aeplugin_dev_mode
permissions by @davidyuk in https://github.com/aeternity/aeternity/pull/4307 - Fix typo in aect_contracts.erl by @hanssv in https://github.com/aeternity/aeternity/pull/4314
Other Changes
- Make sure build and package works on OTP26 by @hanssv in https://github.com/aeternity/aeternity/pull/4218
- Update MacOS build dependancies by @dincho in https://github.com/aeternity/aeternity/pull/4250
- Update garbage-collection.md by @nikita-fuchs in https://github.com/aeternity/aeternity/pull/4232
- Change OTP versions by @dincho in https://github.com/aeternity/aeternity/pull/4261
- Deprecate UAT seed node (eu-central-1) by @dincho in https://github.com/aeternity/aeternity/pull/4266
- Prepare for OTP-27 by @hanssv in https://github.com/aeternity/aeternity/pull/4275
- Update rocksdb by @ThomasArts in https://github.com/aeternity/aeternity/pull/4302
- Add handling of custom forks to rosetta by @mitchelli in https://github.com/aeternity/aeternity/pull/4296
- Improve GH release notes config by @dincho in https://github.com/aeternity/aeternity/pull/4312
- chore: fix typos by @xiaoxianBoy in https://github.com/aeternity/aeternity/pull/4315
New Contributors
- @xiaoxianBoy made their first contribution in https://github.com/aeternity/aeternity/pull/4315
Full Changelog: https://github.com/aeternity/aeternity/compare/v6.12.0...v6.13.0