Vikram Rajkumar
|
f13698370b
|
Clean up replay logic; resolve #175
|
2017-05-21 18:40:54 -05:00 |
|
Abit
|
db9669a264
|
_apply_block: don't skip trx signature validation
|
2017-05-10 20:20:18 +02:00 |
|
Abit
|
2c05590cd4
|
Fix clear_expired_transactions memory leak #256
|
2017-04-09 00:20:13 +02:00 |
|
elmato
|
3eb160bed1
|
Move notification related functions from db_block.cpp to db_notify.cpp
|
2017-03-22 22:03:45 +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 |
|
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
|
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 |
|
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 |
|
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
|
b7b4d4fc5d
|
Deprecate annual memberships #613
|
2016-03-16 01:08:18 -04:00 |
|
theoreticalbts
|
c4fc67602a
|
Implement hardfork for serialization fix #599
|
2016-03-15 15:34:57 -04:00 |
|
theoreticalbts
|
2a745f5882
|
db_update.cpp: Include hardfork.hpp, fix non-unity build broken by #615 fix
|
2016-03-15 15:21:34 -04:00 |
|
theoreticalbts
|
14f7b520bd
|
Disable negative voting on workers #607
|
2016-03-15 15:18:11 -04:00 |
|
theoreticalbts
|
da9ee0c499
|
db_block.cpp: Include smart_ref_impl
|
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
|
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
|
241a7b0c3a
|
account_evaluator.cpp: Refactor verify_account_votes() into own method #611
|
2016-03-07 13:49:23 -05:00 |
|
theoreticalbts
|
4138ec29cc
|
account_evaluator.cpp: Remove redundant vote check #611
|
2016-03-07 13:40:47 -05:00 |
|
theoreticalbts
|
a83af9208e
|
ext.hpp: Fix extension unpacking #599
|
2016-02-26 14:38:34 -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 |
|
Daniel Larimer
|
0159297fa8
|
fix linking errors on OS X
|
2016-02-23 10:52:44 -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 |
|