Alexander Suslikov
40e13800f2
Added creation and approving propose with issue
2019-02-06 10:07:07 +03:00
Anzhy Cherrnyavski
f4afdbe145
Changed bitcoin_transaction_send_operation. Fixed bugs.
2019-02-01 16:05:23 +03:00
Alexander Suslikov
e1d99702e4
Added bitcoin_issue_operation, bitcoin_issue_evaluator with tests
2019-02-01 15:49:01 +03:00
Alexander Suslikov
ff57653584
Filled update_tx_approvals in sidechain_net_manager
2019-01-31 15:45:20 +03:00
Anzhy Cherrnyavski
810051e7c9
Signature bitcoin transaction and confirmation proposal
2019-01-31 14:50:31 +03:00
Anzhy Cherrnyavski
38ba47bdd5
Mechanism remove sidechain_proposals
2019-01-31 14:28:35 +03:00
Alexander Suslikov
787a0382be
Made thread_safe_index methods with typename, changed input_withdrawal_info
2019-01-29 16:52:40 +03:00
Anzhy Cherrnyavski
ffc51ba1ea
Added mechanism create proposal (send_btc_transaction)
2019-01-29 15:02:39 +03:00
Alexander Suslikov
f22d61855b
Added sidechain_proposal_object creation, changed thread_safe_index and input_withdrawal_info
2019-01-28 11:18:22 +03:00
Anzhy Cherrnyavski
df264442da
Added sign_btc_transaction_operation and sign_btc_transaction_evaluator
2019-01-25 13:46:40 +03:00
Alexander Suslikov
6babaf2c6a
Added PW address creation, set sidechain parameters; using PW address for bitcoin_address creation.
2019-01-25 11:44:17 +03:00
Alexander Suslikov
12c5ec3f3f
Added finalize_bitcoin_transaction, changed bitcoin_transaction_object and bitcoin_transaction_send_operation
2019-01-24 14:22:17 +03:00
Alexander Suslikov
0bb271a455
Added bitcoin_transaction_create_operation, evaluator; filled sidechain_net_manager::send_btc_tx
2019-01-22 15:43:48 +03:00
a.suslikov
9c7694a5e4
Added sidechain_proposal_object
2019-01-18 18:08:43 +03:00
Anzhy Cherrnyavski
fd5a650eeb
The mechanism for creating a thickening transaction and calculating the commission.
2019-01-18 15:37:22 +03:00
Alexander Suslikov
67486275c1
Added pw_vout_object, pw_vout_manager and tests for pw_vout_manager
2019-01-18 14:13:49 +03:00
Anzhy Cherrnyavski
9137f31960
Filling I/O queues. Create class bitcoin_address.
2019-01-15 12:31:45 +03:00
Alexander Suslikov
73106a3b7e
Created functional related to creating and getting bitcoin_address_object
2019-01-15 12:17:00 +03:00
Anzhy Cherrnyavski
d18e36d459
Information storage for inputs and outputs
2019-01-15 11:55:02 +03:00
Alfredo
0b1e53234f
add last_vote_time to account statistics
2018-12-17 18:50:05 -03: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
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
fe7c8d6ad1
Implemented item 1
2018-10-10 14:24:42 +02:00
Andrew Moore
da799f84b0
Updating licensing
2018-10-09 11:33:31 -03: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
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
861c287109
Merge branch 'betting-merge' into baxter-hardfork
2018-05-23 08:39:28 -07:00
Apr Team
3295953127
Fixes after Fabian review. Added tests for non proposal delete operations.
...
Added logic for checking of sport and event existence before its updating.
2018-05-18 18:26:47 +03:00
Apr Team
afaaa950a2
Fixes after Fabian review.
2018-05-18 14:32:31 +03:00
Apr Team
0b974a6ddb
Added canceling of bets for market.
2018-05-17 09:45:04 +02:00
Apr Team
88adfb6661
Cleanups before review.
2018-05-17 09:45:04 +02:00
Apr Team
0b1e165bf3
Refactored canceling of the sub events of the event_group. Moved that logic to the event_group_object. Updated tests to control canceling of markets and market_groups.
2018-05-17 09:45:04 +02:00
Apr Team
80efb85d72
Added event_group delete operation and evaluator. Fixed compilation issues.
2018-05-17 09:45:04 +02:00
Apr Team
4f501f6aaf
Added sport_delete operation, evaluator and API. Fixed various compilation issues.
...
Added tests file.
2018-05-17 09:45:04 +02:00
Eric Frias
123fc3915f
Switch dividend payout virtual op from using a flat_set to vector
...
to allow payouts in multiple assets in the same operation
2018-05-10 12:14:27 -04:00
Eric Frias
5343c073bd
Delay deletion of completed/canceled events to avoid an error producing
...
blocks when a betting market group with no betting markets is canceled.
2018-04-17 13:17:38 -04:00
Fabian Schuh
101325990b
Hardfork baxter
2018-04-05 11:53:45 +02:00
Peter Conrad
4b0579b475
Fixed #429
2018-03-23 15:20:18 +01:00
abitmore
8d8b84cc37
Proof of concept fix for asset creation fee issue
2018-03-23 15:20:18 +01: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
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
4c5e0a07f7
Show proposer on proposals
2018-01-29 14:19:38 +01:00