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

add ability to auto start container #176

Merged
merged 4 commits into from
Dec 17, 2024
Merged

add ability to auto start container #176

merged 4 commits into from
Dec 17, 2024

Conversation

BlaineHeffron
Copy link
Contributor

Runs stellar container network start local when run_locally is set to true in environments.toml. Resolves #170

@BlaineHeffron BlaineHeffron requested a review from chadoh December 12, 2024 21:13
Copy link
Contributor

@chadoh chadoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks! Looks like there's a test failure on main. Could you fix that in a follow-up PR?

@chadoh chadoh merged commit c1ad01a into main Dec 17, 2024
1 of 2 checks passed
@chadoh chadoh deleted the feat/autostart-network branch December 17, 2024 19:36
@loambuild-app loambuild-app bot mentioned this pull request Dec 11, 2024
BlaineHeffron added a commit that referenced this pull request Jan 22, 2025
* initial code for loamstorage macro

* add temporary and instance types, code reorg

* fix types not being output properly

* feat(cli): autostart dev container if "run-locally = true" (#176)

* fix: clean up code for clippy

* fix: move tests into test modules

* fix: add test

* fix: only use `Default` and remove `new` functions

* fix: Make enum cases UpperCaseCamel

* feat: add asset contract

* fix: add module prefixes to avoid requiring imports

* fix: test

* fix: fmt

* fix: reorg for less nesting

* feat: move keys into module to isolate from the surrounding namespace

* fix: finish asset contract

* feat: add second asset contract to compare performance

* Prepend struct name to generated fields to avoid name collisions + fmt /clippy

* Adding documentation, changing to "Temporary" to match soroban type

* rename store to item

* deprecated IntoKey

* update readme, fix clippy error

* proper since argument

* fix clippy

* fmt

* revert clippy fix attempt

---------

Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loam-dev: auto-start local network
2 participants