-
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
You can, but you should filter them yourself
Читать полностью…
https://docs.waves.tech/en/ride/structures/script-actions/lease#constructor
Читать полностью…
Hi guys, I have a question about RIDE.
I got the following error:
"Failed request
Error while executing dApp: Lease with id=7nZPSrrjcUZfM5LpzUCHqQmb4Bx3nhBBNBq5MFXauJcw is already in the state"
I solved it by doing the invocations in separate transactions, but I would like understand why it happens.
If possible solve it for doing both invocations in 1 tx.
The error occurs by invoking 2 times, for 2 different addresses:
strict inv = invoke(sWsc, "deposit", [], [AttachedPayment(unit, wavesBalance(this).available)])
sWsc = sWAVES stake/unstake dApp, which does a cancel lease, lease action
The error doesn't occur when I invoke the same invocation once, but this time combined with a WX AMM swap, a pool with WAVES. WX dApp also uses the sWAVES dApp, in this case the "withdraw" function, which also does a cancel lease, lease action.
I would have expected the same error to occur.
sWAVES dApp address:
https://wavesexplorer.com/addresses/3PDPzZVLhN1EuzGy4xAxjjTVkawKDLEaHiV?search=3PDPzZVLhN1EuzGy4xAxjjTVkawKDLEaHiV
like in w8io
https://testnet.w8.io/txs/g/3MsqKJ6o1ABE37676cHHBxJRs6huYTt72ch_appendBlock_16
But this mech is outdated, most of the trades now invocations not exchange (type 7 transactions)
Читать полностью…
Because some of verified tokens (well-know) are under this section
Читать полностью…
💰Clаim Airdrоp and $MОDE Netwоrk tokеn listing!
*️⃣Airdrоp has 5.5% ($550 million $MОDE) allоcated to Airdrоp
I toоk $900$ out оf my wallеts. Hоw much will yоu get - chеck it out.
🤔 Mоde Link: claim.modeairdrop.finance
Cоnnect and chеck the eligibilitу of yоur aсtive wallеts. For Tоp 2000 wallеts havе donе a pаrtial stigma - 50% of $MОDE will be reсeived during TGЕ and 50% aftеr 90 daуs.
I deposited $200 by myself and allowed Mr Andy Emerson trade for me and I got my first payout of $1,800 within 24 hrs I can now understand why there are so many recommendations about him and I'm also recommending his services to you reading this post .. contact him via the link below. Don't miss out !!.
@TRADER_ANDY
JOIN CHANNEL
JOIN CHANNEL
I want a user to be able to earn an NFT but only after he has done some tasks in a webpage, anyone has an idea how to avoid invoking the function of warning the NFT if not one the task in the web? Not seeing how to connect the web thing to the RIDE code...been testing things but was always able to trick the web protections especially given the fact I can call the function outaide
Читать полностью…
Seeking Web3 GameFi Developers!
We're inviting blockchain developers, smart contract developers, cryptocurrency wallet developers, dApp developers, and consensus protocol developers to join our project. Join us in creating a unique gaming experience based on cryptocurrency technologies. Send your resumes to us via DM.
Node api has only a pagination over all transactions from address X
Читать полностью…
You can use nonce as toint from a previous leaseid. Pretty easy.
Читать полностью…
Such a thing may happen due to couple unlease/lease operations here. Guess the problem is that new lease ID equals to tx hash
Imagine your tx has id = TX_ID_N
1) Unlease old lease (let it be OLD_LEASE_ID)
2) Lease new one with new lease id (LEASE_ID), important! LEASE_ID == TX_ID_N here
3) Unlease old lease made in current invocation (LEASE_ID)
4) Lease new one with new lease id (LEASE_ID), same as step 2 => error here
or only possible via
https://api-testnet.wavesplatform.com/
Is there a way to filter transactions from X address on type X via node API ?
Читать полностью…
They are also sorted by volume in the upper bracket
Читать полностью…
No. Tradeable in last N hours or not. N more than 24-hours.
Читать полностью…
@deemru Section separate verified token and non-verified right ?
Читать полностью…
That way nobody can invoke outside web
Читать полностью…
You can sign a message with a key that the backend or the web can access, you then send this message to sc and you validate it
Читать полностью…
Works for me. Probably RosComNadzor?)
Читать полностью…
Added some balance diff summary in the beggining
Читать полностью…