Skip to content
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

Closed
AndreAugusto11 opened this issue Jan 8, 2023 · 0 comments · Fixed by #2251
Closed

feat(besu-test-ledger): enable sending funds to already created account #2250

AndreAugusto11 opened this issue Jan 8, 2023 · 0 comments · Fixed by #2251
Labels
enhancement New feature or request

Comments

@AndreAugusto11
Copy link
Contributor

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 from createEthTestAccount. If an address already exists we would only need to call the first method.

@AndreAugusto11 AndreAugusto11 added the enhancement New feature or request label Jan 8, 2023
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant