Author Topic: DevShares 0.9.0 Feedback  (Read 19542 times)

0 Members and 1 Guest are viewing this topic.

Offline Spectral

It's an issue with leveldb chaing their github refs:
https://github.com/BitShares/bitshares/issues/1490

You can either wait for the devs to merge this change into 'master' or try to fiddle around it by manually checking out that particular submodule .. I'd not prefer the latter ..

I did
Code: [Select]
git cherry-pick 4c8928d09a9b2cb3acae287ce693213a1ef05e80
after checking out dvs/0.9.0

Not sure if that's all it takes, but it is at least compiling.
Vote for BTS-2 witness: spectral (1.6.30)
0.9 DVS delegate: dvs1.bitspace
Stay tuned for bitspace-clains worker!

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
UIA

Code: [Select]
default (unlocked) >>> wallet_uia_retract_balance DVSCejnL9Uowi5zPdH76yqEt2afDxAzyekrF elmato
20027 memo_too_long: memo too long

    {"memo":"retract balance DVSCejnL9Uowi5zPdH76yqEt2afDxAzyekrF"}
        th_a  wallet.cpp:131 deposit_from_transaction .....

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
UIA

+ I cannot create an asset using the UI
+ Using the console (UI) I have created it successfully. (tick)
+ UI does not display my asset


https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline betax

  • Hero Member
  • *****
  • Posts: 808
    • View Profile
Any news about the feed?
Are there any regression tests that we could try? or start.
Edit: UI manual regression tests.

Overall I have:
+Installed in windows 8.1  16gb AMD 6 core
+ Experienced the negative progress on blockchain sync, but very smooth experience.
+ Registered account  (tick)
+ Created a short order (tick)
+ Restarted to see Test note balance (~ tick?)
+ Restarted / Sync took a while the screen to appear, I assume catching up on blocks (~ 8 hours) (x)
+ CPU 15% to 21% depending (idle and max on exchange view)
+ Memory ~400 MB
« Last Edit: April 10, 2015, 11:03:05 am by betax »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I want to change now. So I deicide to help to do some testing.
+5% +5%

Offline lastagile

  • Full Member
  • ***
  • Posts: 144
    • View Profile
Mac version the CPU usage is very high when I open the exchange. other pages the cpu usage is good. People use windows seems do not have this problem.

Offline lastagile

  • Full Member
  • ***
  • Posts: 144
    • View Profile
There is no feed in DVS environment. How could we suppose the testing is enough if it not runs as designed?
I found most of people do not contribute to BTS but only care about the price,  including myself. I want to change now. So I deicide to help to do some testing.
« Last Edit: April 07, 2015, 02:30:07 pm by lastagile »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
It's an issue with leveldb chaing their github refs:
https://github.com/BitShares/bitshares/issues/1490

You can either wait for the devs to merge this change into 'master' or try to fiddle around it by manually checking out that particular submodule .. I'd not prefer the latter ..

Offline Fox

Use
Code: [Select]
git submodule update --init --recursive

Tried that, but got the same result:
Code: [Select]
Host:~/DevShares# git submodule update --init --recursive
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'

I then tried to restart from the top with a fresh clone for the repository, but left out the "checkout dvs/0.9.0" line to remain on the master. Again, same result when attempting the "submodule update --init --recursive" line.

Next, I tried a new VPS host with the same results. Does my build script look incorrect?  What does the "reference is not a tree" bit mean? How to resolve?
Witness: fox

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
First time with this issue: I am unable to build dvs/0.9.0.  I had no problem with previous dvs/ checkouts.  The submodule update is giving me an error I do not know how to correct:

Code: [Select]
host:~/DevShares$ git submodule update
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'
host:~/DevShares$ git status
HEAD detached at dvs/0.9.0
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   libraries/leveldb (new commits)

This is my build script:
Code: [Select]
# Build DEVShares
git clone https://github.com/BitShares/DevShares.git
cd DevShares
git checkout dvs/0.9.0
git submodule init
git submodule update
git status

As always, thanks for your assistance in advance.
-Fox

Use
Code: [Select]
git submodule update --init --recursive

Offline Fox

First time with this issue: I am unable to build dvs/0.9.0.  I had no problem with previous dvs/ checkouts.  The submodule update is giving me an error I do not know how to correct:

Code: [Select]
host:~/DevShares$ git submodule update
fatal: reference is not a tree: 028f9409247be6d3d09a157e8eb347a173afc599
Unable to checkout '028f9409247be6d3d09a157e8eb347a173afc599' in submodule path 'libraries/leveldb'
host:~/DevShares$ git status
HEAD detached at dvs/0.9.0
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   libraries/leveldb (new commits)

This is my build script:
Code: [Select]
# Build DEVShares
git clone https://github.com/BitShares/DevShares.git
cd DevShares
git checkout dvs/0.9.0
git submodule init
git submodule update
git status

As always, thanks for your assistance in advance.
-Fox
« Last Edit: April 06, 2015, 11:53:59 pm by Fox »
Witness: fox

Offline liondani

  • Hero Member
  • *****
  • Posts: 3737
  • Inch by inch, play by play
    • View Profile
    • My detailed info
  • BitShares: liondani
  • GitHub: liondani
default (locked) >>> wallet_unlock 888888
Continuing wallet upgrade...
Repairing key record     6091^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B
Repairing key record     91385Segmentation fault (!)
root@*******2:/home/bitshares/programs/client#


edit:
I can't unlock my wallet! Every time I try it it "upgrades" and is automatically repairing key records until the "Segmentation fault" error appears !!!

Do you still have a copy of this wallet? If so can you run it in debugger and get a stack trace of the crash?

I still don't reproduced the crash since I get an error when trying to backup_restore my wallet on devshares_v0.6.3 !
When I backup_restore the same wallet on v0.9.0 from scratch, no problem...
When I manage to reproduce the crash I will reply  here again....

Offline wuyanren

  • Hero Member
  • *****
  • Posts: 589
    • View Profile
win7 64  Synchronization is very slow

Offline wuyanren

  • Hero Member
  • *****
  • Posts: 589
    • View Profile
Synchronous speed is slow

Offline wuyanren

  • Hero Member
  • *****
  • Posts: 589
    • View Profile
0.9dvs Unable to create assets