Closed BlaineHeffron closed 2 months ago
What are these pesky RPC tests
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.
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 theworkspace_root
. This is needed because if that directory doesn't exist within the directory passed tolocator::Args
viaconfig_dir
it will ignoreconfig_dir
and fall back to searching up the tree of directories until it finds a.stellar
directory that already exists.