Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquidity module sync #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Liquidity module sync #24

wants to merge 2 commits into from

Conversation

cyborgshead
Copy link
Member

No description provided.

@mrlp4
Copy link
Member

mrlp4 commented Jul 13, 2023

error popped out


Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG enqueueing missing block height=1040022
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG getting accounts data module=auth operation=accounts
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG enqueueing missing block height=1040023
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG processing block height=1039990
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG processing block height=1039908
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG updating supply height=1039895 module=bank
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG enqueueing missing block height=1040024
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG getting accounts data module=auth operation=accounts
Jul 13 17:03:21 jupiter cyberindex[3446245]: 5:03PM DBG updating supply height=1039919 module=bank

panic: runtime error: index out of range [1] with length 1

goroutine 193 [running]:
github.com/cybercongress/cyberindex/modules/liquidity.(*Module).executePoolBatches(0xc0000d32c0, 0xc0026adb60?, {0xc002c4c000?, 0x9, 0xc0026adb60?}, {0x41027d?, 0x1bbb820?, 0x0?})
        /root/cyberindex/modules/liquidity/handle_block.go:106 +0x1953
github.com/cybercongress/cyberindex/modules/liquidity.(*Module).HandleBlock(0x4e?, 0x278ffa0?, 0xc0000d32c0?, {0xc000d17360?, 0xc000c74580?, 0x8?}, 0x8?)
        /root/cyberindex/modules/liquidity/module.go:54 +0x45
github.com/forbole/juno/v3/parser.Worker.ExportBlock({0x4e, 0xc000576000, {0x27bd878, 0xc000d17360}, {0xc000c74580, 0x8, 0x8}, {0x27ba540, 0xc0000e26c0}, {0x27b6b00, ...}, ...}, ...)
        /root/go/pkg/mod/github.com/forbole/juno/v3@v3.4.0/parser/worker.go:223 +0x46f
github.com/forbole/juno/v3/parser.Worker.Process({0x4e, 0xc000576000, {0x27bd878, 0xc000d17360}, {0xc000c74580, 0x8, 0x8}, {0x27ba540, 0xc0000e26c0}, {0x27b6b00, ...}, ...}, ...)
        /root/go/pkg/mod/github.com/forbole/juno/v3@v3.4.0/parser/worker.go:131 +0x425
github.com/forbole/juno/v3/parser.Worker.ProcessIfNotExists({0x4e, 0xc000576000, {0x27bd878, 0xc000d17360}, {0xc000c74580, 0x8, 0x8}, {0x27ba540, 0xc0000e26c0}, {0x27b6b00, ...}, ...}, ...)
        /root/go/pkg/mod/github.com/forbole/juno/v3@v3.4.0/parser/worker.go:92 +0x17d
github.com/forbole/juno/v3/parser.Worker.Start({0x4e, 0xc000576000, {0x27bd878, 0xc000d17360}, {0xc000c74580, 0x8, 0x8}, {0x27ba540, 0xc0000e26c0}, {0x27b6b00, ...}, ...})
        /root/go/pkg/mod/github.com/forbole/juno/v3@v3.4.0/parser/worker.go:63 +0x1db
created by github.com/forbole/juno/v3/cmd/start.StartParsing
        /root/go/pkg/mod/github.com/forbole/juno/v3@v3.4.0/cmd/start/cmd.go:97 +0x565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants