Eric Frias
|
fe82e85d8d
|
Merge commit '9bbbefd3913ccfe01b8e8ef2007ca3eb74ab9d81' into betting
|
2017-06-21 09:33:53 -04:00 |
|
Eric Frias
|
c20978bae6
|
Merge commit '1e80d8a01e6181711bba3d6462e64286d79935b1' into betting
|
2017-06-20 19:34:52 -04:00 |
|
Eric Frias
|
5a99abc3de
|
Merge commit '0053613b38e81719c198f36c748e181cc44635b2' into betting
|
2017-06-20 18:57:23 -04:00 |
|
Eric Frias
|
627dba3a46
|
Merge commit '0ad83697f08a11431eece565f0386a849bed25c9' into betting
|
2017-06-20 18:36:19 -04:00 |
|
Eric Frias
|
bd525ef55d
|
Merge commit 'c777a88649d50edf6c5e4a8c3b13dda88a66e9d0' into betting
|
2017-06-20 18:15:43 -04:00 |
|
Eric Frias
|
7195e22216
|
Merge commit '36164263f4cceda85ec92568d48016a48f7ad9c9' into betting
|
2017-06-20 17:28:41 -04:00 |
|
Eric Frias
|
672fad6d40
|
Start of a plugin to track deleted events (and other deleted objects) needed by the
bookie ui
|
2017-04-04 17:02:19 -04:00 |
|
Eric Frias
|
6045b8b096
|
Add a simple test fixture to verify a bet plays out correctly in all three
outcomes.
Fix refunding fees on market cancelation
|
2017-03-31 17:56:00 -04:00 |
|
Eric Frias
|
39093df26c
|
Create a bunch of utility functions to make writing betting market tests easier
|
2017-03-31 11:10:37 -04:00 |
|
Eric Frias
|
69192a889d
|
Generate a virtual op when a market is resolved
|
2017-03-24 11:51:35 -04:00 |
|
SynaptiCAD User
|
e609764df3
|
cancel all the betting markets of a canceled event
|
2017-03-24 11:04:35 -04:00 |
|
Eric Frias
|
e74a505622
|
Fix missing const qualifier, payouts for betting market wins
|
2017-03-24 10:40:53 -04:00 |
|
SynaptiCAD User
|
c8a9c86ca6
|
cancel all unmatched bets on betting market when it is resolved
|
2017-03-24 00:09:43 -04:00 |
|
Eric Frias
|
784b11059f
|
Start implementing bettimg_market_resolve op
|
2017-03-23 19:35:10 -04:00 |
|
Eric Frias
|
fd38d385ca
|
Fix an error using the wrong scaling constant for bet odds
|
2017-03-23 18:16:18 -04:00 |
|
Eric Frias
|
9f6edc649d
|
Sort bets by odds for use in an order book
|
2017-03-23 16:24:47 -04:00 |
|
SynaptiCAD User
|
239d8ee885
|
update global_betting_statistics when new events created, change scores representation to simple vector of strings, working on evaluator for event_update_status_operation
|
2017-03-23 00:36:18 -04:00 |
|
SynaptiCAD User
|
c0776eb1dc
|
add get_global_betting_statistics api call
|
2017-03-23 00:36:18 -04:00 |
|
SynaptiCAD User
|
a267741fd1
|
added global_betting_statistics implementation object. Object is created, but nothing talks to it yet.
|
2017-03-23 00:36:18 -04:00 |
|
Eric Frias
|
3feea69a4c
|
Stub out bet fill virtual op
|
2017-03-22 16:02:57 -04:00 |
|
Eric Frias
|
4cdcbe32da
|
Validate the fee paid when placing a bet. Add virtual op for canceling bet
|
2017-03-22 15:04:11 -04:00 |
|
SynaptiCAD User
|
58d5affe40
|
fix merge conflict
|
2017-03-22 12:48:02 -04:00 |
|
SynaptiCAD User
|
c42a56d332
|
implement bet_cancel_operation
|
2017-03-22 12:06:08 -04:00 |
|
Eric Frias
|
46ef911f8e
|
Add more checks when placing bets
|
2017-03-21 19:47:57 -04:00 |
|
Eric Frias
|
06c56484de
|
Add blockchain parameters to limit the allowed bet odds, start data structure to
track an account's market position
|
2017-03-21 18:10:02 -04:00 |
|
Eric Frias
|
ccd570874f
|
Updated data structures to take bets with explicit odds
|
2017-03-21 12:27:13 -04:00 |
|
SynaptiCAD User
|
f99bf1c6e6
|
[DLN] implement list_betting_markets(betting_market_group)
|
2017-03-19 22:44:16 -04:00 |
|
SynaptiCAD User
|
2d4f18280f
|
[DLN] implement list_betting_market_groups(event_id)
|
2017-03-19 22:12:31 -04:00 |
|
SynaptiCAD User
|
20a64be400
|
[DLN] implement list_event_groups(sport_id)
|
2017-03-19 20:40:17 -04:00 |
|
Eric Frias
|
db6b312784
|
Stub out the bet object and the operation for placing it (currently breaks
json_serializer builds, until I port over some code into fc)
|
2017-03-16 19:37:26 -04:00 |
|
Eric Frias
|
5aedb65e5c
|
Implement the apparently-unused feature allowing later operations in a transaction to
reference objects created by earlier operations. Change all betting operations
to allow use of this feature, and test it in operation_tests2
|
2017-03-16 18:38:35 -04:00 |
|
Eric Frias
|
2470af6eb9
|
Initial work on creating blockchain objects for sports betting
|
2017-03-15 17:04:27 -04:00 |
|
oxarbitrage
|
24d1ce8b1f
|
log unexpected exception in close function for github issue 81
|
2017-03-13 17:03:15 -07:00 |
|
alfredo
|
9ea386aa10
|
added list of assets created by account output to get_full_accounts api function
|
2017-02-02 18:20:21 -03:00 |
|
Vikram Rajkumar
|
ef356a15a6
|
Update submodules
|
2017-01-17 16:42:33 -06:00 |
|
Vikram Rajkumar
|
4eaef390a3
|
Decrease printing frequency during replay
|
2016-11-17 16:39:31 -06:00 |
|
Vikram Rajkumar
|
2254fc62d6
|
Remove "applied epsilon logic" log message
|
2016-11-16 16:24:12 -06:00 |
|
Nathan Hourt
|
af6eb06a3e
|
Add missing includes
|
2016-11-07 18:17:51 -06:00 |
|
theoreticalbts
|
3865dd1573
|
Merge remote-tracking branch 'graphene/develop' into bitshares
|
2016-03-25 20:15:32 -04:00 |
|
theoreticalbts
|
8835f4f6b2
|
Bump HARDFORK_599_TIME
|
2016-03-25 20:15:17 -04:00 |
|
theoreticalbts
|
55ec0607f8
|
Rebased "ext.hpp: Fix extension unpacking #599" to fix revert #637
|
2016-03-25 20:15:17 -04:00 |
|
theoreticalbts
|
f049fce4e9
|
Ignore ctx.amount in get_allowed_withdraw() #625
|
2016-03-25 19:24:14 -04:00 |
|
theoreticalbts
|
395a68d61f
|
Merge remote-tracking branch 'abitmore/patch-3' into develop #631
|
2016-03-25 19:13:14 -04:00 |
|
abitmore
|
23b8843d2f
|
check_authority(): fix #631 early end of recursion
|
2016-03-20 01:21:13 +01:00 |
|
Nathan Hourt
|
0525d16477
|
Fix install of chain/protocol headers
|
2016-03-17 19:14:55 -05:00 |
|
Nathan Hourt
|
b2835bc02d
|
Add headers to install targets
|
2016-03-17 17:16:13 -05:00 |
|
theoreticalbts
|
e955b06c42
|
Fix accidental reversion of #615 fix by b175cc7feb
|
2016-03-16 15:50:13 -04:00 |
|
theoreticalbts
|
755f9ecf38
|
Prepare for release
- Bump GRAPHENE_CURRENT_DB_VERSION to force re-index
- Set hardfork date
|
2016-03-16 01:10:14 -04:00 |
|
theoreticalbts
|
4dbfe53f1f
|
Merge remote-tracking branch 'graphene/develop' into bitshares
|
2016-03-16 01:09:52 -04:00 |
|
theoreticalbts
|
006d548633
|
Merge branch '606-debug-node' into develop
Conflicts:
libraries/app/CMakeLists.txt
|
2016-03-16 01:09:21 -04:00 |
|