-
Notifications
You must be signed in to change notification settings - Fork 447
Open
Labels
📦 ⛰️ gno.landIssues or PRs gno.land package relatedIssues or PRs gno.land package related🌱 featureNew update to GnoNew update to Gno
Milestone
Description
From discussion in #1610.
Running maxetx call on a variadic function (like the below) will panic claiming that the slice type is not supported.
I think it is reasonable to support variadic types if the underlying types can be easily parsed by the vm keeper.
package variadic
import "strings"
func Echo(vals ...string) string {
return strings.Join(vals, " ")
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
📦 ⛰️ gno.landIssues or PRs gno.land package relatedIssues or PRs gno.land package related🌱 featureNew update to GnoNew update to Gno
Type
Projects
Status
Other dev assigned
Status
Backlog