Commit graph

1508 commits

Author SHA1 Message Date
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
Vikram Rajkumar
175d3d22da Update README 2017-04-26 12:47:43 -05:00
Vikram Rajkumar
7d77cbf15b Better fix for Clang 4+ 2017-04-26 12:22:54 -05:00
Vikram Rajkumar
5437722299 Fix compilation on Clang 4+ 2017-04-26 11:59:20 -05:00
Vikram Rajkumar
365987e77f Update fc submodule 2017-04-25 21:18:47 -05:00
Vikram Rajkumar
cfb2718a1e Fix build; #262 2017-04-25 21:18:16 -05:00
Vikram Rajkumar
b50409de37 Merge pull request #263 from oxarbitrage/issue262_2
added get_block_header issue #262
2017-04-21 14:34:51 -05:00
Vikram Rajkumar
192a891792 Merge pull request #264 from oxarbitrage/patch-5
additional console log for already in use p2p port
2017-04-21 13:31:36 -05:00
oxarbitrage
0184fb19e8 additional conole log for already in use p2p code
github issue #77
2017-04-20 20:13:43 -03:00
root
0aae0ea40c added get_block_header issue #262 2017-04-19 01:16:49 +00:00
Sigve Kvalsvik
342c8a2976 Update gui_version 2017-04-18 09:12:01 +02:00
Vikram Rajkumar
aa6f3e9051 Merge pull request #261 from pch957/master
return force settlement order with the get_full_account api
2017-04-15 14:06:48 -05:00
alt
a3fe0e128c return force settlement order with the get_full_account api 2017-04-15 12:24:51 +10:00
Vikram Rajkumar
8a44c6a2e6 Merge pull request #259 from bitshares/258-account-history-filter-fix
Fix account_history filtering by account #258
2017-04-10 14:54:12 -05:00
Vikram Rajkumar
19dc0e5f8f Merge pull request #257 from bitshares/256-clear-expired-transactions-memory-leak
Fix clear_expired_transactions memory leak #256
2017-04-10 14:41:53 -05:00
Sigve Kvalsvik
4971dba0f5 Update gui_version 2017-04-10 14:09:01 +02:00
Fabian Schuh
01f5a4e1c9 Merge pull request #255 from oxarbitrage/patch-4
market_history plugin fix
2017-04-10 13:43:13 +02:00
Abit
a4a8b67eba Fix account_history filtering by account #258 2017-04-09 00:57:41 +02:00
Abit
2c05590cd4 Fix clear_expired_transactions memory leak #256 2017-04-09 00:20:13 +02:00
oxarbitrage
3d9ae3d86e market_history plugin fix
fix get_trade_history and calls that use it(get_ticker, get_24_volume),
2017-04-07 18:57:31 -03:00
Sigve Kvalsvik
9466d2096a Update gui_version 2017-03-28 11:42:24 +02:00
Vikram Rajkumar
53b40ba5a6 Restore get_ticker batch size to 100 2017-03-24 17:08:48 -05:00
Vikram Rajkumar
b209915a36 Return latest price in get_ticker even if older than 24 hours 2017-03-24 16:50:03 -05:00
Vikram Rajkumar
12be59db79 Fix crashes in get_ticker and get_24_volume; #250 2017-03-24 16:28:04 -05:00
Vikram Rajkumar
63189ab2e8 Update README 2017-03-24 12:32:35 -05:00
Vikram Rajkumar
8e0b16a0d5 Merge pull request #249 from elmato/no-spam-sub-function
No spam sub function
2017-03-23 09:56:23 -05:00
elmato
3eb160bed1 Move notification related functions from db_block.cpp to db_notify.cpp 2017-03-22 22:03:45 +00:00
elmato
cff792a740 debug_witness: Handle new params in changed/remove signals from database 2017-03-22 20:14:53 +00:00
elmato
aab5fddb2f Keep track of subscribed accounts and check for events that reference them 2017-03-22 20:14:53 +00:00
elmato
6d3fbeef55 Include information of impacted accounts relative to the objects created/changed/removed. Only extract the impacted accounts information if there are handlers defined in order prevent useless cpu usage on nodes not exposing the rpc api 2017-03-22 20:14:53 +00:00
alfredo
73abb804ae make less false positives( no false positive given in tests with this setting) 2017-03-22 20:14:53 +00:00
elmato
030577f671 Fix handling of events from database_object in debug_witness_plugin 2017-03-22 20:14:53 +00:00
elmato
31f322c9cd Handle new,changed and removed events from the database_object in one generic function 2017-03-22 20:14:53 +00:00
elmato
0ecdc90d4d Add the array of ids (that are being removed) to the removed_objects signal 2017-03-22 20:14:53 +00:00
elmato
6f1d8b548b Replace clear_filter parameter with notify_remove_create 2017-03-22 20:14:53 +00:00
elmato
bfa600c559 handle new database_object signals, refactor 2017-03-22 20:14:53 +00:00
elmato
29c636fcef add get_market() function to call_order_object 2017-03-22 20:14:53 +00:00
elmato
b2b895ac94 allow to apply_block when exception in database signal handler 2017-03-22 20:14:53 +00:00
elmato
02b2672a39 split notifications (notify_changed_objects) in three signals: new_objects, changed_objects, removed_objects 2017-03-22 20:14:53 +00:00
elmato
823beb7fe5 remove call to notify_changed_objects in _push_transaction 2017-03-22 20:14:53 +00:00
elmato
0bc0513e20 set_subscribe_callback: always initialize bloom filter 2017-03-22 20:14:53 +00:00
elmato
342e33008c Restore bloom filter usage: Check if the object changed/removed was previously subscribed (read) before sending updates back to ws clients 2017-03-22 20:14:53 +00:00
Vikram Rajkumar
9bbbefd391 Update fc submodule 2017-03-18 11:52:06 -05:00
Vikram Rajkumar
e7d62222c0 Merge pull request #248 from ThomasFreedman/master
Updated definition of Thom seed nodes
2017-03-18 11:34:04 -05:00
Thomas Freedman
15066260f2 Updated definition of Thom seed nodes 2017-03-17 16:02:11 -05:00
Vikram Rajkumar
8ae1f6b3a5 Remove NTP time 2017-03-16 12:53:52 -05:00
Vikram Rajkumar
974a7fc0c8 Merge pull request #246 from oxarbitrage/issue81
log unexpected exception in close function for github issue 81
2017-03-14 00:34:17 -05:00
oxarbitrage
24d1ce8b1f log unexpected exception in close function for github issue 81 2017-03-13 17:03:15 -07:00
Vikram Rajkumar
f1f1e59664 Add README TOC 2017-03-04 17:18:38 -06:00
Vikram Rajkumar
b39997fc77 Update README 2017-03-04 17:13:10 -06:00