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
6563644264
Merge pull request #91 from peerplays-network/GRPH-51
...
unit test for bitshares issue #325
2019-09-07 00:50:33 +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
pbattu123
62ddd6775d
Merge pull request #114 from peerplays-network/review-fixes
...
Bring back all review fixes that were deleted with 50/50 merge
2019-09-06 09:01:46 -03:00
pbattu123
e82a3dbcc0
Hardfork date updated to Sep12-10pm EST
2019-09-06 08:59:56 -03:00
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
pbattu123
7ce73aeb4e
update
2019-09-04 13:09:11 -03:00
pbattu123
d28f9b0dbc
missing things
2019-09-04 12:15:58 -03:00
pbattu123
f998c4611a
bring back all review fixes that were deleted with 50/50 merge
2019-09-04 11:29:16 -03:00
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
pbattu123
a50da70215
Merge pull request #107 from peerplays-network/hardfork-50/50
...
Hardfork 50/50
2019-09-03 16:21:42 -03:00
pbattu123
651e781984
Merge pull request #75 from peerplays-network/beatrice
...
Ubuntu 18.04 Upgrade + 5050 dApp changes
2019-09-03 16:11:24 -03:00
PBSA
a029784a76
update to fc path(pointed to peerplays-network
2019-09-03 19:08:58 +00:00
Alfredo Garcia
1d1193e6d0
change bitshares to core in message
2019-09-03 14:13:42 -03:00
pbattu123
bec5918586
update hardfork date for 18.04 upgrade + 50/50 dApp
2019-09-03 11:07:00 -03:00
Srdjan Obucina
a081a8ecba
Add missing change
2019-09-03 12:46:47 +02:00
Bobinson Bobby
145624d026
github issue templates
...
build, feature, issue templates
2019-09-03 11:38:05 +05:30
Bobinson K B
f25cee8616
updating the issue template - bug report
2019-09-03 11:20:26 +05:30
Bobinson K B
2716202cdc
Update issue templates
2019-09-03 11:17:39 +05:30
gladcow
7b259ba2d3
exclude second undo_db.enable() call in some cases
2019-09-03 08:07:46 +03:00
Peter Conrad
731338f03c
Added test case for broken merge on empty undo_db
2019-09-02 17:19:21 +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
Bobinson K B
e44b04df48
Merge pull request #93 from peerplays-network/GRPH-71
...
Fix failed app_test
2019-09-02 19:16:11 +05:30
Bobinson K B
07249e90bb
Merge pull request #92 from peerplays-network/GRPH-70
...
[GRPH-70] remove needless find()
2019-09-02 18:38:42 +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
43bfc3edc3
Adjust newly merged code to new API
2019-09-02 11:13:46 +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
fcfe65acf8
add cli tests framework
2019-08-30 16:51:24 -03:00
Alfredo Garcia
3362d603cb
remove cache from cli get_account
2019-08-30 16:49:54 -03:00
gladcow
c5623fdabb
increase delay for node connection
2019-08-30 15:54:00 +03:00
Bobinson K B
3b36d4686b
Merge pull request #96 from peerplays-network/feature/GRPH-77
...
Fix building error for develop branch + test fix
2019-08-30 18:02:38 +05:30
Srdjan Obucina
11cf55c5d2
Increase block creation timeout to 2500ms
2019-08-30 13:57:57 +02:00
Srdjan Obucina
2ceb77f796
Fix building error for develop branch + test fix from PR 65
2019-08-30 12:06:41 +02:00
Srdjan Obucina
94ec9a67b4
Merge branch 'develop' of https://github.com/peerplays-network/peerplays into develop
2019-08-29 18:33:01 +02:00