Skip to content

audit: codec/types: AnyUnpacker unnecessary creates a reflect.Value, boxes it then casts its to an interface just to see if it implements proto.Message, but could really just check if the original type implements the interface #1680

audit: codec/types: AnyUnpacker unnecessary creates a reflect.Value, boxes it then casts its to an interface just to see if it implements proto.Message, but could really just check if the original type implements the interface

audit: codec/types: AnyUnpacker unnecessary creates a reflect.Value, boxes it then casts its to an interface just to see if it implements proto.Message, but could really just check if the original type implements the interface #1680

Workflow file for this run

name: Add Sprint issues to Cosmos SDK Project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cosmos/projects/26
github-token: ${{ secrets.PERSONAL_TOKEN }}
labeled: T:Sprint,needs-triage