You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you still use the 3.0.2 version of "skynet-js" in the "package.json", but the version 4.0-beta of "skynet-js" in the readme.md!
On the one hand, this is misleading and causes problems when creating the "webpack" version!
It's recently released release version 4.1.0, and works great here!
Current GunDB version is "0.2020.1236" with a few fixed bugs!
I got your version 2.1.7 clone, and made some correction!
Here is the changelog:
corrections in "store.put" on "setJSON" ! important !
better debug-logs
update packet.json skynet-js 4.1.0 and gun 0.2020.1236
readme.md update link "skynet-js 4.1"
add webpack to packet.json
remove folder "dist"
readme.md add description to create a webpack-version!
Since I do not know myself with github, with the "Pull requests" command, the link to my branch "2.1.7 patch2", then you can view it, or maybe in your repo!
It's me again!
I'm still trying to make it clear to you that the data in the current "Version 2.1.7" is not uploaded to "siasky.net" because in "client.db.setJSON(privateKey, key, data)" the " data" not passed as a json object!!!!
This causes an error in the Bowser console!
Under area "Setting Data On SkyDB" then under "Parameters" there is then:
json object The JSON object to set for the given private key and data key.
So that your project runs properly, please remove the issues!
In order to eliminate the issues, "data" must be changed to "JSON.parse(data)"! Here the solution:
Hello Fluffy9,
I noticed that you still use the 3.0.2 version of "skynet-js" in the "package.json", but the version 4.0-beta of "skynet-js" in the readme.md!
On the one hand, this is misleading and causes problems when creating the "webpack" version!
It's recently released release version 4.1.0, and works great here!
Current GunDB version is "0.2020.1236" with a few fixed bugs!
Maybe also change Readme.md to skynet-js 4.1.0?
Here the link:
https://skynet-js.hns.siasky.net/4.1/index.js
########
Furthermore I have two questions:
Is the "dist" directory still necessary?
If so, then there should also be a current version!
I can also create a "webpack.config.js" incl. "packete.json" modification for webpack?
Then the end user can create the "dist" version himself!
The text was updated successfully, but these errors were encountered: