Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - oxarbitrage

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13
121
last time he was simply not interested, was not a matter of offering more $. maybe that changed now, not sure.

122
vikram was with us until the workers were suspended due to high price in bitshares. we asked vikram to submit a new worker in bitusd but he was moving on into working in a new chain project outside bitshares. of course this was a big loss, i am trying with my reduced skills compared to him to do the basic maintenance he was doing since then.

123
https://github.com/bitshares/bitshares-core/tree/develop

if you check the commits: https://github.com/bitshares/bitshares-core/commits/develop the last commit in master is from July 10(on page 4 currently). everything from there up to today is what will be included into the next bitshares-core release.

124
Thanks for the update. 

-Any idea how 3rd parties are notified about changes such as issue 411/412?  This could be a reason why Bittrex delisted BTS?
-Will you come up with a release schedule such as bi-weekly or monthly to provide new versions with all these fixes?

For the first point the fix will be included in the next release @pc is preparing among all the other fixes/changes that were done since the last release. There is a witnesses telegram channel, i am not member of it as i am not a witness but pretty sure the p2p issue is being discussed there. I honestly have no idea at this moment why bittrex delisted bts, not even know if it was due a technical aspect or something else.

In regards to a release schedule it actually depends on how much code was inserted and what is the importance of changes to make a release. In the case of the current release we are working on, it toke a lot more time than preferred but the reason for that is that there is a hardfork. Releases with hardfork are harder to implement than releases without it.
Please note that in the past we were merging all new code directly to master branch, this changed and now all the new code go into a develop branch, when the develop branch haves enough or significant changes they get merged to master with a release.
This new extra step is better for all as the develop branch haves more time to be tested and less bugs will be introduced to master but it haves the problem of giving an impression to outsiders that no commit was done since the last release long time ago. The extra step of the develop branch is here to stay but merges to master should be ideally more often(like around 1 a month). Exact estimates on when a new release will be out is not a very good strategy, if there are not enough changes there is no point on making a release just to be on a expected timeframe.

Hope it helps clarify something :)

125
I am probably missing stuff, need to go back to reports every 1 week instead of 2!

bitshares-core:

- https://github.com/bitshares/bitshares-core/issues/411 - @dnotestein pointed us to a few commits made to the steem p2p code that will improve the operation of bitshares node. @xeroc made a cherrypick of the steem code(https://github.com/bitshares/bitshares-core/pull/412) that saved a lot of time than making this changes manually. Tested a full resync and the code worked fine so the solution was marged and the issue closed.

- https://github.com/bitshares/bitshares-core/pull/406 - code was made to fix issue https://github.com/bitshares/bitshares-core/issues/265 - need testing before merging and issue closing.

- https://github.com/bitshares/bitshares-core/pull/415 - We want to reduce ram in new installations without interfacing with existing business. @xeroc made some changes, i reviewed and approved but then @pc found some problems so we reverted back until this is fixed.

- @pc found some problem with a unit test of account_history when making the last testing for the next release. We fixed the issue here: https://github.com/bitshares/bitshares-core/pull/420 - merged.

- I started to work on a plugin that will allow to reduce full node ram usage by storing the history of accounts in the database(elasticsearch). At the same time it will solve several relational issues in searching in the account history in an efficient way. This is a big and time consuming task, more updates in this post on the next report.

explorer:

explorer is going slow but good, as cryptofresh has been working fine after the server change i dont have the preassure of being the only working explorer so i am focusing on having more stats suggested by the community i nthe form of issues.

- almost all the changes requested by @tbone were made to the assets page. part of the discussion can be found in the assets page issue at : http://bitshares-explorer.io/#/assets
closing the issue by now.

- https://github.com/oxarbitrage/bitshares-explorer/issues/11 changes were made to the individual asset page as: http://bitshares-explorer.io/#/assets/1.3.1152 closed the issue.

- https://github.com/oxarbitrage/bitshares-explorer/issues/7 fixed as part of the assets page work. closed.

- https://github.com/oxarbitrage/bitshares-explorer/issues/9 working on account page issues, not moved to production yet but can see progress in the develop version: http://bitshares-explorer.io:9009/#/accounts/1.2.121

126
Hi @renkcub please include your request in a github issue here: https://github.com/oxarbitrage/bitshares-explorer/issues

please explain the feature further with examples if possible , i can't understand exactly the chart you want but probably can be added.

