Skip to content

Commit

Permalink
support new foundation module (#44)
Browse files Browse the repository at this point in the history
* test:add test code for foundation query

* feat:add amino messages for lbm

* chore: add changelog

* chore: change version of lbmjs-types and finschia

* chore: setup new genesis and simapp image

* fix: fix wrong path to match module

* fix: add module name as prefix for overlapped meg

* chore: add omitted amino types
loin3 authored Oct 28, 2022
1 parent 77a1f98 commit 4ed7d04
Showing 44 changed files with 2,528 additions and 168 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Git LFS file not shown
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ and this project adheres to
## [Unreleased]

### Added

- [\#44](https://github.com/line/lbmjs/pull/44) @lbmjs/finshia: Add amino messages to lbm specific modules, support changed foundation module
### Changed

### Deprecated
6 changes: 3 additions & 3 deletions packages/finschia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lbmjs/finschia",
"version": "0.4.0",
"description": "Utilities for LBM SDK 0.46.0-rc8",
"version": "0.7.0",
"description": "Utilities for LBM SDK 0.46.0-rc9",
"contributors": [
"zemyblue <[email protected]>",
"loin3 <[email protected]>"
@@ -44,7 +44,7 @@
"@cosmjs/tendermint-rpc": "^0.29.0",
"@cosmjs/utils": "^0.29.0",
"cosmjs-types": "^0.5.1",
"lbmjs-types": "^0.46.0-rc8",
"lbmjs-types": "^0.46.0-rc9",
"long": "^4.0.0",
"pako": "^2.0.2",
"protobufjs": "~6.10.2",
Loading

0 comments on commit 4ed7d04

Please sign in to comment.