Commit graph

2869 commits

Author SHA1 Message Date
Sandip Patel
e1a6e67e16 Point to PBSA/peerplays-fc commit f13d063 (#167) 2019-10-04 20:42:37 +05:30
Roshan Syed
d2c82cf68f Support/gitlab develop (#168)
* Added code_quality to CI

* Update .gitlab-ci.yml
2019-10-04 19:22:12 +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
Roshan Syed
1a41b5cbdd Added sonarcloud analysis (#158) 2019-10-01 13:52:54 -04:00
Roshan Syed
2dcb96b305 Added Sonarcloud code_quality to CI (#159) 2019-10-01 13:45:09 -04: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
gladcow
caa3d2468c use random port numbers in app_test (#154) 2019-09-27 10:58:49 -04:00
Bobinson K B
7fae375e0f
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
2019-09-26 11:41:28 -04:00
Bobinson K B
b8cbdc56fc
Merge pull request #151 from peerplays-network/support/gitlab-develop
Added cli_test to CI
2019-09-26 08:58:48 -04:00
Roshan Syed
2d6f8c48a7 Added cli_test to CI 2019-09-25 13:51:05 -03:00
Roshan Syed
db01f313e5
Create .gitlab-ci.yml 2019-09-25 10:30:15 -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
Bobinson K B
324923b7b6
Merge pull request #135 from peerplays-network/SON11
Add chain extension parameter to set SON count
2019-09-23 08:31:44 -04:00
Bobinson K B
857a30d69c
Merge pull request #67 from peerplays-network/GRPH-50-network_broadcast_api-fix-v2
network broadcast api fix, version 2
2019-09-23 08:25:16 -04:00
pbattu123
af47ed0625
Merge pull request #143 from peerplays-network/issue/154-fix
Issue/154 fix
2019-09-22 13:25:12 -03:00
pbattu123
a7df686ebe braces update 2019-09-21 13:08:33 -03:00
pbattu123
4a72f943e8 fix for get_vesting_balance API call 2019-09-21 13:04:43 -03:00
pbattu123
79dc2f4dde
Merge pull request #141 from peerplays-network/BLOCKBACK-153
Issue Blockback 153 fix
2019-09-21 12:56:40 -03:00
pbattu123
9ec835b361
Merge pull request #95 from peerplays-network/issue-154
issue - 157: Don't allow to vote when the vesting balance is 0
2019-09-21 12:54:17 -03:00
Miha Čančula
4586cc5df5
Remove leftover comment from merge 2019-09-21 17:37:43 +02:00
Miha Čančula
97f9875918
Merge branch 'develop' into GRPH-50-network_broadcast_api-fix-v2 2019-09-21 17:17:19 +02:00
pbattu123
8e1c038558 update to GPOS hardfork ref 2019-09-20 16:58:06 -03:00
pbattu123
b358241e43 Comments update 2019-09-20 14:03:59 -03:00
pbattu123
2a3d8a4c66 changes to withdraw_vesting feature(for both cdd and GPOS) 2019-09-20 11:32:07 -03: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
Sandip Patel
aa31de5d44 Added get_asset_count API 2019-09-20 17:51:43 +05:30
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
c110508766 Dereference chain_database shared_ptr 2019-09-20 13:46:34 +03:00
abitmore
56a6f8b732 Extract public keys before pushing a transaction 2019-09-20 13:44:15 +03:00
abitmore
12105ab6e5 Skip auth check when pushing self-generated blocks 2019-09-20 13:37:23 +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
Alfredo Garcia
2e85219ca4
Merge pull request #109 from peerplays-network/feature/GRPH-86
[GRPH-86] fix duplicate ops returned in get_account_history
2019-09-18 14:57:22 -03:00
Miha Čančula
94157497bb
Merge branch 'develop' into feature/GRPH-93-v2 2019-09-18 18:19:17 +02:00
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
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
satyakoneru
b853a82275 SON11 - Add chain extension parameter to set SON count 2019-09-18 02:50:59 +00:00
Alfredo Garcia
96161db8a5
Merge pull request #101 from peerplays-network/GRPH-75
[GRPH-75] node restore improvments
2019-09-17 21:45:42 -03:00
Alfredo Garcia
bada09d7d0
Merge branch 'develop' into GRPH-75 2019-09-17 21:10:20 -03:00
Alfredo Garcia
ca4a02da21
Merge pull request #100 from peerplays-network/feature/GRPH-79
GRPH-79 Enhancing Proposal Information
2019-09-17 21:09:46 -03:00
Alfredo Garcia
88d90c327b
Merge branch 'develop' into feature/GRPH-79 2019-09-17 20:19:37 -03:00