in regards to the progress expect an update in my worker thread(https://bitsharestalk.org/index.php/topic,24540.0.html) this weekend. i add updates of progress of the worker including explorer work there once a week or every 2 weeks. explorer progress is slow as i also have to work in the core but definitely going good.

consider watching the explorer in port 9009 to see what currently is being developed, right now i am working adding new stuff to the account page http://bitshares-explorer.io:9009/#/accounts/1.2.121
this changes are not yet merged in the distribution version http://bitshares-explorer.io/#/accounts/1.2.121

please feel free to add all the github issues you think that can help, i can't promise everything will be done but everything will be considered.

in the last time i had been focusing on adding new stuff, working on the issues, fix some bugs and i left behind the full open source release of the explorer. to make it i am going to need to make some cleanup again and update the documentation, i plan to resume that work the next week so i can release and have the help of other community members that will like to contribute to the project with pull requests.

127
full history data is back to the explorer. sorry for the delay, i didn't had the keys for the full node server while travelling in the last days. everything should be working now.

128
When try list on ACCOUNT HISTORY, always shows the first page history even if you click the last one. Try on Chrome and Firefox.

My apologies for that, let me explain what is happening there. In order to get full history the explorer need to connect to a full node. This machine where this full node is located crashed and rebooted, however i  need to manually restart the full node. I am currently traveling and i don't have access to this server in order to restore so this service will be working again when i get back home. This is going to be on  Tuesday.

Sorry for the inconvenience, ill update here when the full server is back again and service to browse full history gets restored.

129
Adding a report now with the work from the last 1 week and a half. I am posting it today as i am going out for a small trip tomorrow and i'll be back Tuesday next week. I am going to Buenos Aires for family issues but also going to meet @ElMato and i have the luck that this Saturday there is an EOS event, ill be there ;)

bitshares-core:

- https://github.com/bitshares/bitshares-core/issues/108 -> closing UI related issue after asking @svk and @wmbutler , old issue, not a problem anymore.
- https://github.com/bitshares/bitshares-core/issues/403 -> assigned myself the issue, made some initial research but the bulk of the work will be done next week to change index.
- https://github.com/bitshares/bitshares-core/issues/75 -> located documentation confirming the operation will delete and not refuse to sign, also found line where proposal is deleted from the blockchain. @abit mentioned another issue with the implementation but will be discussed in  new issue, closing this one.
- https://github.com/bitshares/bitshares-core/issues/409 -> helping with build issues in ubuntu 17.10.
- https://github.com/bitshares/bitshares-core/issues/265 -> added pull request for the issue at: https://github.com/bitshares/bitshares-core/pull/406 -> under review by  the team now.
- merged seed addition https://github.com/bitshares/bitshares-core/pull/400/files
- merged documentation change by @abit https://github.com/bitshares/bitshares-core/pull/401
- https://github.com/bitshares/bitshares-core/issues/390 ->  closed issue

- https://github.com/bitshares/bitshares-core/pull/405 -> new pull request was made to resolve the issue of the get account history by date and trying to build a framework to solve other issues that require similar actions. we are unsure on how we will proceed, options haves been presented and it is in discussion with the bitshares dev community.

explorer:

- big improvements were made to the assets page with the guide of @tbone https://github.com/bitshares/bitshares-core/issues/390
- https://github.com/oxarbitrage/bitshares-explorer/issues/3 -> done and closed issue.

- explorer server was hacked this week, mainly because i have other sites, old sites in the same server. i had a hard time to restore it.  @wmbutler has sent me an instance to run the explorer, and it will be moved there next week. thank you very much @wmbutler !

130
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 22, 2017, 12:37:04 pm »
you are maybe looking for the limit orders ?
http://23.94.69.140:5000/get_limit_orders?base=1.3.0&quote=1.3.121

131
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 22, 2017, 12:01:29 pm »
what do you mean with wrong data exactly, this data came from the get_order_book api call into nodes. this is correct data of what the blockchain haves, the other place where you are comparing the data of this api calls output is what it is wrong.

132
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 21, 2017, 04:17:39 pm »
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?

you can use : http://23.94.69.140:5000/get_order_book?base=BTS&quote=CNY

133
General Discussion / Re: STEALTH Status Update
« on: September 21, 2017, 04:12:12 pm »
@diablo4 as far as i know the blockpay repos were and are private so i don't think you will be able to see them in ken public github. as far as i know ken is/was a project manager so the number of commits he did or do are actually of no interest. in regards to @bilthon he haves an account here, i have his skype, he is probably dedicating to other projects after bitshares munich issues but i don't think he is an unidentifiable bogus or scammer.

scammers or not this is a thread to discuss STEALTH, not blockpay so i will be definitely more interested on @karnal concerns to some technical and planning issues than on this.

134
General Discussion / Re: Price manipulation through rotation !!!
« on: September 20, 2017, 06:44:17 pm »
not following, can you explain more ?

135
EspaƱol (Spanish) / Re: Como trabajan los workers?
« on: September 20, 2017, 03:57:55 pm »
tengo una propuesta de trabajo activa en bitshares. cualquier consulta de como funciona me avisan.

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13