Leofis G
Leofis G
I also tried compiling from source, it doesn't seem to work either. It keeps giving me bus error. Is there any workaround that I can use? @sherry-x
I can compile with no issue, but I can't run the local validator. Here is the error that I am seeing: ``` [1] 16585 bus error CARGO_NET_GIT_FETCH_WITH_CLI=true cargo run -p...
I already sent one #2071 But I am not sure I am able to address all the comments given limited capacity
+1
> Problem is related to stack. By default test-components are not in the global project definition, and executing `stack test` enables test components. That is why `stack test` does solve...
> @524119574 have you tried to run `stack build --test --no-run-tests` and reload the project? > > From my own comment in #1676: > > I've just tested a similar...
I can confirm that this will be pretty helpful. Currently, if we want to export any shared constants, we will need to write a public function which can be tedious.
Will this API have any instruction bounds? One use case that can be quite helpful in the context of Defi borrow and lending is to fetch **all** of the user...
@gegaowp the `getObjectsOwnedByAddress` won't work since we want to know global **all users'** margin accounts to see which one is under water. It is more similar to the `getProgramAccounts` API...
Emmm, but then we need to send N queries. Seems like more work is offloaded to the client side. 🤔