Miha Čančula
7bc47a6bc8
Update to fixed version of fc
2019-09-18 17:20:06 +02:00
Miha Čančula
499a5fc33e
Merge branch 'develop' into GRPH-50-network_broadcast_api-fix-v2
2019-09-18 16:36:42 +02:00
Alfredo Garcia
bada09d7d0
Merge branch 'develop' into GRPH-75
2019-09-17 21:10:20 -03:00
Alfredo Garcia
88d90c327b
Merge branch 'develop' into feature/GRPH-79
2019-09-17 20:19:37 -03:00
Alfredo Garcia
589005515b
Merge branch 'develop' into GRPH-73-fix-block-id-forks
2019-09-17 19:32:20 -03:00
Alfredo Garcia
4914e74770
Merge branch 'develop' into feature/GRPH-79
2019-09-17 17:38:37 -03:00
Alfredo Garcia
d911b3db69
Merge branch 'develop' into GRPH-75
2019-09-17 15:53:18 -03:00
Alfredo Garcia
1f4de92d62
Merge branch 'develop' into feature/GRPH-88
2019-09-17 15:01:36 -03:00
Sandip Patel
5ce9f8c8de
Added comment
2019-09-17 13:28:22 +05:30
Sandip Patel
cde18342da
minor performance improvement
2019-09-17 13:28:22 +05:30
Miha Čančula
4b5076b2e9
Merge branch 'develop' into GRPH-73-fix-block-id-forks
2019-09-16 18:51:53 +02:00
Alfredo Garcia
755383c121
Merge branch 'develop' into feature/GRPH-88
2019-09-12 16:07:36 -03:00
John Jones
b3c64c83b2
prevent segfault when destructing application obj
2019-09-12 14:59:18 +03:00
cifer
f1ffd52e1e
supplement more comments on database::_opened variable
2019-09-12 14:59:18 +03:00
cifer
0bcf6d4d65
Fix #436 object_database created outside of witness data directory
2019-09-12 14:59:18 +03:00
Miha Čančula
00a38c521e
Update the FC submodule with the changes for GRPH-4
2019-09-10 10:26:05 +02:00
Ronak Patel
3510704398
Fix for for history ID mismatch ( Bitshares PR #875 )
2019-09-09 15:33:47 +05:30
Bobinson K B
b11edaa6a5
Merge pull request #69 from peerplays-network/WASM-49
...
get_account_history fix
2019-09-07 00:54:39 +05:30
Bobinson K B
f9a3d087ea
Merge pull request #60 from peerplays-network/GRPH-48-Object-Database-18.04
...
Grph 48 object database 18.04
2019-09-07 00:53:04 +05:30
Bobinson K B
64c05f9b3f
Merge pull request #70 from peerplays-network/GRPH-59-Proposal-failure-handling
...
Proposal failure handling
2019-09-07 00:52:02 +05:30
Bobinson K B
db8efafc62
Merge pull request #104 from peerplays-network/feature/GRPH-76
...
Short-cut long sequences of missed blocks
2019-09-07 00:51:12 +05:30
Bobinson K B
c1d70bf882
Merge pull request #89 from peerplays-network/GRPH-4
...
CliWallet_crash_ctrlD
2019-09-07 00:49:45 +05:30
Bobinson K B
ef7fe58139
Merge pull request #98 from peerplays-network/cli_wallet_tests
...
Cli wallet tests framework
2019-09-07 00:42:58 +05:30
Bobinson K B
2c28d0d49f
Merge pull request #87 from peerplays-network/feature/GRPH-54
...
Fix for irrelevant signature included issue
2019-09-05 14:03:19 +05:30
Ronak Patel
22eb42e3eb
Fixed integer overflow issue
2019-09-04 15:14:18 +05:30
Abit
f732048a6e
Merge pull request #938 from bitshares/fix-block-storing
...
Store correct block ID when switching forks
2019-09-04 10:54:53 +02:00
Srdjan Obucina
a081a8ecba
Add missing change
2019-09-03 12:46:47 +02:00
gladcow
7b259ba2d3
exclude second undo_db.enable() call in some cases
2019-09-03 08:07:46 +03:00
Peter Conrad
7d0d61ab43
Fixed undo_database
2019-09-02 17:19:21 +03:00
Peter Conrad
ab382189fe
Cut back block_log index file if inconsistent
2019-09-02 17:19:21 +03:00
Peter Conrad
0d108fb8ef
Improved consistency check for block_log
2019-09-02 17:19:21 +03:00
Peter Conrad
95a5b57c4f
Writing the object_database is now almost atomic
2019-09-02 17:19:21 +03:00
Peter Conrad
b71f20e060
Dont leave _data_dir empty if db is locked
2019-09-02 17:19:21 +03:00
Peter Conrad
c8f8f1a44b
Fixed lock detection
2019-09-02 17:19:21 +03:00
Peter Conrad
b45a6ca147
Prevent unsigned integer underflow
2019-09-02 17:19:21 +03:00
Peter Conrad
3bee3f29a2
Log starting block number of replay
2019-09-02 17:19:21 +03:00
Peter Conrad
a0052d4bd3
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-09-02 17:19:21 +03:00
Peter Conrad
17417037c6
Moved reindex logic into database / chain_database, make use of additional blocks in block_database
...
Fixed tests wrt db.open
2019-09-02 17:19:21 +03:00
Peter Conrad
42680456b6
Improved resilience of block database against corruption
2019-09-02 17:19:21 +03:00
Bobinson K B
cdc89c16ee
Merge pull request #97 from peerplays-network/feature/GRPH-61
...
Increase block creation timeout to 2500ms
2019-09-02 19:20:07 +05:30
Srdjan Obucina
77dd8a9359
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-09-02 15:03:00 +02:00
Ronak Patel
b751508404
Merged changes from Bitshares PR 1036
2019-09-02 18:23:19 +05:30
Miha Čančula
a797787f02
Merge branch 'develop' into GRPH-59-Proposal-failure-handling
2019-09-02 11:14:48 +02:00
Miha Čančula
1b4b5d7b24
Merge branch 'develop' into GRPH-50-network_broadcast_api-fix-v2
2019-09-02 10:27:33 +02:00
Alfredo Garcia
3362d603cb
remove cache from cli get_account
2019-08-30 16:49:54 -03:00
Srdjan Obucina
11cf55c5d2
Increase block creation timeout to 2500ms
2019-08-30 13:57:57 +02:00
John Jones
8f4483dfea
remove needless find()
2019-08-29 07:39:20 +03:00
satyakoneru
f6423d0b10
GRPH-4-CliWallet_crash_ctrlD
2019-08-28 13:53:41 +00:00
Miha Čančula
83c28c2c06
Use offsetof instead of custom macro
2019-08-28 15:42:50 +02:00
Miha Čančula
4c54011d98
Update fc submodule
2019-08-28 15:42:21 +02:00