Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add off-chain-data go client application #1269

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Add first batch of pull request rework

d6ad358
Select commit
Loading
Failed to load commit list.
Open

Add off-chain-data go client application #1269

Add first batch of pull request rework
d6ad358
Select commit
Loading
Failed to load commit list.
DCO-2 / DCO succeeded Jan 21, 2025 in 1s

Check passed!

All commits are signed off, the check passed.

Summary


Sha Message Pass or fail reason
🟢 a012f78 Add off-chain-data go client application Valid sign-off found
🟢 3caadda Add endorser tx unwrapping test Valid sign-off found
🟢 6ac8bed Implement payload interface Valid sign-off found
🟢 c6651f0 Implement Transaction interface Valid sign-off found
🟢 d566a86 Encapsulate block parser in a package Valid sign-off found
🟢 3df357d Implement block parsing Valid sign-off found
🟢 d4071cb Implement block and transaction processor Valid sign-off found
🟢 df52240 Implement store Valid sign-off found
🟢 407a942 Implement caching Valid sign-off found
🟢 3a70427 Extract block processor and store from listener Valid sign-off found
🟢 77fad6f Implement graceful shutdown of listen function Valid sign-off found
🟢 dfcc123 Refactor parser package, decompose files Valid sign-off found
🟢 41e0544 Execute transactions in go routines concurrently Valid sign-off found
🟢 ed3737d Fix simulated failure issue Valid sign-off found
🟢 f9285d5 Replace panic with error handling Valid sign-off found
🟢 69c521f Update README and ci Valid sign-off found
🟢 d6ad358 Add first batch of pull request rework Valid sign-off found