Fabian Schuh
dfffabd004
fix submodule
2018-04-12 17:02:54 +02:00
kstdl
8cb335a515
fixed indices sorting and lottery end checking by date
2018-01-10 12:06:34 +03:00
kstdl
c32269ee8e
fix test genesis and end_date verification
2018-01-09 12:35:30 +03:00
kstdl
090a3a4dad
merge get_account_lotteries branch. fix create_witness test
2018-01-09 11:45:19 +03:00
kstdl
202153acdc
added get_account_lotteries method to db_api and cli, lottery end_date and ticket_price verification
2018-01-03 15:34:15 +03:00
kstdl
186a0e61ea
added owner to lottery_asset_options. commented async call in on_applied_block callback
2017-12-27 17:21:56 +03:00
kstdl
6b3de963a2
fix and comment some tests
2017-12-13 18:29:39 +03:00
kstdl
c0f9cd137c
fix
2017-12-12 18:20:47 +03:00
kstdl
d030462433
add pull to gitlab-ci
2017-12-12 18:19:43 +03:00
kstdl
f00c56d789
fix some tests. add gitlab-ci.yml
2017-12-12 18:15:55 +03:00
kstdl
8f379a3c53
fix reindex on peerplays network
2017-12-12 15:37:58 +03:00
kstdl
fdd77ef5af
minor logic changes. added db_api and cli_wallet methods
2017-12-11 17:42:55 +03:00
kstdl
930ddb06c1
lottery end implemented
2017-12-06 10:40:52 +03:00
kstdl
2acbf3d929
ticket_purchase_operation implemented. added lottery_options to asset
2017-11-13 10:14:07 +03:00
kstdl
3dd1860b64
coipied code for bitshares fixing 429 and 433 isuues
2017-11-04 11:40:28 +03:00
kstdl
d7c80b4b6a
fix rng and get_winner_numbers implemented
2017-11-03 17:52:41 +03:00
BhuzOr
fc18c4812c
Fix for block_num != 0
...
Backport from Steem/BitShares
Some info here: https://github.com/bitshares/bitshares-core/issues/273
2017-06-09 00:21:35 -03:00
BhuzOr
661a5ea5b0
Catch DNS exceptions when adding seed nodes
2017-06-09 00:20:17 -03:00
cryptosig
5aa5454370
Update README.md
...
would not compile on Ubuntu unless you added -DBOOST_ROOT="$BOOST_ROOT"
2017-06-09 00:18:06 -03:00
Bill Butler
814349d30c
Syntax change for get_private_key_from_password
2017-06-09 00:09:18 -03:00
Bill Butler
9ee828c8ab
private-key instead of private-keys
2017-06-09 00:09:18 -03:00
Bill Butler
c8bf3b2729
Double rather than single quotes
2017-06-09 00:09:18 -03:00
Bill Butler
98aa80869d
One of the pairs... rather than The last pair...
2017-06-09 00:09:18 -03:00
Bill Butler
0a19fd9ae1
add sudo
2017-06-09 00:09:18 -03:00
Bill Butler
be6952b6dd
typo
2017-06-09 00:09:18 -03:00
Bill Butler
64092e35a3
systemd instructions added
2017-06-09 00:09:18 -03:00
PBSA Github Manager
b4d43437a6
Updated seednodes from witnesses
2017-06-08 23:40:44 -03:00
PBSA Github Manager
11ea3a4bd0
Recommended PBSA Genesis
2017-06-06 15:25:12 -03:00
Viktor
32758955df
Change default seed node
2017-06-06 18:18:27 +03:00
Viktor
d245b70d70
Change core symbol and address prefix
2017-06-06 16:27:12 +03:00
Viktor
b7e11ae9d6
Update max core supply in genesis, properly track total supply for vesting balances in bts accounts and other changes
2017-06-06 11:17:04 +03:00
Viktor
4a75af7dc9
Update chain id
2017-06-02 13:04:08 +03:00
Viktor
3248606782
Add a command 'update_witness_votes' to the CLI wallet that
...
allows you to change multiple witness votes at one time
(just a convenience, it doesn't do anything vote_for_witness didn't
already let you do)
2017-06-02 12:19:20 +03:00
Viktor
744b9c08d2
comment out excessive debug logging
2017-06-02 12:01:43 +03:00
Viktor
7759d2e658
Quiet unhelpful log message "Not producing block because slot has not yet arrived"
2017-06-02 12:01:00 +03:00
Viktor
113903b714
Automatically update wallet's cached copy of account objects
...
whenever we are notified of a change on the blockchain
2017-06-02 11:59:46 +03:00
Viktor
8ae95e1d5c
Change unique index to non-unique on vesting_balance_objects
2017-06-02 11:58:58 +03:00
Viktor
a06096d0dd
[DLN] revert some test code related to worker-pay that was inadvertently committed in a larger commit
2017-06-02 11:58:23 +03:00
Viktor
a4937a2cce
[DLN] experimenting with RNG vs shuffle algorithm in tests
2017-06-02 11:56:59 +03:00
Viktor
9e8bc0b27c
Add 'generate_uia_sharedrop_genesis_plugin' used for generating the initial PPY
...
balances based on the BitShares PEERPLAYS UIA.
Modify the other generate_genesis plugin to be able to run disabled.
2017-06-02 11:56:01 +03:00
Viktor
687088a13b
Improve the generate_genesis plugin to:
...
- exclude more exchanges
- exclude scam accounts
- credit users for any vesting balances they could have
withdrawn at the time of the snapshot
- other minor cleanup
2017-06-02 11:50:29 +03:00
Viktor
8586d1702f
If there is an error parsing the genesis file in embed_genesis, print the exception before exiting.
2017-06-02 11:47:44 +03:00
Viktor
77fb78b841
Fix a bug where initial_bts_accounts' balances weren't correctly accounted in total_supply
2017-06-01 09:52:18 +03:00
Viktor
f90c8a4101
[DLN] added code to test participation rate using ./tests/chain_test --run_test=operation_tests/witness_create, currently passes when test is set to use shuffle (which I've set as default) but fails for RNG
2017-06-01 09:50:55 +03:00
Viktor
68bbd4da43
[DLN] update genesis block's max_core_supply to set reserve pool to 9 million CORE (54605325941 are allocated to accounts)
2017-06-01 09:49:12 +03:00
Viktor
074817f29a
[DLN] fixed missed_count for participation_rate calculateion on RNG, also hopefully fix missed block count for individual witnesses
2017-06-01 09:46:16 +03:00
Viktor
af191e2929
Update chain id
2017-05-31 20:05:45 +03:00
Viktor
ec27e3d6a1
Set maintenance_interval
2017-05-31 19:43:50 +03:00
PBSA Github Manager
76ce926811
shuffle and parm adj to genesis
2017-05-29 19:45:14 -03:00
PBSA Github Manager
9f5bd71140
updated chain_id to current testnet
2017-05-29 14:18:06 -03:00