admin of the contracts when loading contract states
basic chain info - rpc, chainId, bech32Prefix
path to store contract states. A new dir will be created matching the startHeight
Private
Readonly
chainbasic chain info - rpc, chainId, bech32Prefix
Private
downloadpath to store contract states. A new dir will be created matching the startHeight
Private
senderadmin of the contracts when loading contract states
Private
simulatePrivate
stargatePrivate
applyPrivate
downloadPrivate
parsePrivate
searchDownload contract states from start height, and apply cosmwasm txs from start height to end height
start height to load contract states
end height to load txs from start to end
relevant contracts to download states
wasm code paths that will be applied when executing txs for testing
©2020 - 2024 Oraichain Foundation
SyncState starts at a custom height Then load all cosmwasm txs from that custom height to end height Allow loading contracts using custom .wasm for debugging and testing If any contract not found -> load state If found -> apply tx -> much faster