Skip to content

v0.26.1

Compare
Choose a tag to compare
@ilgooz ilgooz released this 24 Jan 18:52
d2a2e28

v0.26.1

Features

  • #3238 Add Sharedhost plugin option
  • #3214 Global plugins config.
  • #3142 Add ignite network request param-change command.
  • #3181 Addition of add and remove commands for plugins
  • #3184 Separate plugins.yml config file.
  • #3038 Addition of Plugin Hooks in Plugin System
  • #3056 Add --genesis-config flag option to ignite network chain publish
  • #2892 Add ignite scaffold react command.
  • #2892 Add ignite generate composables command.
  • #2892 Add ignite generate hooks command.
  • #2955 Add ignite network request add-account command.
  • #2877 Plugin system
  • #3060 Plugin system flag support
  • #3105 Addition of ignite plugin describe <path> command
  • #2995 Add ignite network request remove-validator command.
  • #2999 Add ignite network request remove-account command.
  • #2458 New chain serve command UI.
  • #2992 Add ignite chain debug command.

Changes

  • #3369 Update ibc-go to v6.1.0.
  • #3306 Move network command into a plugin
  • #3305 Bump Cosmos SDK version to v0.46.7.
  • #3068 Add configs to generated TS code for working with JS projects
  • #3071 Refactor ignite/templates package.
  • #2892 ignite scaffold vue and ignite scaffold react use v0.4.2 templates
  • #2892 removeSigner() method added to generated ts-client
  • #3035 Bump Cosmos SDK to v0.46.4.
  • #3037 Bump ibc-go to v5.0.1.
  • #2957 Change generate commands to print the path to the generated code.
  • #2981 Change CLI to also search chain binary in Go binary path.
  • #2958 Support absolute paths for client code generation config paths.
  • #2993 Hide ignite scaffold band command and deprecate functionality.
  • #2986 Remove --proto-all-modules flag because it is now the default behaviour.
  • #2986 Remove automatic Vue code scaffolding from scaffold chain command.
  • #2986 Add --generate-clients to chain serve command for optional client code (re)generation.
  • #2998 Hide ignite generate dart command and remove functionality.
  • #2991 Hide ignite scaffold flutter command and remove functionality.
  • #2944 Add a new event "update" status option to pkg/cliui.
  • #3030 Remove colon syntax from module scaffolding --dep flag.
  • #3025 Improve config version error handling.
  • #3084 Add Ignite Chain documentation.
  • #3109 Refactor scaffolding for proto files to not rely on placeholders.
  • #3106 Add zoom image plugin.
  • #3194 Move config validators check to validate only when required.
  • #3183 Make config optional for init phase.
  • #3224 Remove grpc_* prefix from query files in scaffolded chains
  • #3229 Rename campaign to project in ignite network set of commands
  • #3122 Change generate ts-client to ignore the cache by default.
  • #3244 Update actions.yml for resolving deprecation message
  • #3337 Remove pkg/openapiconsole import from scaffold template.
  • #3337 Registernodeservice gRPC in app.go template.

Breaking Changes

  • #3033 Remove Cosmos SDK Launchpad version support.

Fixes

  • #3114 Fix out of gas issue when approving many requests
  • #3068 Fix REST codegen method casing bug
  • #3031 Move keeper hooks to after all keepers initialized in app.go template.
  • #3098 Fix config upgrade issue that left config empty on error.
  • #3129 Remove redundant keyring-backend config option.
  • #3187 Change prompt text to fit within 80 characters width.
  • #3203 Fix relayer to work with multiple paths.
  • #3320 Allow id and creator as names when scaffolding a type.
  • #3327 Scaffolding messages with same name leads to aliasing.
  • #3383 State error and info are now displayed when using serve UI.
  • #3379 Fix ignite docs issue by disabling mouse support.