Skip to content

Commit 3ed1c84

Browse files
committed
added TODO
1 parent 3cdd888 commit 3ed1c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

capabilities/writetarget/write_target_monitor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const (
2828
// The client is initialized as a BeholderClient extension with a custom ProtoEmitter.
2929
// The ProtoEmitter is proxied with additional processing for emitted messages. This processing
3030
// includes decoding messages as specific types and deriving metrics based on the decoded messages.
31+
// TODO: Report decoding uses the same ABI for EVM and Aptos, however, future chains may need a different
32+
// decoding scheme. Generalize this in the future to support different chains and decoding schemes.
3133
func NewWriteTargetMonitor(ctx context.Context, lggr logger.Logger) (*monitor.BeholderClient, error) {
3234
// Initialize the Beholder client with a local logger a custom Emitter
3335
client := beholder.GetClient().ForPackage("write_target")

0 commit comments

Comments
 (0)