pbattu123
ea41e06471
update db_version for replay and removed duplicate include files
2019-04-15 09:47:04 -03:00
pbattu123
cc8766d319
Merge branch 'master' into beatrice
2019-04-12 10:12:58 -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
5e352238c4
Dupcheck fix
2019-02-07 16:20:43 +01:00
Fabian Schuh
9946eab684
Make ordered_unique out of ordered_non_unique indices
2019-02-07 15:42:01 +01:00
Fabian Schuh
6f3ddc0719
Merge branch 'hardfork' into feature/duplicate-operation-check-hardfork
2019-02-07 15:34:16 +01:00
Fabian Schuh
80600494d7
Ensure proposals for fee updates with new operations cannot happen before HF
2019-02-07 13:29:06 +01:00
Fabian Schuh
7598d54fa7
Fixes after review
2019-02-07 12:18:15 +01:00
Fabian Schuh
867ac8045c
Remove unecessary loop since _pending_tx are in API's scope's database already
2019-02-07 11:18:44 +01:00
Fabian Schuh
d5beeae570
Set hardfork dates to February 18th 12:00PM GMT
2019-02-04 16:14:31 +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
6400957860
Merge remote-tracking branch 'network/develop' into hardfork
2019-01-28 09:47:30 +01:00
Fabian Schuh
74f295ba40
Merge branch 'beatrice' into develop
2019-01-28 09:45:57 +01:00
Fabian Schuh
7078b224af
Increase default (starting) rake
2019-01-23 16:27:57 +01:00
Fabian Schuh
af561e7463
TBD, hardfork dates
2019-01-22 15:16:52 +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
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
381946bab7
Merge pull request #1 from oxarbitrage/dividends_testcases
...
Dividends testcases fixes
2018-12-18 15:53:08 +01:00
Alfredo
0b1e53234f
add last_vote_time to account statistics
2018-12-17 18:50:05 -03:00
Alfredo
8a0dc48321
fix identation in asset_create_evaluator::do_evaluate
2018-12-15 16:21:53 -03:00
Fabian Schuh
9ad4b3a594
Move hardfork dates closer to now()
2018-10-24 10:40:37 +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
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
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
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
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
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