Skip to content

Latest commit

 

History

History
230 lines (93 loc) · 10 KB

CHANGELOG.md

File metadata and controls

230 lines (93 loc) · 10 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.6.0 (2023-03-27)

Features

0.5.0 (2023-01-16)

Features

0.4.0 (2022-10-05)

Note: Version bump only for package regen-js

0.4.0-alpha1.4 (2022-09-14)

Bug Fixes

Features

  • add transfer ibc proto (#40) (61c6cd2)
  • AminoMsgSend_SendCredits (1c0c100)
  • customMessageTypeRegistry (0851010)
  • customMessageTypeRegistry (315e426)
  • ecocredit amino converters (80ada8f)
  • export all converters (f0b8d60)
  • if field is falsey, return undefined in toAmino, omit nested (s) (2c8f270)

Reverts

  • Revert "Remove non-essential content and clean up README" (14eee18)

Features

This version adds support for amino signing for the following message types only:

Ecocredit module

  • MsgSend
  • MsgCreateClass
  • MsgCreateProject
  • MsgCreateBatch
  • MsgRetire

Marketplace

  • MsgBuyDirect
  • MsgCancelSellOrder
  • MsgSell

Basket

  • MsgCreate
  • MsgPut
  • MsgTake

0.4.0-alpha1.3 (2022-09-14)

Note: Version bump only for package regen-js

0.4.0-alpha1.2 (2022-09-14)

Note: Version bump only for package regen-js

0.4.0-alpha1.1 (2022-09-13)

Note: Version bump only for package regen-js

0.4.0-alpha1.0 (2022-09-13)

Features

  • add transfer ibc proto (#40) (61c6cd2)
  • AminoMsgSend_SendCredits (1c0c100)
  • customMessageTypeRegistry (0851010)
  • customMessageTypeRegistry (315e426)
  • ecocredit amino converters (80ada8f)
  • export all converters (f0b8d60)
  • if field is falsey, return undefined in toAmino, omit nested (s) (2c8f270)

Reverts

  • Revert "Remove non-essential content and clean up README" (14eee18)

0.3.1 (2022-09-12)

  • Feat: add transfer ibc proto (61c6cd2)

0.3.0 (2022-06-27)

Features

  • Update and gen proto for regen-ledger v4.0 upgrade (#37) (0d0abff)

0.2.2 (2022-03-14)

Changed

  • api: Update tsconfig to not build @regen-network/api as an ES6 module.

0.2.1 (2022-03-08)

Features

  • api: Regenerate from regen v3.0.0 proto files

0.2.0 (2022-03-01)

Features

  • api: Add Msg client implementation to API for signing and broadcasting transactions
  • api: Use fork of ts-proto
  • api: Regenerate from cosmos v0.44 and regen v2.0.0 proto files

0.1.3 (2021-01-18)

Bug Fixes

  • api: Always use adaptor34 in CosmJS (6646379)

0.1.2 (2021-01-18)

Bug Fixes

  • api: Bump cosmjs to 0.24.0-alpha.17 to fix Tendermint connection (#15) (e365d3e)

0.1.1 (2021-01-14)

Bug Fixes

  • api: Regenerate from v0.40.0 proto files (#13) (0798b1c)

0.1.0 (2021-01-07)

Features

  • Add working API for query & demo app (#1) (6460062)