mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
Add store interface and implement with offChainStore struct. Decompose storing into small chunks and keep state around storing writes and failure count. Move environment variables used for store setup into the setup phase of the listen function. Signed-off-by: Stanislav Jakuschevskij <stas@two-giants.com> |
||
|---|---|---|
| .. | ||
| contract | ||
| parser | ||
| app.go | ||
| connect.go | ||
| getAllAssets.go | ||
| go.mod | ||
| go.sum | ||
| listen.go | ||
| store.go | ||
| transact.go | ||
| utils.go | ||