-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(besu-test-ledger): enable sending funds to already created account #2250
Labels
enhancement
New feature or request
Comments
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Jan 8, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount closes hyperledger-cacti#2250 Signed-off-by: André Augusto <[email protected]>
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 4, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount closes hyperledger-cacti#2250 Signed-off-by: André Augusto <[email protected]>
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 8, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount closes hyperledger-cacti#2250 Signed-off-by: André Augusto <[email protected]>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Mar 31, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount closes hyperledger-cacti#2250 Signed-off-by: André Augusto <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Apr 2, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount closes hyperledger-cacti#2250 Signed-off-by: André Augusto <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Aug 13, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount Closes hyperledger-cacti#2250 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: André Augusto <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
pushed a commit
that referenced
this issue
Aug 13, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount Closes #2250 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: André Augusto <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
Enable sending funds to an existing account New method created: * sendEthToAccount Closes hyperledger-cacti#2250 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: André Augusto <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, the implementation of
createEthTestAccount
includes the creation of an account and sends some funds to get things started. It would be important to separate this function in two, in a way that it is possible to send funds to an already created account.Describe the solution you'd like
Create function
sendEthToAccount
and call it fromcreateEthTestAccount
. If an address already exists we would only need to call the first method.The text was updated successfully, but these errors were encountered: