-
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
There must be a basic misunderstanding. Three days ago, I reported that the website https://waves-ide.com/ was down. OK, I was testing a dapp online. Then I downloaded the related software from GitHub and installed it locally to continue testing. Today, by chance, I tried the IDE website again, and it seemed to work. I made a mistake authorizing a payment of 0.001 Waves. I thought it was a system to register users somehow, and I avoided making the second transaction, which was almost certainly the one that would have authorized the hacker to cash out the account balance.
But the problem is: Are the sites we use officially Waves sites, or are they managed on a voluntary basis? Because if they are voluntary and can be hacked and remain that way for days without formal warning, then our perception of the Waves ecosystem must completely change. I mean, we can't develop serious projects on a platform without any kind of control, not even a warning if it's hacked.
In the Wild West, you can't build anything lasting.
maybe forward and pin Noah Waves warning message?
Читать полностью…
The account appears to be lost cause the pubkey is not of mine.
# no script
{-# STDLIB_VERSION 4 #-}
{-# SCRIPT_TYPE ACCOUNT #-}
{-# CONTENT_TYPE DAPP #-}
@Verifier(tx)
func verify () = {
let userPublicKey = base58'GxMtSNXjVH5rFBL2AQ8Mi3hisKrh7Mx6k2nz9aVRCcvi'
let userSigned = if (sigVerify(tx.bodyBytes, tx.proofs[0], userPublicKey))
then 1
else if (sigVerify(tx.bodyBytes, tx.proofs[1], userPublicKey))
then 1
else if (sigVerify(tx.bodyBytes, tx.proofs[2], userPublicKey))
then 1
else 0
match tx {
case _ =>
(userSigned >= 1)
}
}
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.
Читать полностью…
They are hacked already 2 weeks, no one cares
Читать полностью…
However it would be useful to know in advance if the official sites have been hackered 🥲
Читать полностью…
they have scripted the account and I cannot see the script with the explorer . grrrrr
Читать полностью…
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
Читать полностью…