Commit graph

1690 commits

Author SHA1 Message Date
obucinac
5468873e0a
Merge branch 'develop' into feature/SON-83 2019-09-13 14:37:12 +02: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
S
65719df879 Remove plugins option from libgraphene_app 2019-09-10 15:21:37 +02:00
S
f19957c9f6 Fix fc::variant:as call 2019-09-10 15:05:09 +02:00
Srdjan Obucina
c206466b31 Remove GRAPHENE_MAX_NESTED_OBJECTS 2019-09-10 14:26:48 +02:00
Miha Čančula
00a38c521e
Update the FC submodule with the changes for GRPH-4 2019-09-10 10:26:05 +02:00
Srdjan Obucina
e0a7172b04 Revert config_util to what it was 2019-09-09 18:55:47 +02:00
Srdjan Obucina
d1ddbe5afb Build params changed, adjusted config_util to match current fc lib, witness main aligned to Bitshares as much as possible 2019-09-09 16:24:03 +02:00
Srdjan Obucina
9d30da3259 Add GRAPHENE_MAX_NESTED_OBJECTS definition 2019-09-09 15:24:09 +02:00
Srdjan Obucina
a1d3de2eb5 Add config_util.cpp to CMakeLists.txt 2019-09-09 15:19:47 +02:00
Srdjan Obucina
18225433ad Add config_util.cpp from Bitshares 2019-09-09 15:13:40 +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
Srdjan Obucina
f7f7669e02 add is_plugin_enabled to application 2019-09-06 16:43:24 +02:00
Srdjan Obucina
0581df5245 Add missing declaration 2019-09-06 16:26:58 +02:00
Srdjan Obucina
604439dcaf Implemented "plugins" config variable
From:
https://github.com/bitshares/bitshares-core/pull/288
2019-09-06 16:06:41 +02:00
Srdjan Obucina
5c3dcc2693 Add plugin config example parameters 2019-09-06 13:53:55 +02:00
Srdjan Obucina
bf3cc4b658 Add plugin description function 2019-09-05 21:30:11 +02:00
Srdjan Obucina
3198c37dbe Add plugin description 2019-09-05 21:15:46 +02:00
Srdjan Obucina
bfb220e76f Add plugin section headers to generated config.ini
https://github.com/bitshares/bitshares-core/pull/1641/files
2019-09-05 20:48:29 +02:00
Srdjan Obucina
4caaf2321d SON plugin skeleton code
- SON plugin skeleton added
- SON plugin activated by default
2019-09-05 20:20:22 +02: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
Srdjan Obucina
a081a8ecba Add missing change 2019-09-03 12:46:47 +02: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
Miha Čančula
a797787f02
Merge branch 'develop' into GRPH-59-Proposal-failure-handling 2019-09-02 11:14:48 +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
John M. Jones
b4bf247c21
Merge pull request #1036 from jmjatlanta/issue_730
Add fail_reason to proposal_object
2019-08-28 14:56:24 +02:00
Miha Čančula
15290b8996
Use offsetof instead of custom macro 2019-08-28 14:55:15 +02:00
gladcow
5d38466f7d Backport fix for get_account_history from https://github.com/bitshares/bitshares-core/pull/628 and add additional account history test case 2019-08-28 15:49:33 +03:00
Peter Conrad
14b0d08d5a Fixed error when account_history_object with id 0 doesnt exist 2019-08-28 15:49:33 +03:00
satyakoneru
aeae7b254a GRPH-53-Log_format_error 2019-08-28 12:01:04 +00:00
Ronak Patel
6dddfd5d88 Fix for irrelevant signature included issue 2019-08-28 17:27:38 +05:30
Sandip Patel
0d0a6b7c74 Fixed error while loading object database 2019-08-28 12:11:43 +05:30
pbattu123
2486eddb5d revert master changes that were brought in previous commit 2019-08-22 09:54:52 -03:00
pbattu123
481fac17d5
Merge branch 'master' into beatrice 2019-08-22 09:15:27 -03:00
Prabhjot
30c336ecfb Changed hardfork time for SWEEPS and Core-429 2019-08-22 09:08:12 -03:00
PBSA
896ac97962 5050 fee update and compilation error fix 2019-08-21 13:13:46 +00:00
pbattu123
f9e46a31df
Merge branch 'beatrice' into qa_gpos_18.04_gcc7_fix 2019-08-20 15:42:03 -03:00
pbattu123
947b02bd57
Merge branch 'beatrice' into beatrice-5050-merge 2019-08-20 15:15:01 -03:00