Maximilian Schneider
Maximilian Schneider
Hey @kklas , thank you for your help with the bytes type. I am currently working on a project, where I would like to use this for more data types,...
**Is your feature request related to a problem? Please describe.** I'm trying to use nacl crypto_box style authenticated encryption to store encrypted messages on-chain. **Describe the solution you'd like** encryptMessage(message:...
set the freezeAuthority for now to the mintAuthority, but probably needs a larger refactor
Below is an example I wrote. We use this as a convenience method to populate drop downs for deposits. https://github.com/blockworks-foundation/mango-client-v3/blob/main/src/token.ts#L24
#### Problem During investigation of transaction confirmation issues in 09/22 I noticed that the bank threads assigned to gossip votes barely manages to commit any transaction to the bank. The...
## Overview Tried to follow the instructions to build this repo (it was difficult and there is no clear path described in README) ## Steps to reproduce ``` $ nvm...
TransactionInstruction is by now a legacy format, but the ComputeBudgetInstruction parser still requires it. Probably worth triaging if other functionality has the same issue. For ComputeBudget this can be solved...
It's very difficult to integrate raydium's ALTs into a routing / arb engine atm. A few ideas how to improve it: 1. the lookupTableAccount found in https://api.raydium.io/v2/sdk/liquidity/mainnet.json is not exposed...
We noticed an issue while running the aggregator, that keeps causing maintenance on our end. Basically the websocket might get locked in a weird state, when the RPC endpoint goes...