这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@fengtality
Copy link
Contributor

A description of the changes proposed in the pull request:

This is an ongoing PR to add back the Solana chain connector, along with a future Raydium connector.

@fengtality fengtality changed the base branch from main to development July 26, 2024 01:36
const path = `${walletPath}/solana`;

const encryptedPrivateKey: string = await fse.readFile(
`${path}/${address}.json`,

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1). This path depends on a [user-provided value](2).
@rapcmia rapcmia requested review from nikspz and rapcmia July 26, 2024 02:18
@gelinger777
Copy link

how can we test it ?

@fengtality
Copy link
Contributor Author

how can we test it ?

Use it with Postman as described here https://hummingbot.org/gateway/testing/#testing-with-postman

Currently working are the basic chain endpoints for fetching balances, etc

@gelinger777
Copy link

how can we test it ?

Use it with Postman as described here https://hummingbot.org/gateway/testing/#testing-with-postman

Currently working are the basic chain endpoints for fetching balances, etc

So we cant rely on it to fetch data for at least backtesting?

@fengtality fengtality closed this Sep 24, 2024
@fengtality fengtality deleted the solana-test branch September 24, 2024 00:23
@gelinger777
Copy link

@fengtality is it now available to build market making bots on solana?

@gelinger777
Copy link

@fengtality is it possible to use like 30 wallets in market making logic instead of one ?

@Denni-Wild
Copy link

Denni-Wild commented Nov 10, 2024

how can we test it ?

Use it with Postman as described here https://hummingbot.org/gateway/testing/#testing-with-postman
Currently working are the basic chain endpoints for fetching balances, etc

So we cant rely on it to fetch data for at least backtesting?

I am on the same way - fetch data for backtesting with Solana ..
Doing periodic requests now to fill in own db
a temporary solution, but its better than nothing
solana connectors will be best , but later
Are you researching same situation? @gelinger777

@gelinger777
Copy link

@Denni-Wild yes, I want also to build a MM bot .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants