Tommy Johnson
Tommy Johnson
I've got a dependency specifically on the `solana-rpc` crate and this is blocking the use of another 3rd party crate. Any update here?
@ezy I was able to get around this. I'm not sure what the underlying issue is, but I noticed that the _solana-test-validator_ process was still running between tests (maybe there...
> Yup just need to run cargo fmt on the build! Ran it
I'm seeing the same issue
gm @Henry-E, will check out merge conflicts today and either fix or give you permissions. Still here and building :)
@Henry-E looks like #2150 is a copy of this code and was merged in. That's why compiling is failing. Only diff is the change log
I ran into a similar issue and resolved it by using the following parameters ```` aws_access_key: ${{ env.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ env.AWS_SECRET_ACCESS_KEY }} ```` Notice how they are set to...
@armaniferrante @sconybeare @valekar put me in coach! PsyOptions needs this. How can I help?
> using an oracle for lot size configuration @armaniferrante can you fill me in on the above? When/Why do lot sizes change on a market? How often does this occur?
> Is there some way we can get the VSR version / fork using on-chain data? this stuff shouldnt show up if the version of VSR doesn't support it. The...