Sandip Patel
62f81ee092
Added get_asset_count API
2019-10-02 13:23:57 +03:00
abitmore
ff55c4a472
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-10-02 13:23:57 +03:00
abitmore
2695b1c30a
Dereference chain_database shared_ptr
2019-10-02 13:23:57 +03:00
abitmore
263bb30ff2
Extract public keys before pushing a transaction
2019-10-02 13:23:57 +03:00
Ronak Patel
8439d1fd44
Merged Bitshares PR #1462 and compilation fixes
2019-10-02 13:18:37 +03:00
Ronak Patel
dab396e1e4
Fix for for history ID mismatch ( Bitshares PR #875 )
2019-10-02 13:08:39 +03:00
Peter Conrad
cefd1de512
Moved reindex logic into database / chain_database, make use of additional blocks in block_database
...
Fixed tests wrt db.open
2019-10-02 13:05:51 +03:00
satyakoneru
0cf5718b39
GRPH-4-CliWallet_crash_ctrlD
2019-10-02 13:01:28 +03:00
Miha Čančula
4d54a81523
Adapt to variant API with max_depth argument
2019-10-02 12:57:12 +03:00
abitmore
889a03116c
Increase max depth for trx confirmation callback
2019-10-02 12:57:12 +03:00
Abit
168ff49da1
Merge pull request #714 from pmconrad/json_fix
...
JSON fix
2019-10-02 12:57:12 +03:00
abitmore
a3bf36a1ed
Add nullptr check in api.cpp for easier testing
2019-10-02 12:55:27 +03:00
gladcow
f35f1264bf
Backport fix for get_account_history from https://github.com/bitshares/bitshares-core/pull/628 and add additional account history test case
2019-10-02 12:52:26 +03:00
Peter Conrad
3818c684ad
Fixed error when account_history_object with id 0 doesnt exist
2019-10-02 12:52:26 +03:00
Sandip Patel
c625faaf19
Fixed error while loading object database
2019-10-02 12:52:26 +03:00
Prabhjot
5c6bd78a98
Added new lottery_asset_create_operation
2019-10-02 09:39:57 +03:00
Prabhjot
352c2f3efe
Removed blind_sign and unblind_signature functions
2019-10-02 09:39:57 +03:00
Prabhjot Singh
26786d33a9
Merged beatrice into 5050
2019-10-02 09:22:33 +03:00
pbattu123
22952a9a18
Revert "GPOS protocol"
2019-10-01 22:57:58 +03:00
kstdl
dd26890a1d
fixed indices sorting and lottery end checking by date
2019-10-01 22:34:26 +03:00
kstdl
62dd8482d9
added get_account_lotteries method to db_api and cli, lottery end_date and ticket_price verification
2019-10-01 22:34:26 +03:00
kstdl
51b2ca625e
added owner to lottery_asset_options. commented async call in on_applied_block callback
2019-10-01 22:34:26 +03:00
kstdl
ee9545a2c4
fix reindex on peerplays network
2019-10-01 22:26:04 +03:00
kstdl
7ba965c860
minor logic changes. added db_api and cli_wallet methods
2019-10-01 19:13:27 +03:00
kstdl
0ba8f95f49
lottery end implemented
2019-10-01 18:39:14 +03:00
kstdl
17e6a9baf9
ticket_purchase_operation implemented. added lottery_options to asset
2019-10-01 16:52:23 +03:00
kstdl
d2bd8ad066
fix rng and get_winner_numbers implemented
2019-10-01 14:24:57 +03:00
obucinac
f8da5415e3
Part two of SON-83 - plugins option in command line and config file ( #126 )
...
- Empty SON plugin is INACTIVE by default
- To enable it, add peerplays_sidechain to plugins section in
config file, or use --plugins command line option
- Plugin can work with or without witness
2019-09-13 17:34:34 +02:00
pbattu123
2c86caacc5
Merge pull request #8 from oxarbitrage/gpos2
...
GPOS protocol
2019-05-29 18:09:48 -03:00
pbattu
0f06a9af2a
Required changes to upgrade blockchain to ubuntu18.04
2019-05-20 22:32:17 -03:00
Roshan Syed
b787f3f21b
Revert "Merge branch 'master' into beatrice"
...
This reverts commit cc8766d319 , reversing
changes made to fd71c4b682 .
2019-04-12 12:53:09 -03:00
Alfredo
a58eb6fae8
add get_gpos_info database api call
2019-03-05 17:48:47 -03:00
Fabian Schuh
6f3ddc0719
Merge branch 'hardfork' into feature/duplicate-operation-check-hardfork
2019-02-07 15:34:16 +01:00
Fabian Schuh
7598d54fa7
Fixes after review
2019-02-07 12:18:15 +01:00
dimfred
87bf4be89b
digest_accumulator picks out bm_create and bmg_create and reworked duplicate check
2019-02-06 14:25:37 +01:00
dimfred
c86237cd86
changed api.cpp accordingly
2019-02-01 18:36:30 +01:00
dimfred
2922366e27
changed check_transaction to check only for proposals associated with GRAPHENE_WITNESS_ACC
2019-02-01 18:36:30 +01:00
dimfred
ee8429938c
moved check_trx_for_duplicate_operation and digest_accumulator to database api
2019-02-01 18:36:30 +01:00
Fabian Schuh
e9970767f5
Ensure we use the correct genesis block, config and seed nodes
2019-01-22 10:21:39 +01:00
Fabian Schuh
fe138fabbf
Add more seed nodes
2018-12-11 11:20:16 +01:00
Fabian Schuh
462f737227
Chain launched by blckchnd
2018-10-29 10:21:55 +01:00
Fabian Schuh
ea3bb1a377
Proper variables for beatrice testnet
2018-10-12 12:20:30 +02:00
Fabian Schuh
d8f3f6b399
Merge remote-tracking branch 'origin/list_pending_proposals_api' into testnet-beatrice
2018-10-11 14:20:53 +02:00
Fabian Schuh
7d6432e4bf
Merge remote-tracking branch 'origin/sport_n_events_api_extension_release' into beatrice
2018-10-11 14:08:23 +02:00
Fabian Schuh
d0c6c49e44
Merge remote-tracking branch 'origin/broadcast-api-operations-duplication-check' into beatrice
2018-10-11 13:54:31 +02:00
Peter Conrad
ade7cf2d87
Created plugin stub for affiliate statistics
2018-10-10 14:26:38 +02:00
Peter Conrad
fdd7c193a6
Implemented affiliate payouts
2018-10-10 14:25:56 +02:00
Peter Conrad
0a2af8afb2
Merge remote-tracking branch 'origin/baxter'
2018-09-04 14:52:48 +02:00
Michael Neynens
d5d7900cb4
Updated seed nodes and added update section in README
2018-07-09 08:51:56 -07:00
Apr Team
140ecd7532
Added more tests. Fixed offsets in the db file. Pathced the network_broadcast_api.
2018-07-05 13:58:36 +03:00