Alfredo Garcia

Results 88 comments of Alfredo Garcia

I am looking for some concept feedback before actually start changing to this everywhere. Appreciated.

Hey @zancas i agree with you in most things. Right now all the tests are passing, some of them use the `sync_all` before and after the `generate`, others just after...

Thank you @daira for your hard work :) I think there is too much code in `LogTx`, probably several things can be simplified.

I am having a problem here that you maybe guys can help me out figuring it out. I cant find when i should subtract balance when i am seeing a...

Thanks. I moved the `bit-vec` to be a dev dependency in https://github.com/Renmusxd/RustQIP/pull/34/commits/971e3c5c38aebfdc502bddbe93d3cd5fb3f7c189 . That was easier than what i thought. Feel free to send commits into this PR. We can...

actually in regards to elasticsearch what needed is the es_objects plugin. here are all the accounts created in bitshares: www.bitshares-kibana.info:5601/app/kibana#/discover?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-5y,mode:quick,to:now))&_a=(columns:!(_source),index:debd10a0-20b6-11e9-82af-8dfbd16c55a9,interval:auto,query:(language:lucene,query:'_index:"objects-account"'),sort:!(block_time,desc)) However, to get the locked accounts we need to among...

Inside `owner` or `active` we have `account_auths` and also `key_auths` and `address_auths`. Unsure if you can also block your own account with thoses but worth discussion.

By the way, the following url can be used to make direct queries to ES with es_objects data: ``` alfredo@alfredo-Inspiron-5559 ~ $ curl -X GET 'https://elasticsearch.bitshares-kibana.info/objects-account/data/_count?pretty=true' -H 'Content-Type: application/json' -d...

Of course identify them is not enough, i think it is just to do this part of the issue: "We do need to identify the locked accounts first." My understanding...

i was checking this and i actually think that if we follow what steem did, following step by step their commits up to where @abitmore improved it should be not...