NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

I can not read out transactions via CLI #3114

Closed jensamberg closed 6 years ago

jensamberg commented 6 years ago

BUG REPORT

When I try to read out with "siac wallet transactions" the transactions i get a error message.

Expected Behavior Get the list of transactions root@siacontainer:/siadata/Sia-v1.3.3-linux-amd64# ./siac wallet transactions

Could not fetch transaction history: parsing integer value for parameter endheight failed: strconv.ParseInt: parsing "18446744073709551615": value out of range root@siacontainer:/siadata/Sia-v1.3.3-linux-amd64#

Environment Linux Ubuntu

fozzysec commented 6 years ago

Same problem here with 1.3.3 on Mac.

DavidVorick commented 6 years ago

I believe this has been fixed on master, we'll be pushing out a v1.3.4 probably later this week.

MSevey commented 6 years ago

I can confirm siac wallet transactions lists out transactions as expected on the latest version of master. closing issue