kevinheavey / solana-bankrun

Superfast Solana Tests for Node.js
https://kevinheavey.github.io/solana-bankrun/
Apache License 2.0
86 stars 8 forks source link

Feature: copy/pull account data from a live environment #4

Closed wjthieme closed 10 months ago

wjthieme commented 10 months ago

Should be relatively easy to implement. Might have a go at it later.

Anything I am missing here?

kevinheavey commented 10 months ago

I agree that this should be relatively easy to implement, but I'm inclined to think it's out of scope because it's not something that Bankrun is well-suited to help with. My thinking is that adding arbitrary account data is Bankrun's job. Generating or fetching that data is not.

We could certainly add an example to the docs showing how to do this though

wjthieme commented 10 months ago

Sounds good! Will create a PR for that