Commit graph

2949 commits

Author SHA1 Message Date
serkixenos
11b64ffb8a Refactor tracked_assets 2021-06-29 15:10:38 +02:00
serkixenos
ca1e68c13f sidechain_transaction_settle_operation proposal approval for Hive 2021-06-28 16:26:07 +02:00
serkixenos
3b25ec29eb sidechain_transaction_sign_operation proposal approval for Hive 2021-06-08 17:00:35 +02:00
serkixenos
6faec4901a Deposit/Withdraw process operation proposal approval for Hive 2021-06-07 13:35:02 +02:00
serkixenos
851ac2792d son_wallet_update_operation proposal approval for Hive 2021-05-29 02:25:57 +02:00
serkixenos
189229b20e Hive network recognition and proper asset encoding 2021-05-25 13:28:28 +02:00
serkixenos
c6a7ab2057 Fix Hive transaction serialization 2021-05-19 19:54:57 +02:00
serkixenos
09f23dade8 Withdrawal object creation 2021-04-26 13:05:27 +02:00
serkixenos
7536f1a2d7 Withdrawal payment detection 2021-04-22 11:35:29 +02:00
serkixenos
dfcc66a7d0 Quickfix: Fix HIVE asset precision 2021-04-16 01:08:19 +02:00
serkixenos
876655fb39 Quickfix: Approve Hive transaction signing 2021-04-16 00:30:46 +02:00
serkixenos
1f53359248 Deposit processing for Hive assets HBD and HIVE 2021-04-13 23:04:53 +02:00
serkixenos
daa4fa089a Deposit detection and deposit object created 2021-04-08 12:08:28 +02:00
serkixenos
df125c9a0b SON for HIVE hardfork and assets 2021-04-06 15:32:55 +02:00
serkixenos
2c5e1c35a5 add_sidechain_address fixes for HIVE, wallet doc fixes 2021-04-06 14:36:42 +02:00
serkixenos
944fa3b072 Tx ID calculation on broadcasting Hive transaction 2021-03-31 12:28:41 +02:00
serkixenos
a2c5c29005 Proper account_update_operation serialization and transaction signing 2021-03-30 16:23:13 +02:00
serkixenos
44f81d4d08 Collecting Hive SONs signatures 2021-03-24 11:59:38 +01:00
serkixenos
7fc964103e Hive transaction handling, WIP 2021-03-22 17:29:35 +01:00
serkixenos
093fdf055a Hive primary wallet creation 2021-03-17 01:56:44 +01:00
serkixenos
8e4ff85c90 Hive block basic parsing 2021-03-12 20:10:44 +01:00
serkixenos
5920356b5d SON listener for Hive 2021-03-05 16:38:47 +01:00
serkixenos
ae712122d4 Merge branch 'hotfix/build-warnings-210210' into 'develop'
Remove build warnings & update Doxygen file

See merge request PBSA/peerplays!12
2021-02-22 13:29:03 +00:00
serkixenos
2a977793de Remove build warnings & update Doxygen file 2021-02-10 12:53:51 +01:00
serkixenos
d3a3722c1e Merge branch 'master' into beatrice 2021-02-09 13:13:21 +01:00
Bobinson K B
bb4fc3c9c1 Merge branch 'hotfix/master-son-vb-checks' into 'master'
Check vesting balance properties before creating/updating SON

See merge request PBSA/peerplays!11
2021-02-09 03:43:42 +00:00
serkixenos
b362ca23a6 Check vesting balance properties before creating/updating SON 2021-02-09 03:43:42 +00:00
serkixenos
4b0d7d4700 Merge branch 'develop' into 'beatrice'
Merge develop to beatrice

See merge request PBSA/peerplays!10
2021-01-28 20:19:02 +00:00
sierra19XX
b99a19bd72
NFT Lottery (#384) 2021-01-28 20:27:54 +01:00
serkixenos
5a5154b260 Update FC to latest version 2021-01-27 13:39:29 +01:00
serkixenos
92d9373c2f Merge branch 'beatrice' into develop 2021-01-26 22:28:21 +01:00
serkixenos
965eb575bf Merge branch 'feature/cli-change-account-keys' into 'develop'
CLI wallet commands to add/remove account's active key

See merge request PBSA/peerplays!9
2021-01-26 21:14:50 +00:00
serkixenos
ee553f3968
Flush chain database during replay (#412) 2021-01-26 21:41:58 +01:00
serkixenos
dbc6990e08 Merge branch 'master' into beatrice 2021-01-26 21:32:14 +01:00
Bobinson K B
748f2b117b Merge branch 'hotfix/master-hotfixes' into 'master'
Fix get_full_accounts and SON object serialization

See merge request PBSA/peerplays!8
2021-01-26 16:01:26 +00:00
serkixenos
057db52d1e Fix get_full_accounts and SON object serialization 2021-01-26 16:01:26 +00:00
serkixenos
3f4fc67e40 CLI wallet commands to add/remove account's active key 2021-01-19 11:31:35 +01:00
serkixenos
fdcf090730
User vesting performance decay tests added (#411) 2020-12-27 16:42:53 +05:30
serkixenos
5b51953572
Fix betting market macros, avoid invalidated object references (#410) 2020-12-23 20:59:09 +05:30
serkixenos
cb786554fc
Remove as much warnings from build log as possible (#400)
* Remove as much warnings from build log as possible
2020-12-18 14:23:37 +01:00
serkixenos
74764b946d
Elasticsearch plugin improvements (#404)
* Elasticsearch and es_objects plugins updated
* Expand es_objects plugin to store more objects
* es_objects configuration options
* Store transaction objects
2020-12-18 14:21:24 +01:00
serkixenos
d81fb834b9
Remove std::to_string(double), due to fixed conversion precision (#405)
- std::to_string(double) converts double to precision 6, eg 1 to "1.000000"
- stringstream conversion from double to string will keep minimal
  number of decimals (eg, it will trim zeros), eg 1 to "1", 1.2 to "1.2"
2020-12-18 14:20:46 +01:00
serkixenos
10cb737b10
Merge pull request #409 from peerplays-network/merge_beatrice_to_develop_202012
Merge beatrice to develop 202012
2020-12-17 17:56:41 +01:00
serkixenos
76d14a5d11 Merge branch 'beatrice' into develop 2020-12-16 11:57:51 +01:00
serkixenos
796586846e Merge branch 'master' into beatrice 2020-12-15 20:26:44 +01:00
serkixenos
3dd0eac49f Hotfix: Fix failing GPOS tests 2020-12-15 20:25:53 +01:00
serkixenos
5df01a5abd Hotfix: Betting tests 2020-12-15 20:25:53 +01:00
serkixenos
77022b7936 Hotfix: Fix failing GPOS tests 2020-12-15 20:23:29 +01:00
serkixenos
c06fb4a04e Hotfix: Betting tests 2020-12-15 18:54:48 +01:00
serkixenos
6e1b8ba9ae Merge branch 'master' into beatrice 2020-12-15 17:14:44 +01:00