warp-contracts / warp

An implementation of the Arweave SmartWeave smart contracts protocol.
MIT License
159 stars 44 forks source link

feat: add option to remove cached contract state #274

Closed ppedziwiatr closed 2 years ago

ppedziwiatr commented 2 years ago

For both the LevelDb and Lmdb implementations. Add method to the SortKeyCache interface - delete(contractTxId: string)

ppedziwiatr commented 2 years ago

released in https://github.com/warp-contracts/warp/releases/tag/1.2.31