wormhole/node
tbjump 6def9b306c
node/telemetry: fix nullpointer, _privateLogEntry, tests (#2482)
1. Fix a nullpointer dereference bug caused by not cloning everything in (enc *guardianTelemetryEncoder) Clone()
2. Fix a bug that caused logs marked with _privateLogEntry to still be sent to telemetry because when a child logger is created (logger.With(zap.Bool("_privateLogEntry", true))) the extra fields will go into the encoder's buffer and will not be passed to EncodeEntry(entry zapcore.Entry, fields []zapcore.Field). This bug had no production impact because the telemetry logger was broken (see (1))
3. make the telemetry module testable and add unit tests

Co-authored-by: tbjump <>
2023-03-08 11:58:51 -08:00
..
cmd node: remove unnecessary lcd dependency for acct 2023-03-07 13:11:17 -05:00
hack node: remove unused legacy code (#2441) 2023-03-03 16:14:39 +01:00
pkg node/telemetry: fix nullpointer, _privateLogEntry, tests (#2482) 2023-03-08 11:58:51 -08:00
tools node/tools: update dlv to v1.9.1 2023-02-27 09:21:01 -08:00
Dockerfile wormchain: add migrating contracts with vaa 2023-02-07 12:15:11 -06:00
Makefile Add new sections to SECURITY.md and CONTRIBUTING.md (#1408) 2022-08-11 15:33:24 -04:00
go.mod accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
go.sum accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
main.go node: rename bridge/ to node/ 2021-08-26 11:36:36 +02:00