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
|
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
|
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
|
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
|
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 |
|
theoreticalbts
|
55ec0607f8
|
Rebased "ext.hpp: Fix extension unpacking #599" to fix revert #637
|
2016-03-25 20:15:17 -04: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 |
|
theoreticalbts
|
7574aea75a
|
Merge branches '477-history-account-history-indexing', '592-get_ticker', '599-fork-ext-unpack', '607-fork-disable-negative-worker-votes', '613-fork-deprecate-annual' and '615-fork-feed-expiration' into develop
|
2016-03-16 01:08:27 -04:00 |
|
theoreticalbts
|
77ac461a8a
|
Implement debug_node target #606
|
2016-03-15 13:36:29 -04:00 |
|
Michael Vandeberg
|
c89d60ba92
|
First implementation of get_account_history api changes.
|
2016-03-15 12:25:01 -04:00 |
|
Daniel Larimer
|
7f4b40f57d
|
Improve index on account operation history
- operations are now indexed by account and sequence for effecient
traversal and query
|
2016-03-15 12:24:58 -04:00 |
|
Eric Frias
|
b175cc7feb
|
Revert "Merge branch 'graphene_master' into bitshares"
This reverts commit 2d0a7a2a4d, reversing
changes made to 6684fb75ac.
|
2016-03-11 14:19:31 -05:00 |
|
Eric Frias
|
2d0a7a2a4d
|
Merge branch 'graphene_master' into bitshares
|
2016-03-11 11:40:48 -05:00 |
|
abitmore
|
f1cd2c2454
|
Add hard fork logic for #615 feed expiration check issue, fix #540
|
2016-03-10 09:17:05 +08:00 |
|
abitmore
|
3c6f4ce223
|
Fix price feed expiration check, fix #540
|
2016-03-09 14:37:33 +01:00 |
|
theoreticalbts
|
a83af9208e
|
ext.hpp: Fix extension unpacking #599
|
2016-02-26 14:38:34 -05:00 |
|
Eric Frias
|
14295772f0
|
Merge branch 'bitshares-2-bitshares'
# Conflicts:
# libraries/fc
|
2016-02-26 11:29:25 -05:00 |
|
theoreticalbts
|
52c0b31bcf
|
Merge remote-tracking branch 'graphene/develop' into bitshares at commit e3478d2338
|
2016-02-23 12:10:40 -05:00 |
|
theoreticalbts
|
e3478d2338
|
Default initialize output in extension<T>'s from_variant and stream extraction #594
|
2016-02-23 12:00:40 -05:00 |
|
theoreticalbts
|
76de1f8f0b
|
Merge branch '593-bugfix-ext-json-serializer' into develop at commit 53699a9d27
|
2016-02-23 10:51:11 -05:00 |
|
Eric Frias
|
567a40170e
|
Fix gcc/clang builds broken by d3c6cbf4de (breaking circular dependency)
|
2016-02-22 19:34:16 -05:00 |
|
theoreticalbts
|
53699a9d27
|
ext.hpp: Accept null and empty array for extensions #593
|
2016-02-22 12:00:51 -05:00 |
|
Eric Frias
|
d3c6cbf4de
|
Compile fixes for win32 and out-of-source builds
|
2016-02-17 09:17:00 -05:00 |
|
theoreticalbts
|
fac1284f77
|
Prepare for release
- Bump FC
- Bump GRAPHENE_CURRENT_DB_VERSION to force re-index
- Set hardfork date
- Set GRAPHENE_FBA_STEALTH_DESIGNATED_ASSET
|
2016-02-16 11:57:45 -05:00 |
|
theoreticalbts
|
4f9bf7cc21
|
Merge remote-tracking branch 'graphene/develop' into bitshares at commit 1153d77dba
Conflicts:
libraries/chain/include/graphene/chain/config.hpp
|
2016-02-16 11:32:14 -05:00 |
|
theoreticalbts
|
a1d0339ccf
|
Merge remote-tracking branch 'graphene/549-fork-cancel-order' into bitshares
|
2016-02-16 11:29:32 -05:00 |
|
theoreticalbts
|
d6863a587c
|
Merge branch graphene/develop into bitshares at commit '447018b319668deddf4d55baac168c1afc0a5e21'
Conflicts:
libraries/chain/include/graphene/chain/hardfork.hpp
libraries/fc
|
2016-02-16 11:16:36 -05:00 |
|
theoreticalbts
|
42140fccaa
|
Merge branch graphene/develop into bitshares at commit 'f1b19b15'
|
2016-02-16 11:04:31 -05:00 |
|