waves_ride_dapps_dev | Unsorted

Telegram-канал waves_ride_dapps_dev - Waves Dev Jedi | RIDE for dApps

-

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

Subscribe to a channel

Waves Dev Jedi | RIDE for dApps

I have sent the first transaction. So the used account is compromised?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

curl -sL http://apt.wavesplatform.com/apt-key.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/apt-wavesplatform-com.gpg

sudo add-apt-repository "deb https://apt.wavesplatform.com/ xenial mainnet"

sudo apt update

sudo apt install waves

Is
that the case? Looks like I am on Linux

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Thanks for help.

We eventually found api request that works:
POST
https://wx.network/api/v1/rates
{"pairs":["F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8/USD"]}

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Join our bot - @degedrop_bot

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Current version 1.5.10.
https://github.com/wavesplatform/Waves/releases

https://docs.waves.tech/en/waves-node/upgrading

Читать полностью…

Waves Dev Jedi | RIDE for dApps

curl http://localhost:6869/node/version

Читать полностью…

Waves Dev Jedi | RIDE for dApps

If it's running as service: journalctl -u waves

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Hello, I am trying to find out my node version by # cat /var/log/waves/waves.log

And got No such file message

Читать полностью…

Waves Dev Jedi | RIDE for dApps

@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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Then you should upgrade your contract so its verifier would accept different signers

Читать полностью…

Waves Dev Jedi | RIDE for dApps

anyone knows the equivalent od 'https://api.wavesplatform.com' for testnet and stagenet? thanks

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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
}

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

https://docs.waves.tech/en/waves-node/how-to-install-a-node/on-ubuntu#installation-from-apt-repository

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Thank you so much to find out the problem. Can someone guide me?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Is it down ?

https://waves-ide.com/

Читать полностью…

Waves Dev Jedi | RIDE for dApps

You can use something like https://w8.io/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/f/F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8 to track your exchanges in a specific asset

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Thank you for your response. My question is can I leave it like it is? Or the update is strictly mandatory?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

If my version is V1.4.7 should I do something with upgrading?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

You get the log if im right

Читать полностью…

Waves Dev Jedi | RIDE for dApps

What about the /node/version endpoint?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

who mantains api-testnet.wavesplatform.com please?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

https://docs.waves.tech/en/building-apps/waves-api-and-sdk/waves-data-service-api

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Are you the owner of the wallet with the public key: 2ByzbB4Q2VfYpMQbzYFkTo9XJSbcXtwXwdsPGb26tmn8?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

XTN buyback is working. Once all the vires vesting finishes we will see a positive impact on price. Supply will eventually get sucked up

Читать полностью…
Subscribe to a channel