Commit graph

2325 commits

Author SHA1 Message Date
Peter Conrad
c8e95f831d Fixed lock detection 2019-10-02 13:05:51 +03:00
Peter Conrad
1654ce5436 Prevent unsigned integer underflow 2019-10-02 13:05:51 +03:00
Peter Conrad
969c8c9958 Log starting block number of replay 2019-10-02 13:05:51 +03:00
Peter Conrad
d75d003a63 Enable undo + fork database for final blocks in a replay
Dont remove blocks from block db when popping blocks, handle edge case in replay wrt fork_db, adapted unit tests
2019-10-02 13:05:51 +03:00
Peter Conrad
cefd1de512 Moved reindex logic into database / chain_database, make use of additional blocks in block_database
Fixed tests wrt db.open
2019-10-02 13:05:51 +03:00
Peter Conrad
9605e91531 Improved resilience of block database against corruption 2019-10-02 13:05:50 +03:00
Srdjan Obucina
2029e98a13 GRPH-76 - Short-cut long sequences of missed blocks
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.)
2019-10-02 13:05:50 +03:00
Ronak Patel
bef59435e4 Merged changes from Bitshares PR 1036 2019-10-02 13:05:50 +03:00
Miha Čančula
b05cce3b35 Adjust newly merged code to new API 2019-10-02 13:03:39 +03:00
Alfredo Garcia
2856ebed8d add cli tests framework 2019-10-02 13:01:28 +03:00
Alfredo Garcia
f0a6638970 remove cache from cli get_account 2019-10-02 13:01:28 +03:00
gladcow
0d28d84603 increase delay for node connection 2019-10-02 13:01:28 +03:00
Srdjan Obucina
e01e66f774 Increase block creation timeout to 2500ms 2019-10-02 13:01:28 +03:00
John Jones
075710ddc5 remove needless find() 2019-10-02 13:01:28 +03:00
Peter Conrad
df1b199a4b Created unit test for #325 2019-10-02 13:01:28 +03:00
Miha Čančula
0dd15cacc3 Make all the tests compile 2019-10-02 13:01:28 +03:00
gladcow
ea1a6a9802 fix copyright message 2019-10-02 13:01:28 +03:00
satyakoneru
0cf5718b39 GRPH-4-CliWallet_crash_ctrlD 2019-10-02 13:01:28 +03:00
Miha Čančula
2efb3ed290 Update fc submodule 2019-10-02 12:57:12 +03:00
Miha Čančula
4d54a81523 Adapt to variant API with max_depth argument 2019-10-02 12:57:12 +03:00
abitmore
889a03116c Increase max depth for trx confirmation callback 2019-10-02 12:57:12 +03:00
Abit
168ff49da1 Merge pull request #714 from pmconrad/json_fix
JSON fix
2019-10-02 12:57:12 +03:00
abitmore
68be112c30 Add test case for broadcast_trx_with_callback API 2019-10-02 12:55:27 +03:00
abitmore
a3bf36a1ed Add nullptr check in api.cpp for easier testing 2019-10-02 12:55:27 +03:00
pbattu123
464147909a Unit test case fixes and prepared SONs base 2019-10-02 12:55:27 +03:00
Miha Čančula
3ffb6db487 Make all the tests compile 2019-10-02 12:54:15 +03:00
John M. Jones
d74a71b4ca Merge pull request #1036 from jmjatlanta/issue_730
Add fail_reason to proposal_object
2019-10-02 12:54:15 +03:00
Miha Čančula
70443249f8 Hide some compiler warnings 2019-10-02 12:54:15 +03:00
Miha Čančula
6dd10519aa Use offsetof instead of custom macro 2019-10-02 12:54:15 +03:00
pbattu123
0c1acc8aa1 Unit test case fixes and prepared SONs base 2019-10-02 12:54:15 +03:00
gladcow
f35f1264bf Backport fix for get_account_history from https://github.com/bitshares/bitshares-core/pull/628 and add additional account history test case 2019-10-02 12:52:26 +03:00
gladcow
f38cb8e38f remove double empty lines 2019-10-02 12:52:26 +03:00
gladcow
8b617f205f fix copyrigth messages order 2019-10-02 12:52:26 +03:00
gladcow
634d43ad7a test for zero id object in account history 2019-10-02 12:52:26 +03:00
Peter Conrad
3818c684ad Fixed error when account_history_object with id 0 doesnt exist 2019-10-02 12:52:26 +03:00
satyakoneru
500db5c50f GRPH-53-Log_format_error 2019-10-02 12:52:26 +03:00
Ronak Patel
e1e5337bd4 Fix for irrelevant signature included issue 2019-10-02 12:52:26 +03:00
Sandip Patel
c625faaf19 Fixed error while loading object database 2019-10-02 12:52:26 +03:00
Srdjan Obucina
b5355b7032 NTP client back 2019-10-02 12:52:26 +03:00
Srdjan Obucina
973cf8b49d Reorder operations in Dockerfile, to make image creation faster
- Reorder prevents unnecessary building of Boost libraries
2019-10-02 12:52:26 +03:00
pbattu123
8aeeed6291 revert master changes that were brought in previous commit 2019-10-02 12:49:51 +03:00
Prabhjot
1536dbb20f Changed hardfork time for SWEEPS and Core-429 2019-10-02 12:48:54 +03:00
obucinac
c9414168a7 Update README.md 2019-10-02 12:48:54 +03:00
obucinac
28994e46e5 Update README.md
Fix typo
2019-10-02 12:48:54 +03:00
Srdjan Obucina
3712086763 Dockerfile, set system locale
Prevents locale::facet::_S_create_c_locale name error
2019-10-02 12:46:04 +03:00
PBSA
0cbedd071b 5050 fee update and compilation error fix 2019-10-02 09:53:15 +03:00
Srdjan Obucina
844db855fa Docker file updates 2019-10-02 09:53:15 +03:00
Srdjan Obucina
fe6d7a14b1 Quick fix: Added missing package pkg-config 2019-10-02 09:53:15 +03:00
Srdjan Obucina
faf9adf73e Docker file for Ubuntu 18.04
Base image updated to Unbuntu 18.04
Prerequisite list updated
Basic configuration updated
2019-10-02 09:49:43 +03:00
Prabhjot
cbb9a11fe1 fix: is_benefactor_reward had the default value of true when not set 2019-10-02 09:47:43 +03:00