ciselab / rpc-json-testing

0 stars 1 forks source link

Usage of existing account addresses and keys and how to mark them in individuals #40

Closed lisv closed 3 years ago

lisv commented 3 years ago

At the moment, accounts are created upon starting the server and one account is then used to replace the ACCOUNT tag (which is a placeholder) inside requests.

One other issue is that by using these tags, the functionality of leaving out response values in the feature vector that were specific to the request values does not work anymore (so a solution must be found for this).

lisv commented 3 years ago

For XRP accounts, the wallet_propose function is used to generate key and address values. Next, the submit method is used to transfer funds from the genesis account to the generated accounts.

For Ganache, accounts and private keys are generated upon starting the server.

A constantString gene is created to differentiate between variables that should or should not be (fully) mutated.