File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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.
3133func 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" )
You can’t perform that action at this time.
0 commit comments