-
Notifications
You must be signed in to change notification settings - Fork 18
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 beatrice(GPOS changes) with master #270
Conversation
Fix building error for develop branch + test fix
Fixes database::update_global_dynamic_data to speed up counting missed blocks. (This also fixes a minor issue with counting - the previous algorithm would skip missed blocks for the witness who signed the first block after the gap.)
[GRPH-70] remove needless find()
Fix failed app_test
Increase block creation timeout to 2500ms
…ional blocks in block_database Fixed tests wrt db.open
Dont remove blocks from block db when popping blocks, handle edge case in replay wrt fork_db, adapted unit tests
…Bug-Fix [BLOCKBACK-186] Withdraw vesting bug fix
Merge GPOS feature and Graphene updates into TESTNET
Update hardfork date for TESTNET, sync fc module and update logs
GPOS-1, Testnet sync issue fix
Set hardfork date to Jan5th on TESTNET
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
We have an error in the CI tests:
reference: https://gitlab.com/PBSA/peerplays/-/jobs/411494045 |
ignoring the CI errors as local build works. |
…_by_account_id(), get_workers_by_account_id()
#270 functions to unified form See merge request PBSA/peerplays!61
Merge beatrice(GPOS changes) with master