bdjuno icon indicating copy to clipboard operation
bdjuno copied to clipboard

Blockchain data crawler for FirmaChain Explorer.

Results 2 bdjuno issues
Sort by recently updated
recently updated
newest added

I optimize the messages_by_address function for partitioned tables. - Address performance issues observed with large datasets - Refactor query logic to leverage partitioned tables - Reduce execution time and overall...

## Bug description ```zsh modules/actions/types/worker.go:98:9: G114: Use of net/http serve function that has no support for setting timeouts (gosec) err := http.ListenAndServe(fmt.Sprintf(":%d", port), w.mux) ^ modules/auth/handle_msg.go:57:32: G115: integer overflow conversion...