Fabian Schuh
3ec556d89d
docker entry script
2018-04-05 11:31:47 +02:00
Fabian Schuh
bbea84a02e
BitShares-style DockerFile
2018-04-05 11:31:40 +02:00
SynaptiCAD User
cfd77773c7
[DLN] reorder operations to match testnet, add asserts to reject operations before new testnet hardfork '1000' (actual hardfork time still needs to be set in 1000.hf)
2018-03-19 18:51:19 -04:00
Eric Frias
5bd39c4be2
Fix accidental commit of bad docs submodule
2018-02-13 11:52:47 -05:00
Eric Frias
931c925610
Register event status update operation
2018-02-13 11:34:04 -05:00
Eric Frias
3b3a0905ff
Change the behavior of the betting markets from being controlled by
...
a collection of flags (is_live, is_closed) to a single status field.
The status changes in an event can trickle down to the market groups,
and the status changes in market groups can bubble up to events.
2018-02-07 10:16:30 -05:00
Fabian Schuh
9fcebf8bc0
Merge branch 'proposals-show-proposer' into betting-merge
2018-01-29 14:19:56 +01:00
Fabian Schuh
4c5e0a07f7
Show proposer on proposals
2018-01-29 14:19:38 +01:00
Eric Frias
69b00293d9
Only do slow replays when the bookie plugin is loaded
2017-09-07 15:55:44 -04:00
Eric Frias
ed0917ee03
Leave undo_db enabled during replay so bookie plugin gets the correct history
2017-09-07 12:00:44 -04:00
Bartek Wrona
d8e545bb53
Issue #92 Valgrind error fixes.
...
Eliminated debug checks.
2017-09-07 10:04:00 -04:00
Bartek Wrona
b5c8cd0ad3
Fixes for most of valgrind errors related to unintialized values
...
Including one additional debug code (related to read_loop MT access).
2017-09-07 10:04:00 -04:00
theoreticalbts
a9de7c1da3
node.cpp: Fix possible race condition in process_backlog_of_sync_blocks() #1434
2017-09-07 10:04:00 -04:00
Eric Frias
f66eeeb73b
Fix bug where peers could get stuck in sync mode.
...
There was a case where we had requested a block through the sync
mechanism and also received it through the normal inventory mechanism
where we would leave the peer in a sync state, but never ask them
for more sync blocks.
This commit fixes the bug that put us into that stuck state, and also
adds code to disconnect peers if we ever manage to get into that stalled
state.
2017-09-07 10:04:00 -04:00
Roman Olearski
c054a92d5e
added get_all_unmatched_bets_for_bettor to the wallet
2017-09-07 13:50:08 +02:00
Eric Frias
d333dd3812
Track match/cancel/adjust operations related to a bet in the bookie plugin.
...
Create a paginated version of get_matched_bets_for_bettor()
2017-09-06 16:52:58 -04:00
Eric Frias
c8ee15df04
Fix get_matched_bets_for_bettor() that wasn't exposed to the JSON API correctly,
...
fix bookie api which wasn't returning deleted betting markets.
2017-09-05 11:08:55 -04:00
Roman Olearski
d63a89febf
get_matched_bets_for_bettor: added to the wallet, fixed missing reflection
2017-09-04 08:44:29 +02:00
Eric Frias
eedd775405
Add get_matched_bets_for_bettor() to bookie plugin
2017-09-02 19:05:07 -04:00
Roman Olearski
2cd816ec6d
fixing bet_cancel_operation, added mising fee to reflection
2017-09-01 16:25:13 +02:00
Roman Olearski
ec08259b7d
added cancel_bet to the wallet
2017-09-01 13:29:45 +02:00
Eric Frias
f3290a8827
Add get_unmatched_bets_for_bettor() to get unmatched bets across all betting markets
2017-08-31 11:02:16 -04:00
Roman Olearski
05a06a6f6d
addedd (list_events_in_group) (get_unmatched_bets_for_bettor) to the wallet
2017-08-31 12:51:53 +02:00
Eric Frias
38f1cbdcd6
Add list_events_in_group() and get_unmatched_bets_for_bettor() API calls
2017-08-30 19:21:27 -04:00
Eric Frias
b83dea821e
Fix a case where neither the taker nor maker bet was able to fully match. When this
...
happens, cancel the remainder of the taker bet.
2017-08-30 17:18:58 -04:00
Eric Frias
6a9b2a0d04
Fix a crash in which we tried to log a proposal object that may have been deleted.
...
Also, fix a place where logged the letter e instead of the exception it represented
2017-08-30 17:15:50 -04:00
Eric Frias
629e6c7be7
Change default live betting delay to 5 seconds (down from 10)
2017-08-29 11:33:40 -04:00
Roman Olearski
4b84aaa716
updating scripts betting2-nhl betting2-wimbledon
2017-08-25 15:46:56 +02:00
Eric Frias
bbef24b485
Update fc submodule
2017-08-24 17:46:35 -04:00
Eric Frias
05607ada37
Fix incorrect doc string in wallet help
2017-08-24 17:36:30 -04:00
Eric Frias
ad11c45415
Pretty-print bet place, fill, refund, cancellation
2017-08-16 18:56:23 -04:00
Eric Frias
596ab26eb5
Fix the place_bet wallet command to use a more friendly format for specifying
...
the bet amount and multiplier
2017-08-16 15:17:31 -04:00
Roman Olearski
2b2399d8c0
added betting2-wimbledon - cli_wallet commands helpfull for creating Wimbledon betting market group
...
updated betting2-nhl
2017-08-16 19:34:41 +02:00
Roman Olearski
f31f9739c4
commenting one unneccessary line in betting_tests.cpp
2017-08-16 11:45:54 +02:00
Eric Frias
b505c375af
Finish delayed (live) betting.
...
Remove the ability to change the event of a betting market group after creation.
2017-08-15 18:44:09 -04:00
Roman Olearski
08a8e11374
added betting2-nhl - cli_wallet commands helpfull for creatin NHL betting market group
2017-08-11 21:14:16 +02:00
Eric Frias
85e819185f
Allow bookie API to return deleted betting_market, betting_market_group, and event objects
2017-08-10 15:49:53 -04:00
Roman Olearski
a2b83c668f
added delay_bets to betting_market_group_object, live_betting_delay_time to chain parametrs .
2017-08-10 21:36:04 +02:00
Roman Olearski
1dce94f2dc
witness_node main.cpp - removing ; by --version
2017-08-10 21:27:42 +02:00
Eric Frias
72df62826e
Add a --version command to the witness node to print what git revision was used to build it
2017-08-09 18:16:52 -04:00
Eric Frias
d13783a3c4
Fix bug that prevented placing bets that were too small to stay on the books,
...
Add a get_objects() call to the bookie API to provide access to objects that
have been removed from the blockchain, and a few tests to verify that they
work.
2017-08-09 17:17:51 -04:00
Eric Frias
26c2eb4c7a
Make the bet_place helper in the test fixture return the bet id
2017-08-09 13:53:37 -04:00
Eric Frias
8fd01c8af7
Swap the 'bet_adjusted_operation' into the position previously occupied by
...
betting_market_group_freeze_operation to avoid renumbering subsequent operations.
2017-08-09 12:42:51 -04:00
Roman Olearski
2c8b9ce17a
Merge branch 'betting-merge' of https://bitbucket.org/peerplaysblockchain/peerplays-graphene into betting-merge
2017-08-09 17:59:25 +02:00
Roman Olearski
ec77685264
added is_live_market to event_update operation
2017-08-09 17:58:01 +02:00
Eric Frias
a8d5fded26
Remove the code for charging beting fees up-front now that rake fees are taken from your net winnings.
...
Change the bet matching algorithm to only match at exactly the maker's odds, no rounding.
Implement binned order books in the betting market plugin. Keep betting market groups,
betting markets, and bet objects around forever in the plugin (not yet exposed to the api).
2017-08-09 11:15:12 -04:00
Roman Olearski
f417dc0391
removed betting_market_group_freeze operation
...
added freeze to betting_market_group_update operation
2017-08-09 11:08:50 +02:00
Roman Olearski
e9f1788eae
added get_binned_order_book to wallet
2017-08-08 12:12:55 +02:00
Roman Olearski
28ada40217
added missing reflections for betting update methods .
2017-08-08 11:20:55 +02:00
Roman Olearski
69e8348522
setting initial event_state
2017-08-07 17:27:23 +02:00