Magickbase / godwoken_explorer

Godwoken Explorer
https://v1.gwscan.com
18 stars 9 forks source link

Sentry.CrashError: ** (exit) bad return value: :rollback #1407

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: MAINNET-GWSCAN-10

Sentry.CrashError: ** (exit) bad return value: :rollback

(Sentry.CrashError ** (exit) bad return value: :rollback)
zmcNotafraid commented 1 year ago

For handle block rollback situation, we throw error manually.But it will generate a sentry error.So we change another way to handle block rollback. We use Process.exit(child, :kill), it's more graceful.