Eric Frias
|
cd2940c8a8
|
Remove competitor and market options objects from the blockchain
|
2017-07-06 11:57:45 -04:00 |
|
Eric Frias
|
9c9af76e12
|
Merge commit 'd8e7c0afee573d82647018a9efd530a03274a2aa' into betting
|
2017-06-21 16:58:50 -04:00 |
|
Eric Frias
|
3238ea735f
|
Merge commit '568ceb189eca96e77e38c4059b83a504008d7e91' into betting
|
2017-06-21 16:43:00 -04:00 |
|
Eric Frias
|
c20978bae6
|
Merge commit '1e80d8a01e6181711bba3d6462e64286d79935b1' into betting
|
2017-06-20 19:34:52 -04:00 |
|
Eric Frias
|
bd525ef55d
|
Merge commit 'c777a88649d50edf6c5e4a8c3b13dda88a66e9d0' into betting
|
2017-06-20 18:15:43 -04:00 |
|
Vikram Rajkumar
|
d8e7c0afee
|
Merge pull request #311 from elmato/push-transaction-sync
Implement network_broadcast_api::broadcast_transaction_synchronous
|
2017-06-14 18:52:14 -05:00 |
|
Vikram Rajkumar
|
38ac7cb457
|
Cleanup #312
|
2017-06-14 18:06:39 -05:00 |
|
root
|
b307557182
|
add simple pagination to get_asset_holders
|
2017-06-14 17:47:18 +00:00 |
|
Matias Romeo
|
ea8f8964eb
|
Implement network_broadcast_api::broadcast_transaction_synchronous (ported from steem)
|
2017-06-12 18:22:34 -03:00 |
|
abitmore
|
504aa5dccd
|
Account history: option to prune old data (#292)
|
2017-06-02 16:16:34 +00:00 |
|
oxarbitrage
|
8dd663aaf6
|
get_relative_account_history: adding limit > 0 check #279 (#281)
|
2017-05-10 17:33:40 +02:00 |
|
oxarbitrage
|
13c3fa0af7
|
fix get_relative_account_history node api call
for issue https://github.com/bitshares/bitshares-core/issues/279 and as discussed in telegram with @abitmore.
|
2017-05-09 20:20:19 -03: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
|
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 |
|
root
|
3d349fbde4
|
added api function get_account_history_operations
|
2017-02-22 15:35:37 -08:00 |
|
alfredo
|
f2c049265e
|
Asset API Added 2 functions
|
2017-01-31 21:25:17 -03:00 |
|
Vikram Rajkumar
|
fa9f7a7c0b
|
Merge pull request #225 from elmato/block-api
Add new API (block_api)
|
2017-01-30 18:37:52 -06:00 |
|
elmato
|
6165434265
|
Add block api to retrive blocks in bulk.
|
2017-01-27 09:41:50 +00:00 |
|
elmato
|
cdc0b3bf08
|
Add new API (asset_api) to query the full list of accounts that holds a specific asset
|
2017-01-27 09:14:54 +00: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
|
c37c2d4543
|
debug_api: Take application object, not database, as parameter #606
|
2016-03-15 13:36:29 -04:00 |
|
theoreticalbts
|
77ac461a8a
|
Implement debug_node target #606
|
2016-03-15 13:36:29 -04:00 |
|
Michael Vandeberg
|
ae82e0a9a6
|
Tested and validated the new get_relative_account_history API call.
|
2016-03-15 12:25:01 -04:00 |
|
Michael Vandeberg
|
9485ebfd64
|
Fixed bug in get_account_history that prevented all operations from being returned when specific bounds were set.
|
2016-03-15 12:25:01 -04:00 |
|
Michael Vandeberg
|
c89d60ba92
|
First implementation of get_account_history api changes.
|
2016-03-15 12:25:01 -04:00 |
|
theoreticalbts
|
5dd56bd824
|
Implement FBA fee routing for STEALTH #563
|
2016-02-15 15:33:21 -05:00 |
|
theoreticalbts
|
c33fe35e4e
|
Implement buyback accounts #538
|
2016-02-11 04:59:28 -05:00 |
|
theoreticalbts
|
a1e8fc0741
|
Implement top_n special authority #516
|
2016-01-27 10:30:32 -05:00 |
|
theoreticalbts
|
b5480db341
|
api.cpp: Add break to every case in get_relevant_accounts #513
|
2016-01-08 14:35:07 -05:00 |
|
theoreticalbts
|
d6878852f0
|
confidential_object.hpp: Move confidential objects into own header #466
|
2016-01-08 13:06:14 -05:00 |
|
theoreticalbts
|
e9eb050c1e
|
worker_object.hpp: Move worker objects into own header #466
|
2016-01-08 11:42:35 -05:00 |
|
theoreticalbts
|
07fb90a7ec
|
market_object.hpp: Move market objects into own header #466
|
2016-01-08 11:36:32 -05:00 |
|
Michael Vandeberg
|
fd09669be3
|
Merge branch '500-crypto-api' into develop
Closes cryptonomex/graphene#500
|
2016-01-07 17:24:13 -05:00 |
|
Michael Vandeberg
|
8df58439b1
|
Opens up cryptographic methods in their own API with serialized wrappers for public and private keys.
Tests for serialization of the wrappers added in serialization_tests.
|
2016-01-07 17:17:27 -05:00 |
|
theoreticalbts
|
3c7a4525d7
|
Merge branch '503-api-new-market-api' into develop
|
2016-01-07 14:23:24 -05:00 |
|
Michael Vandeberg
|
f7bfcea355
|
Implement new market API #503
|
2016-01-07 14:12:03 -05:00 |
|
Michael Vandeberg
|
acfbad2cd4
|
Adds a cryptography API.
|
2016-01-07 12:57:29 -05:00 |
|
Fabian Schuh
|
5111084730
|
[License] Modify cpp and hpp headers to MIT #496
|
2016-01-07 11:44:52 -05:00 |
|
Nicolas Wack
|
c3dd6c3e48
|
Add network api calls: get_advanced_node_parameters, set_advanced_node_parameters, get_potential_peers
|
2015-11-21 23:04:43 +01:00 |
|
Nicolas Wack
|
de7b427472
|
Network api returns fc::variant_object instead of fc::variant
|
2015-11-21 23:00:03 +01:00 |
|
Daniel Larimer
|
867e87196b
|
update fill order history
|
2015-10-26 09:44:49 -04:00 |
|
Daniel Larimer
|
7378fb80bc
|
adding API call for market fill history
|
2015-10-23 18:13:33 -04:00 |
|
theoreticalbts
|
fc95e83732
|
Merge remote-tracking branch 'graphene/master' into master
|
2015-10-14 14:41:59 -04:00 |
|
Nicolas Wack
|
0892491096
|
Added network get_info api call
|
2015-10-12 17:02:47 -04:00 |
|
theoreticalbts
|
d0609e8e74
|
Update copyright notice for BitShares
|
2015-10-12 13:48:40 -04:00 |
|
theoreticalbts
|
60f0812de2
|
Update copyright notice
|
2015-10-12 13:32:47 -04:00 |
|
Daniel Larimer
|
f7c91be622
|
fix market history
|
2015-10-09 16:31:40 -04:00 |
|
theoreticalbts
|
9d3bcbb569
|
Provide objects to trace budget computations
|
2015-09-28 15:46:37 -04:00 |
|
theoreticalbts
|
2cf80cd04a
|
Remove vestigial meta objects #246
|
2015-09-28 12:15:17 -04:00 |
|