Commit graph

38 commits

Author SHA1 Message Date
Michael Neynens
1c1026516a Updated vote tallying, skipping non-existing accounts 2018-08-07 18:04:17 -07:00
Michael Neynens
d5d7900cb4 Updated seed nodes and added update section in README 2018-07-09 08:51:56 -07:00
Michael Neynens
d9345f0ea5 Merge branch 'pr11' 2018-07-04 16:14:18 -07:00
Michael Neynens
7c853e42aa Merge branch 'pr10' 2018-07-04 16:14:13 -07: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
PBSA Github Manager
b4d43437a6 Updated seednodes from witnesses 2017-06-08 23:40:44 -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
BhuzOr
8ceaeb0aa2 Fix clear_expired_transactions memory leak
Backport from Steem/BitShares: https://github.com/bitshares/bitshares-core/issues/256
2017-06-04 23:29:55 +02:00
BhuzOr
83f9e46668 Validate block timestamps
Reject blocks with timestamp too far in the future
Backport from BitShares: https://github.com/bitshares/bitshares-core/pull/17
2017-06-04 15:16:49 +02: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
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
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
PBSA Github Manager
e180475f5f Ensure the transaction signature is validated. 2017-05-28 02:00:18 -03:00
PBSA Github Manager
92a3aed321 fixed update witness operation - added new_initial_secret 2017-05-28 01:57:03 -03:00
PBSA Github Manager
017d37ed6b fixed update witness operation - added new_initial_secret 2017-05-28 01:53:53 -03:00
PBSA Github Manager
42cd0a6fb1 fixed update witness operation - added new_initial_secret 2017-05-28 01:52:14 -03:00
PBSA Github Manager
4cc9f11fec fixed update witness operation - added new_initial_secret 2017-05-28 01:50:33 -03:00
PBSA Github Manager
6da92cacaa fixed documentation 2017-05-26 22:44:13 -03:00
PBSA Github Manager
41f682c2a8 Update wallet.cpp 2017-05-26 22:41:11 -03:00
PBSA Github Manager
54bded64e8 Update wallet.cpp 2017-05-26 22:37:58 -03:00
PBSA Github Manager
d94d019617 Ordering of fields for password generation docs 2017-05-26 22:31:08 -03:00
PBSA Github Manager
c86cf2f77b Change ordering of fields for password generation documentation 2017-05-26 22:22:11 -03:00
PBSA Github Manager
787399b8cb Change ordering of fields for password generation 2017-05-26 22:07:44 -03:00
PBSA Github Manager
a7ca09dfc3 Add get_private_key_from_password from steem commit 2017-05-26 22:04:49 -03:00
PBSA Github Manager
85c8ce9ac2 Add get_private_key_from_password from steem commit 2017-05-26 22:01:35 -03:00
kstdl
342e6db610 inital 2017-05-25 12:13:59 +03:00