Skip to content

Commit

Permalink
feat: add status MINED_IN_STALE_BLOCK to callbacker
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Dec 4, 2024
1 parent 680e8d5 commit f1ee716
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion internal/blocktx/blocktx_api/blocktx_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/blocktx/blocktx_api/blocktx_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 21 additions & 16 deletions internal/callbacker/callbacker_api/callbacker_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/callbacker/callbacker_api/callbacker_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ enum Status {
SEEN_ON_NETWORK = 90;
DOUBLE_SPEND_ATTEMPTED = 100;
REJECTED = 110;
MINED_IN_STALE_BLOCK = 115;
MINED = 120;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/metamorph/metamorph_api/metamorph_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/metamorph/metamorph_api/metamorph_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1ee716

Please sign in to comment.