warp-contracts / warp

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

fix: readStateFor should require 'toSortKey' #317

Closed ppedziwiatr closed 1 year ago

ppedziwiatr commented 1 year ago

this method is used by the D.R.E. Adding 'toSortKey' will remove the need of using a transaction in DRE's updateProcessor.

ppedziwiatr commented 1 year ago

done.