gladcow
caa3d2468c
use random port numbers in app_test ( #154 )
2019-09-27 10:58:49 -04:00
Bobinson K B
e377478c34
Merge pull request #139 from peerplays-network/feature/GRPH-94
...
Improve block generation performance
2019-09-24 13:51:46 -04:00
Miha Čančula
97f9875918
Merge branch 'develop' into GRPH-50-network_broadcast_api-fix-v2
2019-09-21 17:17:19 +02:00
abitmore
106824c62a
No longer extract public keys before pushing a trx
...
and removed unused new added constructor and _get_signature_keys() function from signed_transaction struct
2019-09-20 16:27:26 +03:00
abitmore
2dfb67e16e
Updated transaction::signees to mutable
...
and
* updated get_signature_keys() to return a const reference,
* get_signature_keys() will update signees on first call,
* modified test cases and wallet.cpp accordingly,
* no longer construct a new signed_transaction object before pushing
2019-09-20 14:10:24 +03:00
abitmore
56a6f8b732
Extract public keys before pushing a transaction
2019-09-20 13:44:15 +03:00
Bobinson K B
fba10888cc
Merge pull request #131 from peerplays-network/feature/GRPH-93-v2
...
index type addition for performance improvement, version 2
2019-09-20 06:36:30 -04:00
Miha Čančula
94157497bb
Merge branch 'develop' into feature/GRPH-93-v2
2019-09-18 18:19:17 +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
Sandip Patel
5a00e4fab3
Removed unrelated comment
2019-09-18 10:17:44 +05:30
Sandip Patel
12ef667312
Fixed account_history_pagination test
2019-09-18 10:16:16 +05:30
Sandip Patel
dfba08536b
Fixed duplicate ops returned from get_account_history
2019-09-18 10:16:16 +05:30
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
Miha Čančula
4b5076b2e9
Merge branch 'develop' into GRPH-73-fix-block-id-forks
2019-09-16 18:51:53 +02:00
Miha Čančula
67362be337
Merge branch 'develop' into feature/GRPH-93
2019-09-16 10:15:40 +02:00
Alfredo Garcia
755383c121
Merge branch 'develop' into feature/GRPH-88
2019-09-12 16:07:36 -03:00
Ronak Patel
9fc07f191f
Fixed test failures and compilation issue
2019-09-12 19:13:36 +05:30
Miha Čančula
8cd22ee6a0
Fix undefined references in cli test
2019-09-11 12:04:04 +02:00
Ronak Patel
646dc2e548
Merged Bitshares PR #1462 and compilation fixes
2019-09-10 18:56:27 +05:30
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
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
ef7fe58139
Merge pull request #98 from peerplays-network/cli_wallet_tests
...
Cli wallet tests framework
2019-09-07 00:42:58 +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
Alfredo Garcia
1d1193e6d0
change bitshares to core in message
2019-09-03 14:13:42 -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
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
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
gladcow
c5623fdabb
increase delay for node connection
2019-08-30 15:54:00 +03:00
Srdjan Obucina
2ceb77f796
Fix building error for develop branch + test fix from PR 65
2019-08-30 12:06:41 +02:00
Peter Conrad
8b5182e53e
Created unit test for #325
2019-08-28 22:36:36 +03:00
Miha Čančula
3c83b50fd3
Make all the tests compile
2019-08-28 17:09:53 +02:00
gladcow
15314faa9f
fix copyright message
2019-08-28 17:00:35 +03:00
Miha Čančula
cb99aaa0cf
Adapt to variant API with max_depth argument
2019-08-28 15:42:21 +02:00
Abit
a49f8bf47c
Merge pull request #714 from pmconrad/json_fix
...
JSON fix
2019-08-28 15:42:21 +02:00
abitmore
b787d62d06
Add test case for broadcast_trx_with_callback API
2019-08-28 15:41:16 +02:00