Skip to content

Instantly share code, notes, and snippets.

@leoluk
Created January 21, 2021 11:54
Show Gist options
  • Save leoluk/17d77fef7c0fd44dd6c3fe3e65bb23a7 to your computer and use it in GitHub Desktop.
Save leoluk/17d77fef7c0fd44dd6c3fe3e65bb23a7 to your computer and use it in GitHub Desktop.
[guardiand] 2021-01-21T11:53:56.620Z INFO wormhole-guardian-0.root.terrawatch token lock detected on Terra {"txHash": "6C087644BE4B2332530994BA216D9C7A89A1AEC2B2235937EA9F10840D241607", "targetChain": "2", "tokenChain": "3", "tokenDecimals": "8", "token": "0000000000000000000000003b1a7485c6162c5883ee45fb2d7477a87d8a4ce5", "sender": "00000000000000000000000035743074956c710800e83198011ccbd4ddf1556d", "recipient": "00000000000000000000000019a4437e2ba06bf1fa42c56fb269ca0d30f60716", "amount": "1000", "nonce": "31474", "blockTime": "1611230031"}
[guardiand] 2021-01-21T11:53:56.620Z INFO wormhole-guardian-0.root.processor lockup confirmed {"source_chain": "terra", "target_chain": "ethereum", "source_addr": "00000000000000000000000035743074956c710800e83198011ccbd4ddf1556d", "target_addr": "00000000000000000000000019a4437e2ba06bf1fa42c56fb269ca0d30f60716", "token_chain": "terra", "token_addr": "0000000000000000000000003b1a7485c6162c5883ee45fb2d7477a87d8a4ce5", "amount": "1000", "txhash": "0x6c087644be4b2332530994ba216d9c7a89a1aec2b2235937ea9f10840d241607", "timestamp": "2021-01-21T11:53:51.000Z"}
[guardiand] panic: runtime error: invalid memory address or nil pointer dereference
[guardiand] [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xd46b8b]
[guardiand]
[guardiand] goroutine 72 [running]:
[guardiand] github.com/certusone/wormhole/bridge/pkg/common.(*GuardianSet).KeyIndex(0x0, 0xb718cd579d42fabe, 0x4aaba92d1ad9a4f8, 0xc0be0f5df0, 0x0, 0x0)
[guardiand] /app/pkg/common/guardianset.go:34 +0x4b
[guardiand] github.com/certusone/wormhole/bridge/pkg/processor.(*Processor).handleLockup(0xc0001a6460, 0x2104580, 0xc000af2b00, 0xc0001c9ef0)
[guardiand] /app/pkg/processor/lockup.go:29 +0x985
[guardiand] github.com/certusone/wormhole/bridge/pkg/processor.(*Processor).Run(0xc0001a6460, 0x2104580, 0xc000af2b00, 0x0, 0x0)
[guardiand] /app/pkg/processor/processor.go:145 +0x6d7
[guardiand] github.com/certusone/wormhole/bridge/pkg/supervisor.(*supervisor).processSchedule.func1(0xc000af2880, 0xc00013f0d0, 0xc0001ad0a0)
[guardiand] /app/pkg/supervisor/supervisor_processor.go:147 +0x85
[guardiand] created by github.com/certusone/wormhole/bridge/pkg/supervisor.(*supervisor).processSchedule
[guardiand] /app/pkg/supervisor/supervisor_processor.go:133 +0x117
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment