pbattu123
d365e555f4
virtual-op-fix for deterministic virtual_op number
2019-06-19 11:16:43 -03:00
Eric Frias
1052f49f5d
Make indexes on blockchain objects related to betting markets into
...
unique indexes to ensure the order betting market groups are resolved
is consistent between different nodes. This bumps the database version
which will trigger a replay on the first run after this upgrade.
2019-03-29 16:20:45 -04:00
Fabian Schuh
3e58dc5a11
cleanup of code
2018-12-20 09:58:57 +01:00
dimfred
4875c7a0f9
Fix Duplication operation check
2018-12-20 09:58:57 +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
9ad4b3a594
Move hardfork dates closer to now()
2018-10-24 10:40:37 +02:00
Fabian Schuh
5dee83dbff
Remove unnecessary logging
2018-10-15 11:23:32 +02:00
Fabian Schuh
ea3bb1a377
Proper variables for beatrice testnet
2018-10-12 12:20:30 +02:00
Fabian Schuh
cc7953672c
Merge remote-tracking branch 'origin/fix_asset_create_fee' into testnet-beatrice
2018-10-11 14:22:33 +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
Eric Frias
450e9abe8d
When we fail to generate a block, discard pending transactions (which
...
likely caused the failure) so we don't fail to produce the next block.
2018-10-11 14:11:02 +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
Fabian Schuh
fc21e79206
Fix rebase
2018-10-11 13:36:49 +02:00
Peter Conrad
9e624bd2c8
Payout operation fix
2018-10-10 14:26:38 +02:00
Peter Conrad
f81b064597
Implemented additional index + API call for call list_historic_referral_rewards
2018-10-10 14:26:38 +02:00
Peter Conrad
8903a5a3af
Implemented top rewards
2018-10-10 14:26:38 +02:00
Peter Conrad
ade7cf2d87
Created plugin stub for affiliate statistics
2018-10-10 14:26:38 +02:00
Peter Conrad
2428383466
Fixed bookie payout
2018-10-10 14:26:21 +02:00
Peter Conrad
517c86c60f
Refactored handling of asset_id
2018-10-10 14:25:57 +02:00
Peter Conrad
12a8bdc590
Fixes
2018-10-10 14:25:56 +02:00
Peter Conrad
fdd7c193a6
Implemented affiliate payouts
2018-10-10 14:25:56 +02:00
Peter Conrad
1ab596952e
Rake calculation fix as outlined by Dan Notestein
2018-10-10 14:25:39 +02:00
Peter Conrad
03bc592114
Prevent some virtual ops from being included in proposals
2018-10-10 14:25:09 +02:00
Peter Conrad
8c0fcf9db8
Ported security fix from https://github.com/bitshares/bitshares-core/pull/591/
2018-10-10 14:24:42 +02:00
Peter Conrad
fe7c8d6ad1
Implemented item 1
2018-10-10 14:24:42 +02:00
Andrew Moore
10fa56a018
Fixing license on db_notify.cpp
2018-10-09 14:38:51 -03:00
Andrew Moore
da799f84b0
Updating licensing
2018-10-09 11:33:31 -03:00
Peter Conrad
db072af33d
Added hf protection for new operations wrapped in proposals
2018-09-10 21:03:28 +02:00
Peter Conrad
fa9acafcd0
Moved hf date into far future
2018-09-10 20:25:27 +02:00
Peter Conrad
153fcacbb3
Revert dividend payout timing modification
2018-09-10 18:53:12 +02:00
Peter Conrad
f6b0e08d18
Merge branch 'snapshot_plugin'
2018-09-10 18:13:27 +02:00
Peter Conrad
9294aa04dd
Ported snapshot plugin from BTS
2018-09-10 15:55:48 +02:00
Peter Conrad
eb5100545f
Switch object id types
2018-09-10 15:20:37 +02:00
Peter Conrad
b0afddaa6b
Move new chain parameters into extensions
2018-09-05 16:43:35 +02:00
Peter Conrad
31e68d4bb1
Bump fc to latest master
2018-09-04 16:54:29 +02:00
Peter Conrad
0a2af8afb2
Merge remote-tracking branch 'origin/baxter'
2018-09-04 14:52:48 +02:00
Michael Neynens
bed81e358d
Updated vote tallying, skipping non-existing accounts
2018-08-08 09:44:19 +02:00
Michael Neynens
1c1026516a
Updated vote tallying, skipping non-existing accounts
2018-08-07 18:04:17 -07:00
Apr Team
b28783c3ec
Refactoring after review. Removed code duplication.
2018-07-12 17:53:15 +03:00
Apr Team
63f4c7f2c5
Added pending list check.
2018-07-12 17:18:55 +03:00
Michael Neynens
d5d7900cb4
Updated seed nodes and added update section in README
2018-07-09 08:51:56 -07:00
Apr Team
8094431613
Refactoring after review.
2018-07-06 15:29:15 +03:00
Apr Team
e6f56af1b6
Fixed small issue in test + removed explicit check for duplicates in pending transactions.
...
They are covered by proposal storage check.
2018-07-05 16:16:16 +03:00
Apr Team
a94dd371c1
Reverted commented code.
2018-07-05 14:41:00 +03: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
Apr Team
1c74bba60d
Moved check for duplicates to the database. Removed code duplication from unit-tests
2018-07-05 12:58:59 +03: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