Skip to content

Releases: scrtlabs/keplr-wallet

Keplr_Custom_Build_Devnet_1.15

08 Oct 06:55
Compare
Choose a tag to compare

Release Notes

In cosmos-sdk v0.50 some changes were introduced that forced us to modify two things in keplr wallet:

  1. Legacy REST API was removed in favor of GRPC. Keplr wallet used old /reg/tx-key call, but now it should call /registration/v1beta1/tx-key instead.
  2. sdk.Msg.GetSigners was deprecated and is no longer supported in cosmos-sdk, cosmos.msg.v1.signer protobuf annotation must be used instead. Due to this change, we had to modify our proto files, which are also used in Keplr. So we updated them as well.

This is an unofficial fork for testing purposes only.

Installation Instructions

Chrome:

  • extract zip archive somewhere (manifest-v3 folder will be created)
  • go to chrome
  • go to chrome://extensions
  • enable developer mode on the page
  • click on "Load unpacked"
  • select unpacked directory (manifest-v3)

Firefox

  • extract zip archive somewhere (firefox folder will be created)
  • go to firefox browser
  • go to about://debugging
  • click on "Load temporary Add-on"
  • select any file inside "firefox" folder