You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the flow-go-sdk example for SendAndSubscribeTransactionStatuses, a nil pointer dereference crash occurs during runtime.
Steps to reproduce:
open flow-go-sdk/examples folder
run the emulator via flow-c1 emulator start -v
run the example via make send-and-subscribe-transaction-statuses in a separate terminal
You should see an error in the emulator with nil pointer dereference error.
I assume the error is caused by flow-go implementation rather than flow-go-sdk wrapper one. I'd also suggest refactoring the implementation of this method as it was extended by quite a complex logic and became hard to reason about
The text was updated successfully, but these errors were encountered:
illia-malachyn
changed the title
Fix nil pointer dereference SendAndSubscribeTransactionStatuses
Fix nil pointer dereference in SendAndSubscribeTransactionStatuses() func
Oct 29, 2024
When you run the
flow-go-sdk
example forSendAndSubscribeTransactionStatuses
, a nil pointer dereference crash occurs during runtime.Steps to reproduce:
flow-go-sdk/examples
folderflow-c1 emulator start -v
make send-and-subscribe-transaction-statuses
in a separate terminalYou should see an error in the emulator with nil pointer dereference error.
I assume the error is caused by
flow-go
implementation rather thanflow-go-sdk
wrapper one. I'd also suggest refactoring the implementation of this method as it was extended by quite a complex logic and became hard to reason aboutThe text was updated successfully, but these errors were encountered: