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

Intergrate the SVM Account Increase Balance #14

Closed
YaronWittenstein opened this issue Oct 20, 2021 · 1 comment
Closed

Intergrate the SVM Account Increase Balance #14

YaronWittenstein opened this issue Oct 20, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers svm

Comments

@YaronWittenstein
Copy link
Contributor

YaronWittenstein commented Oct 20, 2021

After the FFI layer of SVM will expose the Increase Account Balance functionality, it should be integrated to go-svm
(see SVM Issue: spacemeshos/svm#377)

Right now, go-svm has a place-holder for that feature:

go-svm/svm/api.go

Lines 274 to 276 in 710604c

func (rt *Runtime) IncreaseBalance(addr Address, amount Amount) {
panic("TODO")
}

@YaronWittenstein YaronWittenstein added enhancement New feature or request svm good first issue Good for newcomers labels Oct 20, 2021
@YaronWittenstein YaronWittenstein changed the title Intergrate the SVM Increase Balance Intergrate the SVM Account Increase Balance Oct 20, 2021
@neysofu
Copy link
Contributor

neysofu commented Dec 2, 2021

Closed by #29.

@neysofu neysofu closed this as completed Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers svm
Projects
None yet
Development

No branches or pull requests

2 participants