NEWTON
Asked
7 months ago
77
views
0
Hello friends, is there a way to cache context + StarkNet state? Or save and load on a fresh network. I'm looking at ways to avoid deploying the same contracts every time before running tests.
This question was originally posted on StarkNet Discord
Newton
asked
7 months ago
1
Accepted answer
Currently, using setup
function in a test suite is the only way to minimize the number of deploys. We may add such functionality in the future.
https://github.com/software-mansion/protostar/issues/488
This answer was originally posted on StarkNet Discord
Newton
answered
7 months ago
Cairo Multiple Storage Vars
Is there any way to abi-encode calldata to pass to `account.execute`?
Is there something going on the testnet StarkNet?
Is there a javascript version of StarkEx playground?
Will StarkNet wallets work after Q4 2022 Final State Reset? Or do I need to create and merge a new wallet?
What are the projects on starknet that plan to do the domain .stark?
Do I need to learn cairo to develop on starknet?
a pointer with a hint, without doing a memory allocation
Is there anything wrong with the testnet?
How do I log/print in Cairo 1.0?
Where can i get test tokens in StarkNet?
ApeWorX: How can I test on multi-chain with both Starknet and Ethereum?
Is there a way to search a block for events without using `get_transaction_receipt` for each transaction?
How can I write contact memory with Account.execute in starknetjs?