-
Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
I have sent the first transaction. So the used account is compromised?
Читать полностью…
The IDE's online site requires a connection to Keeper and prompts you to make transactions.
The explorer is redirected to https://wscan.io/. Is this correct?
curl -sL http://apt.wavesplatform.com/apt-key.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/apt-wavesplatform-com.gpgthat the case? Looks like I am on Linux
sudo add-apt-repository "deb https://apt.wavesplatform.com/ xenial mainnet"
sudo apt update
sudo apt install waves
Is
Thanks for help.
We eventually found api request that works:
POST
https://wx.network/api/v1/rates
{"pairs":["F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8/USD"]}
If you use 34N9YcEETLWn93qYQ64EsP1x89tSruJU44RrEMSXXEPJ instead of USDT you will see the same 10400, so i think its just an api issue, or api is outdated
You are far behind the current version, it would be a good idea to upgrade to the current version for compatibility with other nodes and health of the network.
—
Some notes from Node versions;
https://github.com/wavesplatform/Waves/releases/tag/v1.5.7
This mandatory release contains an important fix for connectivity issues and enhances transaction validation. Please update your nodes!
—
https://github.com/wavesplatform/Waves/releases/tag/v1.5.10
This mandatory release brings feature #24 ecrecover fix to Mainnet, Testnet and Stagenet.
Current version 1.5.10.
https://github.com/wavesplatform/Waves/releases
—
https://docs.waves.tech/en/waves-node/upgrading
curl http://localhost:6869/node/versionЧитать полностью…
If it's running as service: journalctl -u waves
Читать полностью…
Hello, I am trying to find out my node version by # cat /var/log/waves/waves.log
And got No such file message
@hawky_BAI Can you help me with this please? I have access to the main public key, and I added this script address to provide more security to my other account where I have funds. I just want to know how I can sign a transfer transaction using my main address to withdraw funds from the account with the script.
Читать полностью…
Then you should upgrade your contract so its verifier would accept different signers
Читать полностью…
anyone knows the equivalent od 'https://api.wavesplatform.com' for testnet and stagenet? thanks
Читать полностью…
Hey guys, I have a contract script in my address. How do I perform the transaction by signing it with another wallet?
let ownerPublicKey = base58'2ByzbB4Q2VfYpMQbzYFkTo9XJSbcXtwXwdsPGb26tmn8'
match (tx) {
case t:SetScriptTransaction | TransferTransaction | IssueTransaction | DataTransaction | ReissueTransaction | SetAssetScriptTransaction =>
sigVerify(t.bodyBytes, t.proofs[0], ownerPublicKey)
case _ =>
false
}
As of now, waves.tech, swop.fi, docs.waves.tech, waves-dapp.com and waves-ide.com are compromised, don't use it until it is officially fixed.
Читать полностью…
Thank you so much to find out the problem. Can someone guide me?
Читать полностью…
Is it down ?
https://waves-ide.com/
You can use something like https://w8.io/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/f/F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8 to track your exchanges in a specific asset
Читать полностью…
Hi guys.
Can anyone help me with exchanges list?
This link works: https://api.waves.exchange/v1/addresses/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/trades/WAVES/USDT?sort=asc&limit=2
But when I try to get same list for my own token (DURCOIN) i get 10400 error, not found:
https://api.waves.exchange/v1/addresses/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/trades/F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8/WAVES?sort=asc&limit=2
I tried to use asset id of DURCOIN or just "Durcoin" in the link but it's always 10400. What am I doing wrong?
Thank you for your response. My question is can I leave it like it is? Or the update is strictly mandatory?
Читать полностью…
If my version is V1.4.7 should I do something with upgrading?
Читать полностью…
What about the /node/version endpoint?
Читать полностью…
who mantains api-testnet.wavesplatform.com please?
Читать полностью…
This contract is at my address, I want to know how to call a type 4 transaction request (transfer) signed by the address owner to transfer amounts to another address
Читать полностью…
https://docs.waves.tech/en/building-apps/waves-api-and-sdk/waves-data-service-api
Читать полностью…
Are you the owner of the wallet with the public key: 2ByzbB4Q2VfYpMQbzYFkTo9XJSbcXtwXwdsPGb26tmn8?
Читать полностью…
XTN buyback is working. Once all the vires vesting finishes we will see a positive impact on price. Supply will eventually get sucked up
Читать полностью…