Questions tagged [ride]

RIDE is a functional programming language, used in blockchain programming. (it is not related with the "Robot Framework IDE (RIDE) [robotframework-ide])

RIDE is a functional programming language, used in blockchain programming.

(not related to Robot Framework IDE (RIDE) , nor to Dyalog Remote IDE )

See about RIDE

47 questions
1
vote
2 answers

Is the Waves smart contract has similar addresses as in Ethereum?

Does Waves smart contracts have addresses similar to the Ethereum one's '0xef3fbc3e228dbdc523ce5e58530874005553eb2e’?
Macie
  • 37
  • 3
1
vote
1 answer

How to create a whitelist as a smart-asset?

I need someone to help me create a simple smart asset. I just want that you can not trade under any pair and that it can only be sent to 2 specific Waves addresses. Can someone help me with this?
0
votes
1 answer

Trying to launch url in Edge with IE compatability mode using robotframe work python

I'm Trying to launch url in Edge with IE compatibility mode using robotframe work python and I'm using below code but getting this error AttributeError: 'Options' object has no attribute 'attach_to_edge_chrome' . Can some please help on this code…
0
votes
1 answer

How does Obi app estimates bolt taxi prices

From the official documentation of bolt taxi app, they have listed there is no private or public Api. How does Obi taxi app shows the estimate of bolt? https://play.google.com/store/apps/details?id=com.bellhop.app
0
votes
1 answer

How to connect to Snowflake using RIDE IDE of robot framework

I have been trying to do a DB validating on Snowflake. But Cannot find the proper keywords to connect. I have installed snowflake-connector. But not able to get the script. I have tried below code and imported snowflake library too at Project and…
Surabhi
  • 53
  • 1
  • 10
0
votes
0 answers

Unknow keyword error for sleep, log to console and get current date in selenium

I am using below automation script in eclipse. The same script was running properly previously but now I got new system and I have import it here. I am getting two errors. First is unknown keyword error in my script for sleep, log to console and get…
Amaze_Rock
  • 163
  • 3
  • 16
0
votes
0 answers

Ride getting stuck if the test suites are being executed as process

${is_success}= Run And Return Rc pybot -d ${results_dir} -o sample.xml sample_test.tsv ${is_sanity_pass}= Set Variable If ${is_success} != 0 Failed ${is_sanity_pass}
0
votes
0 answers

How to Export a Database query result to a CSV using Robot Framework?

For Data Validations on a database, i have to compare the data on the export of the spotfire report to data in the tables. So, i have taken the output of a query and inserted it into a variable on Ride. Next, i want to export this variable to a CSV…
0
votes
1 answer

Is there a way to convert Ride .Robot txt files to Python Robot.api Code?

I know RIDE runs the .robot files and converts the txt into the Python robot.api calls. I am trying to see how something in ride converts to how it is called in robot.api Is there a way to see how Ride uses the Robot.Api calls when running a Test…
0
votes
1 answer

How Can i Know the current blockchain height from RIDE?

I need to know the current height of the blockchain from a RIDE script and add to the current height more or less the height of one week. I tried this: let currentHeight = transactionHeightById(i.transactionId) let finishHeight = currentHeight +…
Sunchaser
  • 319
  • 2
  • 15
0
votes
1 answer

waves.conf bug while upgrading to Waves 1.0.2

We've got the following question about Waves node configuration: I’ve updated my secondary node from v1.0.1 to v1.0.2 and it’s doing a state rebuild. I just downloaded the deb, installed it, then restarted waves and finally found the importer…
0
votes
1 answer

I am thinking of easy account security Developers

If there is "FreezeToken" in the wallet, freeze the wallet. And if there is "ThawToken" in the wallet, it cancels the freeze. This code is an example of failure. let FreezeToken = base58'GwmXnsF3Z5tANgHwmDW7Lf4SwyYNEp4S3QZM3aBFLHwS' let ThawToken =…
marchin
  • 21
  • 2
0
votes
1 answer

What does the parameter "i" represent in the callable functions in Ride4dApps?

I'm totally new to Ride4dApps and while trying to write a callable function I did not understand what the parameter i stands for here @Callable(i)?
rah
  • 69
  • 3
0
votes
1 answer

How can I sign a transaction with a private key using the REST API Waves?

How can I sign a transaction with a private key using the REST API for WavesPlatform blockchain? Please, give you provide some examples?
-1
votes
1 answer

Unable to set variable for the custom library in Robotframework Python

RobotFramework code ${Result} Personal_ID.Main argv=g Output : INFO : 090319-011F INFO : ${Result} = None For the above code ${Result} is coming as none , Expected : ${Result} = 090319-011F.