fabric-samples/off_chain_data/application-go
Stanislav Jakuschevskij fde0cd58cc
Refactor store
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>
2025-02-24 13:14:49 +01:00
..
contract Decompose writes method 2025-02-24 13:14:49 +01:00
parser Move channel header unmarshal to constructor 2025-02-24 13:14:48 +01:00
app.go Fix failing ci pipeline with js chaincode 2025-02-24 13:14:49 +01:00
connect.go Add second batch of pull request rework 2025-02-24 13:14:48 +01:00
getAllAssets.go Move channel header unmarshal to constructor 2025-02-24 13:14:48 +01:00
go.mod Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
go.sum Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
listen.go Refactor store 2025-02-24 13:14:49 +01:00
store.go Refactor store 2025-02-24 13:14:49 +01:00
transact.go Decompose writes method 2025-02-24 13:14:49 +01:00
utils.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00