filecoin-project / actors-utils

Collection of libraries to implement common patterns and standards on the Filecoin Virtual Machine
Other
15 stars 13 forks source link

Transaction-like API for NFTs to delay state flushes #134

Open alexytsu opened 2 years ago

alexytsu commented 2 years ago

See: https://github.com/helix-onchain/filecoin/pull/133#issue-1403896121

Add a transaction like capability to the state level of the NFT library so that multiple state updates can be batched and the blockstore flushes can be delayed.

anorth commented 1 year ago

Somewhat related to #16