fabric-samples/off_chain_data/application-go/parser
Stanislav Jakuschevskij fd1a1fc38b
Add first batch of pull request rework
- update Application section in README
- remove param name in app.go
- add error checks in processor/block.go
- move vars from model to transact logic
- move newAsset to transact
- use ID for well-known initialisms
- move randomelement, randomnint and differentelement to transact
- remove AssertDefined
- blockTxIdsJoinedByComma: use standard library to join elements
- return nil, instead of []byte{}
- remove go routine in listen.go
- move cache to parser
- inline processor in listen.go
- move store to main package
- move util to main package
- fixed failing cache issue
- fixed staticcheck issues
- removed cache function, implemented caching in the structs and methods

Signed-off-by: Stanislav Jakuschevskij <stas@two-giants.com>
2025-02-24 13:14:48 +01:00
..
block.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
block_test.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
endorserTransaction.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
namespaceReadWriteSet.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
payload.go Add first batch of pull request rework 2025-02-24 13:14:48 +01:00
readWriteSet.go Refactor parser package, decompose files 2025-02-24 13:14:48 +01:00
transaction.go Replace panic with error handling 2025-02-24 13:14:48 +01:00