satyakoneru
9a9c35649b
GRPH-46-Quit_command_cliwallet
2019-12-03 19:39:03 +05:30
Sandip Patel
5606fc5fc2
Port plugin sanitization code
2019-12-03 15:17:45 +05:30
Sandip Patel
45aac6dc61
fixed cli_wallet log issue
2019-12-03 14:20:15 +05:30
gladcow
40c2fd8783
fix compilation issues
2019-12-02 17:41:13 +03:00
Sandip Patel
ffbae79a48
Replace verify_no_send_in_progress with no_parallel_execution_guard
2019-12-02 12:04:28 +05:30
pbattu123
c49ce31201
Merge pull request #227 from peerplays-network/GRPH-159
...
GRPH 159
2019-11-29 14:21:45 -04:00
pbattu123
0b2c9dde22
remove default value for extension parameter
2019-11-29 10:15:13 -04:00
Peter Conrad
25458c294d
Undo superfluous change
2019-11-29 14:10:40 +03:00
Peter Conrad
854119233a
Externalized serialization in protocol library
2019-11-29 14:10:40 +03:00
Peter Conrad
2358149e46
Externalized genesis serialization
2019-11-29 14:10:40 +03:00
Peter Conrad
b3d6058485
Externalized db objects
2019-11-29 14:10:40 +03:00
Peter Conrad
71d8bfd843
Externalize serialization of blocks, tx, ops
2019-11-29 14:10:40 +03:00
Peter Conrad
4df7298a0d
Externalized some API templates
2019-11-29 14:10:40 +03:00
Sandip Patel
614e51cca0
check witness signature before adding block to fork db
2019-11-29 16:08:23 +05:30
Alfredo Garcia
6f0ce36292
Merge pull request #225 from peerplays-network/feature/GRPH-152
...
[GRPH-152] Allow APIs to be called by account/asset name and id
2019-11-28 15:29:12 -03:00
Sandip Patel
ad5707ed95
Fixed alignment issues
2019-11-28 10:36:26 +05:30
Sandip Patel
41445a8764
Fixed compilation issues
2019-11-26 18:18:42 +05:30
Sandip Patel
a5d8a15728
asset id or name support in all asset APIs
2019-11-26 16:51:20 +05:30
Sandip Patel
7aeaa14bae
account name or id support in all database api
2019-11-26 13:50:06 +05:30
pbattu123
fd23d149d6
refer to latest commit of latest-fc branch ( #224 )
2019-11-25 16:23:42 -04:00
pbattu123
9b7776e301
Merge pull request #220 from peerplays-network/BLOCKBACK-177
...
issue with withdrawl
2019-11-25 10:51:06 -04:00
pbattu123
0ecf2e8d0e
Merge pull request #222 from peerplays-network/feature/BLOCKBACK-182
...
[BLOCKBACK-182] set extensions default values
2019-11-25 10:49:25 -04:00
pbattu123
fd2679a888
Merge pull request #223 from peerplays-network/BLOCKBACK-181
...
BLOCKBACK-181 Update GPOS hardfork date and don't allow GPOS features before hardfork time
2019-11-24 12:21:44 -04:00
pbattu123
e6d3dd0662
Update GPOS hardfork date and don't allow GPOS features before hardfork time
2019-11-23 20:46:17 -04:00
Alfredo Garcia
df4e045128
Merge pull request #218 from peerplays-network/feature/GRPH-150
...
[GRPH-150] P2P Log files are not created
2019-11-22 16:49:25 -03:00
Sandip Patel
c17d73f11b
set extensions default values
2019-11-22 18:46:55 +05:30
pbattu123
9c1e7af9c7
issue with withdrawl
2019-11-21 10:40:39 -04:00
Alfredo Garcia
e7e08169c8
Merge pull request #116 from peerplays-network/GRPH-81
...
[GRPH-81] Different performance optimization
2019-11-20 13:36:41 -03:00
abitmore
d3b2c4ce95
Simplified code in database::pay_workers()
2019-11-20 14:23:20 +03:00
Sandip Patel
ac5d55be0f
added new files
2019-11-14 17:05:01 +05:30
Sandip Patel
7a1f1a7293
Logging config parsing issue
2019-11-14 17:02:54 +05:30
Alfredo Garcia
fccd856429
Merge pull request #149 from peerplays-network/feature/GRPH-114
...
[GRPH-114] Check the attacker/buggy client before updating items ids
2019-11-11 09:50:46 -03:00
gladcow
d99ef0c1f9
fix global objects usage during replay
2019-11-08 15:42:09 +03:00
abitmore
4f54b13074
Added header inclusions in db_management.cpp
2019-11-08 15:42:09 +03:00
abitmore
6a7d670762
Added FC_ASSERT for dynamic data id of core asset
2019-11-08 15:42:09 +03:00
abitmore
02f6019896
Minor refactory asset_create_evaluator::do_apply()
2019-11-08 15:42:09 +03:00
abitmore
2f6de1f056
Add comments for update_expired_feeds in db_block
2019-11-08 15:42:09 +03:00
abitmore
66f6f26934
Removed unused variable
2019-11-08 15:42:09 +03:00
abitmore
83736ba656
Use getters
2019-11-08 15:42:09 +03:00
abitmore
1939cd127b
Added getter for core dynamic data object
2019-11-08 15:42:09 +03:00
abitmore
dcc6902720
Added getter for witness schedule object
2019-11-08 15:42:09 +03:00
abitmore
04102d549c
Change static refs to member pointers of db class
2019-11-08 15:39:16 +03:00
abitmore
36e318a503
Improve update_expired_feeds performance #1093
2019-11-08 15:39:16 +03:00
abitmore
e27b074f62
Minor code updates for asset_evaluator.cpp
...
* changed an `assert()` to `FC_ASSERT()`
* replaced one `db.get(asset_id_type())` with `db.get_core_asset()`
* capture only required variables for lambda
2019-11-08 15:37:46 +03:00
abitmore
ac7ac9f1f2
Minor performance improvement for db_maint
2019-11-08 15:37:46 +03:00
abitmore
cabbd7d070
Use static refs in db_getter for immutable objects
2019-11-08 15:37:46 +03:00
abitmore
01a81554ff
Minor performance improvement for price::is_null()
2019-11-08 15:37:46 +03:00
abitmore
8a9d3e7775
Added logging for the old update_expired_feeds bug
...
The old bug is https://github.com/cryptonomex/graphene/issues/615 .
Due to the bug, `update_median_feeds()` and `check_call_orders()`
will be called when a feed is not actually expired, normally this
should not affect consensus since calling them should not change
any data in the state.
However, the logging indicates that `check_call_orders()` did
change some data under certain circumstances, specifically, when
multiple limit order matching issue (#453 ) occurred at same block.
* https://github.com/bitshares/bitshares-core/issues/453
2019-11-08 15:37:46 +03:00
Alfredo Garcia
25ab039a58
Merge branch 'develop' into develop_gpos
2019-11-07 08:08:53 -03:00
Sandip Patel
0bcfaa385b
Improve account maintenance performance ( #130 )
...
* Improve account maintenance performance
* merge fixes
* Fixed merge issue
* Fixed indentations and extra ';'
2019-11-07 11:25:02 +05:30
pbattu123
50b80e9155
update submodule branch to refer to the latest commit on latest-fc branch ( #214 )
2019-11-07 08:44:42 +05:30
satyakoneru
3e6b9196ce
GRPH134- High CPU Issue, websocket changes ( #213 )
2019-11-06 20:15:15 +05:30
Alfredo Garcia
f831f9527f
Merge branch 'qa_gpos_18.04' into develop_gpos
2019-11-05 14:34:04 -03:00
Alfredo Garcia
20a9f9b84d
Merge pull request #211 from peerplays-network/feature/BLOCKBACK-162
...
[BLOCKBACK-162] Fixed spelling issue in error message
2019-11-05 09:00:11 -03:00
Sandip Patel
61fa3918ef
Fixed spelling issue
2019-11-05 15:02:38 +05:30
pbattu123
ab780862d3
Merge pull request #205 from peerplays-network/BLOCKBACK-155
...
[Blockback 155] GPOS - Multiple issues with vote_for_witness
2019-10-31 13:57:31 -03:00
Sandip Patel
fd8659caaf
Fixed flag issue
2019-10-31 19:01:50 +05:30
Sandip Patel
e7f65c6760
get_account bug fixed
2019-10-31 15:41:40 +05:30
Sandip Patel
5d36258f0c
case 1: Fixed last voting time issue
2019-10-31 15:02:05 +05:30
Sandip Patel
c8db22d481
Added token symbol name in error messages ( #204 )
2019-10-30 18:29:30 +05:30
Sandip Patel
d5d4fdd6d3
Added token symbol name in error messages
2019-10-30 17:51:02 +05:30
pbattu123
3a817e17ea
Merge pull request #202 from peerplays-network/BLOCKBACK-174
...
BLOCKBACK- 174 Roll in GPOS votes from 6th sub-period
2019-10-28 14:49:51 -03:00
pbattu123
3f8ac21b1e
updated comments to the benefit of reviewer
2019-10-28 12:14:53 -03:00
pbattu123
9f0b23122f
comments updated
2019-10-28 10:46:10 -03:00
pbattu123
ac3554ea2e
check was already modified
2019-10-27 13:11:58 -03:00
pbattu123
5f1436b8be
Fix to roll in GPOS rules, carry votes from 6th sub-period
2019-10-27 12:54:54 -03:00
Alfredo Garcia
a80d25f9df
fix flag
2019-10-27 08:54:18 -03:00
Alfredo Garcia
aef57f1720
Merge pull request #200 from peerplays-network/feature/BLOCKBACK-166
...
[BLOCKBACK-166] GPOS - dividend distribution for UIAs
2019-10-26 08:08:27 -03:00
pbattu123
8269c94601
Merge branch 'qa_gpos_18.04' into BLOCKBACK-155
2019-10-25 10:21:55 -03:00
Sandip Patel
a8423f167d
Fixed dividend distribution issue and added test case
2019-10-25 16:41:34 +05:30
Alfredo Garcia
e63452cb3c
Merge pull request #199 from peerplays-network/BLOCKBACK_164
...
BLOCKBACK-164 Eliminate time gap between two consecutive vesting periods
2019-10-25 08:01:56 -03:00
Alfredo Garcia
ed49ab8eea
Merge pull request #190 from peerplays-network/feature/BLOCKBACK-162
...
[BLOCKBACK-162] Error message correction
2019-10-25 07:04:01 -03:00
pbattu123
bdd1863cf2
updated GPOS hf
2019-10-24 23:53:47 -03:00
pbattu123
78787c2a14
eliminate time gap between two consecutive vesting periods
2019-10-24 14:39:01 -03:00
Sandip Patel
69630183f9
removed witness check
2019-10-24 19:24:09 +05:30
pbattu123
d6da2963dc
resolve merge conflict
2019-10-23 22:15:26 -03:00
pbattu123
3be3fd36bb
Merge branch 'BLOCKBACK-155' of https://github.com/peerplays-network/peerplays into BLOCKBACK-155
2019-10-23 18:36:39 -03:00
pbattu123
48d0d88ff0
changes to update last voting time
2019-10-23 18:33:17 -03:00
pbattu123
d4460870bd
Merge branch 'qa_gpos_18.04' into BLOCKBACK-155
2019-10-23 17:57:13 -03:00
Sandip Patel
73829bd97f
Fixed GPOS vesting factor issue when proxy is set
2019-10-23 11:56:38 +05:30
pbattu123
0d1c41557d
changes to allow user to vote in each sub-period
2019-10-22 10:39:45 -03:00
Sandip Patel
f7c592dd0e
Updated FC repository to peerplays-network/peerplays-fc ( #189 )
...
Point to fc commit hash 6096e94 [latest-fc branch]
2019-10-21 23:24:20 +05:30
Sandip Patel
0800e2bc67
error message corrections at other places
2019-10-19 16:38:12 +05:30
Sandip Patel
c025f639d7
Fixed few error messages
2019-10-19 10:58:56 +05:30
Alfredo Garcia
8c188bd53f
merge gpos to develop ( #186 )
...
* issue - 154: Don't allow to vote when vesting balance is 0
* changes to withdraw_vesting feature(for both cdd and GPOS)
* Comments update
* update to GPOS hardfork ref
* fix for get_vesting_balance API call
* braces update
* Create .gitlab-ci.yml
* fixing build errors (#150 )
* fixing build errors
vest type correction
* fixing build errors
vest type correction
* fixes
new Dockerfile
* vesting_balance_type correction
vesting_balance_type changed to normal
* gcc5 support to Dockerfile
gcc5 support to Dockerfile
* Changes to compiple with GCC 7(Ubuntu 18.04)
* changes to have separate methods and single withdrawl fee for multiple vest objects
* 163-fix, Return only non-zero vesting balances
* Revert "Revert "GPOS protocol""
This reverts commit 67616417b7 .
* add new line needed to gpos hardfork file
* comment temporally cli_vote_for_2_witnesses until refactor or delete
* fix gpos tests
* fix gitlab-ci conflict
2019-10-17 22:09:44 +05:30
Sandip Patel
e3b2459de4
Adjust p2p log level ( #180 )
2019-10-16 20:57:39 +05:30
Sandip Patel
40534446da
[GRPH-106] Added voting tests ( #136 )
...
* Added more voting tests
* Added additional option
2019-10-10 21:29:01 +05:30
Sandip Patel
ec33f0cc07
[GRPH-3] Additional cli tests ( #155 )
...
* Additional cli tests
* Compatible with latest fc changes
* Fixed Spacing issues
2019-10-10 21:24:12 +05:30
pbattu123
d5dffa64b7
Merge pull request #163 from peerplays-network/153/fix-add-on
...
Changes to have separate withdraw_vesting methods and single withdraw fee for multiple objects
2019-10-06 16:39:07 -03:00
Sandip Patel
e1a6e67e16
Point to PBSA/peerplays-fc commit f13d063 ( #167 )
2019-10-04 20:42:37 +05:30
pbattu123
c73d0a338a
163-fix, Return only non-zero vesting balances
2019-10-03 22:22:21 -03:00
pbattu123
d65f20a89f
changes to have separate methods and single withdrawl fee for multiple vest objects
2019-10-03 16:38:40 -03:00
Sandip Patel
e995744716
proposal fail_reason bug fixed ( #157 )
2019-09-30 18:21:05 -04:00
pbattu123
f1eb625df8
Changes to compiple with GCC 7(Ubuntu 18.04)
2019-09-30 00:27:21 -03: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
Wei Yang
83b19d0b84
node.cpp: Check the attacker/buggy client before updating items ids
...
The peer is an attacker or buggy, which means the item_hashes_received is
not correct.
Move the check before updating items ids to save some time in this case.
2019-09-24 13:35:48 +03:00
Bobinson K B
282ec7061b
Merge pull request #147 from peerplays-network/feature/GRPH-95
...
Enhancement for session undo storage
2019-09-23 12:23:44 -04:00
Bobinson K B
1cb494e686
Merge pull request #140 from peerplays-network/feature/GRPH-111
...
Added get_asset_count API
2019-09-23 09:55:27 -04:00
Peter Conrad
819e1d25b2
Throw for deep nesting
2019-09-23 15:38:01 +03:00
Peter Conrad
8544896e6c
Allow sufficient space for new undo_session
2019-09-23 15:38:01 +03:00