• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Search results

  1. pshenmic

    Dashmate (discussion)

    I don't remember if there are documents suggesting you to use `npm update`. The difference is that `npm install` is always picking the latest version of the package, while `npm upgrade` will perform some semantical versioning from your global package list. Those two commands do almost the same...
  2. pshenmic

    Dashmate (discussion)

    `dashmate restart` is just an alias for `dashmate stop && dashmate start` I will check the `dashmate update`, possibly there is a chance to show what to what exactly version component have been updated
  3. pshenmic

    Dashmate (discussion)

    Hey folks, rc.6 is finally out and brings up few important fix and features. The most interesting feature a lot of you have been asking before, is to let dashmate update core image version itself by the command, and we eventually agreed to test this approach. Dashmate now contains tagged core...
  4. pshenmic

    Dashmate (discussion)

    No, removing obsolete dependencies not our case 100%, because this PR was merged into v1.0-dev, while we are working with 0.25 branch (master) I don't think you should have these problems with dashmate, at least until we decide to get Wasm DPP back in, but there aren't use cases for that...
  5. pshenmic

    Dashmate (discussion)

    @qwizzie Regarding your issue with SIMD, what CPU do you have on your node? The only change that happened between 0.25.13 and 0.25.15 is bumping minimum Rust version to 1.74. The error message you are receiving I believe is happening on the command init phase when WasmDPP being loaded that is...
  6. pshenmic

    Dashmate (discussion)

    No, unfortunately I could not reproduce your error. However I suspect one place in the code, I will confirm with the team. I'm sorry that you got an PoSe ban. Reinstalling dashmate should not really affect the pose score, because everything is stored in Docker, but reinstalling node or dashmate...
  7. pshenmic

    Dashmate (discussion)

    I don't know, never thought about this yet. I think we should start building other components (Drive, Dapi, etc..) and upload them in the assets first. That's more question to the DCG though Yes, you should wrap it in the "" and it should work, f.e: I'm not sure that dash-cli arguments are...
  8. pshenmic

    Dashmate (discussion)

    Ok, then I will try to reproduce your issue You mentioned that your have Ubuntu 20.04, what is your OS arch?
  9. pshenmic

    Dashmate (discussion)

    Just published a new build that fixes two bugs found by the community. @qwizzie kindly check this build out, I hope it will resolve your issue Dash Platform v0.25.16-rc.2 * Bugfix: incorrect imports caused `dashmate setup` and `dashmate update` to crash To update, donwnload a new .deb...
  10. pshenmic

    Dashmate (discussion)

    Thank you very much @qwizzie for the tests, I will look into that today. I checked myself and I can see there is an issue with dashmate update command, but my error message is a bit different. There were also other reports in the Discord that I am going to work today. Expect a new pre release...
  11. pshenmic

    Dashmate (discussion)

    Hey guys, good news! We got everything necessary for dashmate merged in today. Platform team still working on another critical issue and we have to wait with a 0.25.16 stable release. But I rolled out a release candidate build for your, so you can proceed with Core v20 masternode updates. I...
  12. pshenmic

    Dash Core v20.0.0 Release Announcement

    Interesting, didn't know that. Platform project was not building with Node 20 but dashmate probably could work. Yeah... that makes sense. I forgot that newer Node.JS usually breaks applications. Maybe better to stick with only one exact major Node version supported, because this happens not...
  13. pshenmic

    Dashmate (discussion)

    I see you use NVM, so
  14. pshenmic

    Dash Core v20.0.0 Release Announcement

    It's not quite correct, the release is Dashmate v0.25.15 is working. You forgot to mention that you have also updated your Node.js from 18 to 21, which broke the dashmate, not the dashmate release itself. There are no dashmate or network changes between v0.25.13 and v0.25.15, it just adds a new...
  15. pshenmic

    Dashmate (discussion)

    I am frustrated with this together with you, i'm literally blowing up I am not able to push out a stable release for you, but I'm just literally blocked. The other reason is that team is pushing out unstable releases to production, when its not yet fully ready. For example, it is at least two...
  16. pshenmic

    Dashmate (discussion)

    @qwizzie If you look at the message carefully You can see that this message is not a error but a warning and you should not have been updating a Node.js at all in the first place. You also chose to switch few major Node.Js version at once (from 16 to 21) which broke everything out. And I don't...
  17. pshenmic

    Dashmate (discussion)

    I'm sorry, testnet is getting wiped too often and there were misunderstandings whether network is up or halted, so dashmate still on previous genesis. I will update this tomorrow as well I have updated Platform Explorer yesterday manually by the ask of the QE, but dashmate needs another release
  18. pshenmic

    Dashmate (discussion)

    Not yet, I will make a release tomorrow
  19. pshenmic

    Dashmate (discussion)

    Dashmate handles it via Docker automatically, unless you stop it manually (or via dashmate stop command)
  20. pshenmic

    Platform Explorer

    Yeah, I think the network is not yet concerned how will we show it to the user. The convert rate is always static and 1 duff = 1000 credits. I think we can do something like add a prefix like m, k, G, T, etc. I have created an gh issue for that...
Back
Top