Alfredo Garcia

Results 88 comments of Alfredo Garcia

it will need to be `by_asset` in order to get the 3 orders types, `by_market` will not get the settlement orders as the `force_settlement_object` haves 1 asset only. call should...

what about considering also what @Zapata did in the bitshares-explorer-api to get top markets? This is count of fill orders in the last 24 hours. It could mess the results...

Another thing i tried in the past with @MichelSantos is to normalize the volume in BTS by querying the crosses tickers https://github.com/oxarbitrage/scripts/blob/master/bitshares_market_volume.lua#L73-L103 of the market base and quote against BTS....

Hey @jmjatlanta i think you can go ahead with the short version and the addition of the 2 commands. The longer version seems to require a lot of work and...

Hi there, you need to use the new elasticsearch plugin to make this, documentation is in progress but you can get some of it at: https://github.com/oxarbitrage/worker-proposals/blob/master/elasticsearch-plugin.md - https://github.com/bitshares/bitshares-core/issues/358 For example,...

i don't think so. first there are performance issues to fetch the block and later the timestamp with each op, no code to do it was accepted. second, the output...

we need to educate IMHO to start resolving this issues by the plugin where everything can be done instead of just adding more stuff to the account history api outputs...

I think it can be a good idea if we make some of this data available at https://github.com/oxarbitrage/bitshares-explorer-api and then bitshares.org, open-explorer and others can have it.

If going forward with this implementation the code need to be against `hardfork` branch.