-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release branch into testnet branch for 5.2.0 release #2408
Conversation
Merge release branch back into develop branch
Ubuntu 20.04 support
Update README for Ubuntu 20.04 support and etc
Skip normalizing brain key when deriving keys
Remove a dead seed node
Improve market ticker read performance via chunks
Fix CLI get_account_history_by_operations ordering
Print more info in account history in CLI
and update in-code docs for CLI commands.
Add CLI commands get_account_name and get_asset_symbol
Fix cache for matrix in Github Actions
Add database API to query for liquidity pools by any one asset in the pool
Set program options with a template function in tests
Fix doxygen docs in node_impl.hxx
Document fees returned by liquidity_pool_exchange_operation
Replace virtual with override for member function
Update supported boost version in README
Merge develop branch into release branch for 5.2.0 release
Resolved conflict: - programs/witness_node/main.cpp
One CI job failed due to "ccache.conf: No such file or directory". But according to ccache/ccache#200 (comment), it should not be an error:
It's probably caused by some race conditions because we're building in parallel with multiple cores. Restarted the CI job. |
Kudos, SonarCloud Quality Gate passed! |
Replaces #2407 .
Resolved the conflict in
witness_node/main.cpp
.Update cache settings in CI for testnet.