Alfredo Garcia
Alfredo Garcia
Also, as usual with hardfork changes, need guards to make sure the flag can not be used before date.
Thank you @bijianing97. Looking good. I noticed that the new plugin files like https://github.com/bitshares/bitshares-core/blob/32ba6bbf1f2ee9b7b781ac7bf53d2eeae1c01cbf/libraries/plugins/query_txid/query_txid_plugin.cpp the indentation is 4 spaces while the Bitshares project use 3 (almost) everywhere. Will be good...
There are some compiler warnings about signed/unsigned comparisons that i think it should be easy to remove: ``` [ 64%] Building CXX object libraries/plugins/query_txid/CMakeFiles/graphene_query_txid.dir/query_txid_plugin.cpp.o /home/oxarbitrage/CLionProjects/pull1957/bitshares-core/libraries/plugins/query_txid/query_txid_plugin.cpp: In member function ‘void graphene::query_txid::detail::query_txid_plugin_impl::collect_txid_index(const...
change in balance tracking was done here https://github.com/bitshares/bitshares-core/pull/1271
I think this issue should remain open even if https://github.com/bitshares/bitshares-core/pull/1271 was merged. The reason is that not all the items in the issue were addressed by the pull. I am...
I made the changes needed in the explorer to support this at https://github.com/oxarbitrage/open-explorer/commit/5b47e3d80d0572888aa960c60c380df4f6aa846b Can be tested with any account that haves more than 10k: https://open-explorer.io/#/accounts/1.2.1151525 Can go to the last...
@mergifyio update
I am not sure if this is possible with abscissa : https://github.com/iqlusioninc/abscissa/issues/101
@conradoplg , there is another ticket to try to apply some of those: https://github.com/ZcashFoundation/zebra/issues/4822