-
Notifications
You must be signed in to change notification settings - Fork 28
Changelog
Enrico Rubboli edited this page Sep 14, 2023
·
8 revisions
- Update readme to include more informative logging for normal operation by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1116
- Some minor renames by @azarovh in https://github.com/mintlayer/mintlayer-core/pull/1119
- Remove BannableAddress generic (p2p) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1117
- Manually banned peers are also disconnected (p2p) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1120
- Fix compile error (p2p) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1122
- Enable debug logs in coverage by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1121
- Move chainstate storage init inside constructor by @azarovh in https://github.com/mintlayer/mintlayer-core/pull/1118
- Update versions, unify them, and similar by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1126
- Adding "RUST_BACKTRACE: full" env var to github workflows by @ImplOfAnImpl in https://github.com/mintlayer/mintlayer-core/pull/1129
- Fix failing functional tests (p2p) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1127
- Latch
is_initial_block_download_finished
flag by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1124 - Add CLI argument to show locked balance and utxos by @OBorce in https://github.com/mintlayer/mintlayer-core/pull/1123
- Fix transaction broadcasting in wallet commands to be consistent by @OBorce in https://github.com/mintlayer/mintlayer-core/pull/1125
- Fix connection_timeout_rpc_notified test (p2p) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1131
- Rewrite more unit tests with PoSBlockBuilder by @azarovh in https://github.com/mintlayer/mintlayer-core/pull/1128
- Create command line arguments to set genesis staking keys, VRF keys, and pool Id by @alfiedotwtf in https://github.com/mintlayer/mintlayer-core/pull/1092
- Don't stake for previously staked times by @alfiedotwtf in https://github.com/mintlayer/mintlayer-core/pull/1083
- mempool: Disable during initial block download by @iljakuklic in https://github.com/mintlayer/mintlayer-core/pull/1135
- Set RUST_BACKTRACE by default by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1143
- Switch to non-generic p2p addresses by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1144
- Create a docker build script by @erubboli in https://github.com/mintlayer/mintlayer-core/pull/1138
- Allow using RPC hostnames (wallet-cli) by @pavel-kokolemin in https://github.com/mintlayer/mintlayer-core/pull/1149
- Return initial difficulty for when the previous block is Genesis by @alfiedotwtf in https://github.com/mintlayer/mintlayer-core/pull/1136
- Change magic bytes functional test by @azarovh in https://github.com/mintlayer/mintlayer-core/pull/1150
- Docker - remove old file by @erubboli in https://github.com/mintlayer/mintlayer-core/pull/1153
- Update some license headers for functional test files by @muursh in https://github.com/mintlayer/mintlayer-core/pull/1159
- Enable retrieving both transactions and blocks in json format by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1155
- Mempool: remove disconnected orphans by @iljakuklic in https://github.com/mintlayer/mintlayer-core/pull/1152
- Check also in Cargo toml files for TODO(PR) and FIXME by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1160
- Chainstate special RPC types by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1161
- mempool: Better index representation by @iljakuklic in https://github.com/mintlayer/mintlayer-core/pull/1162
- Fix wallet delegation transaction updates by @OBorce in https://github.com/mintlayer/mintlayer-core/pull/1165
- Accumulated changes from Gitlab by @TheQuantumPhysicist in https://github.com/mintlayer/mintlayer-core/pull/1166
- Feature/refactor wallet sync by @OBorce in https://github.com/mintlayer/mintlayer-core/pull/1168
- Feature/wallet delegation shares by @OBorce in https://github.com/mintlayer/mintlayer-core/pull/1171