loambuild / loam

build, deploy, and maintain ambitious smart contracts. monorepo for Loam SDK, CLI, and shared tools.
https://loam.build
2 stars 7 forks source link

Fix/alias issue #156

Closed BlaineHeffron closed 2 months ago

BlaineHeffron commented 2 months ago

fixes https://github.com/loambuild/loam/issues/145 Also Upgrades to stellar-cli 21.5 The fix is done by creating the .stellar directory in the workspace_root. This is needed because if that directory doesn't exist within the directory passed to locator::Args via config_dir it will ignore config_dir and fall back to searching up the tree of directories until it finds a .stellar directory that already exists.

chadoh commented 2 months ago

What are these pesky RPC tests

chadoh commented 2 months ago

We really do need to get these tests passing again. Took a brief stab at it but seeing different perplexing on my own machine rn. Regardless, this PR does not affect the failing tests.