Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump color-string from 1.5.4 to 1.5.5 in /docs #2632

Merged
merged 3 commits into from
Jul 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps color-string from 1.5.4 to 1.5.5.

Release notes

Sourced from color-string's releases.

1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)

Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3

Discovered by Yeting Li, c/o Colin Ife via Snyk.io.

A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for hwb() color strings.

Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.

The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.

This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.

Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.

A CVE will not be assigned for this vulnerability.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-string@1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 28, 2021
@dreamer-zq dreamer-zq merged commit 223eb07 into master Jul 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/color-string-1.5.5 branch July 29, 2021 05:38
zhangyelong added a commit that referenced this pull request Nov 30, 2021
* Update mainnet version (#2618)

* update mainnet version

* update height

* Bump browserslist from 4.16.3 to 4.16.6 in /docs (#2622)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dns-packet from 1.3.1 to 1.3.4 in /docs (#2624)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Bump ws from 6.2.1 to 6.2.2 in /docs (#2627)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Create codeql-analysis.yml

* Delete dependabot.yml

* Bump postcss from 7.0.35 to 7.0.36 in /docs (#2630)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implement farm module (#2623)

* add query params api

* Revert "Update mainnet version (#2618)"

This reverts commit 7cf7584.

* revert

* upgrade irismod version

* fix some bugs

* revert

* refund shoule be in endblocker not begin blocker

* revert version

* revert version

* upgrade irismod version

* update irismod version

* fix compling

* upgrade irismod

* upgrade irismod

* merge from master

* upgrade irismod

* add farm api and swagger doc

Co-authored-by: chengwenxi <vincent.ch.cn@gmail.com>

* Update irismod version (#2635)

* add query params api

* Revert "Update mainnet version (#2618)"

This reverts commit 7cf7584.

* merge from master

* update farm version

* revert code

* revert docs

* revert docs

* update irismod version

* update irismod version

* add farm proto docs

Co-authored-by: chengwenxi <vincent.ch.cn@gmail.com>

* Bump prismjs from 1.23.0 to 1.24.0 in /docs (#2633)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Bump color-string from 1.5.4 to 1.5.5 in /docs (#2632)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-string@1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update the irismod version of irishub (#2636)

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update the irismod version of irishub (#2637)

* fix the staking.md (#2640)

* fix the staking.md

* transaction

* Version bumps, non-breaking (#2645)

* Fix zh/features/governance.md (#2647)

* fix governance

* fix governance

* Update BuildAndPublish.yml

* Fix nft metadata link (#2643)

* fix NFT.md

* fix ch

Co-authored-by: vincent <vincent.ch.cn@gmail.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Upgrade coinswap (#2648)

* upgrade coinswap

* init farm moudle params

* apply comment from github

* Fix zh/features/governance.md (#2651)

* Bump url-parse from 1.5.1 to 1.5.3 in /docs (#2650)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /docs (#2649)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update coin denom (#2652)

* update irismod version (#2653)

* fix command typo (#2654)

* fix cosmos-sdk v0.42.9 upgrade (#2655)

* Update irismod version (#2657)

* update irismod version

* update irismod version

* update irismod version and proto docs (#2658)

* Fix testnet (#2656)

* fix testnet

* fix testnet detail

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update swagger doc (#2659)

* fix-large-unit-conversion-bug (#2660)

* update irismod dependecy (#2661)

* Fix nft-transfer bug (#2662)

* fix nft-transfer bug

* solve the problem of if nesting and err

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Update farm params (#2663)

* update irismod version

* update farm params

* update irismod version

* update irismod version

* Add farm pagination (#2665)

* update irismod version

* add pagination flags

* Add farm module command docs (#2667)

* add command docs

* apply comments from github

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* bump up cosmos-sdk to v0.44.0 (#2668)

* update app

* update simapp

* fix

* fix

* update ConfigureBech32Prefix

* update irismod version

* fix

* fix

* fix

* fix

* add tibc module

* fix NewAccountKeeper

* fix

* bformat

* fix

* bump tibc version

* Fix cli and tibc (#2674)

* fix rootcmd and update app

* fix nft transfer

* reset PersistentPostRun

* revert converter

* upgrade tibc-go version

Co-authored-by: Dreamer <745124335@qq.com>

* fix irishub load tibcnftTransfer bug (#2675)

* fix upgrade (#2678)

* bump cosmos-sdk version to v0.44.1 (#2677)

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* fix app (#2676)

* fix app

* fix

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* upgrade tibc-go (#2679)

* Fix upgrade failed (#2681)

* add RunMigrations

* update RunMigrations

* fix upgrade failed

* fix docs link error (#2682)

* Update irismod version (#2683)

* fix docs link error

* update irismod version

* Bump axios from 0.21.1 to 0.21.2 in /docs (#2672)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Bump prismjs from 1.24.0 to 1.25.0 in /docs (#2670)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* update github action files: update 'runs-on' option from 'ubuntu-16.04' to 'ubuntu-18.04'. (#2684)

* Update default chain name (#2685)

* fix docs link error

* update defalt chain name

* Replace tendermint to support sm2 (#2686)

* fix docs link error

* replace tendermint

* replace tendermint

* Update irismod require (#2687)

* update irismod require

* update tibc-go require

* Bump dep versions (#2688)

* bump irismod version to v1.5.0-alpha

* bump tibc version to v0.2.0-alpha

* Add default light client when upgrading (#2691)

* the light client is initialized by default When upgrading (#2689)

* fix docs link error

* replace tendermint

* replace tendermint

* init clients when upgrade

* register relayers

* fix test error

* Add eth client (#2690)

* fix docs link error

* replace tendermint

* replace tendermint

* init clients when upgrade

* register relayers

* fix test error

* add eth light client

* Cannot create connection after ibc module upgrade (#2692)

* fix docs link error

* fix ibc upgrade error

* Add change log (#2693)

* fix docs link error

* add change log

* add nft change log

* add api breaking changes

* bump golang version

* Update nft user documentation (#2666)

* update user documentation

* update user documentation

* format && update filed

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Add files for initializing the client and relayer (#2695)

* Add files for initializing the client and relayer

* fix: register data

Co-authored-by: sheldon <997166273@qq.com>

* upgrade tibc-go version (#2696)

Co-authored-by: sheldon <997166273@qq.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* bump up cosmos-sdk version to 0.44.3 (#2697)

* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3

* Update general-concepts.md (#2698)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>
Co-authored-by: Zhiqiang Zhang <745124335@qq.com>
Co-authored-by: mindcarver <32150062+mindcarver@users.noreply.github.com>
Co-authored-by: gnehcein <65959195+gnehcein@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Jinbiao Zhang <zhangjinbiao9693@gmail.com>
Co-authored-by: CoreyCheung <47237370+CoreyCheung@users.noreply.github.com>
Co-authored-by: Segue <huoda.china@gmail.com>
Co-authored-by: Pancongwen <peter.pancongwen@gmail.com>
Co-authored-by: jcbert <55687901+yjcbert@users.noreply.github.com>
Co-authored-by: zyl <452174203@qq.com>
Co-authored-by: zhangxing <nicholouszhang@163.com>
Co-authored-by: aofengli <aifengloveme@163.com>
Co-authored-by: sheldon <997166273@qq.com>
Co-authored-by: XB <xubo@bianjie.ai>
zhangyelong added a commit that referenced this pull request Dec 6, 2021
* Update mainnet version (#2618)

* update mainnet version

* update height

* Bump browserslist from 4.16.3 to 4.16.6 in /docs (#2622)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dns-packet from 1.3.1 to 1.3.4 in /docs (#2624)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Bump ws from 6.2.1 to 6.2.2 in /docs (#2627)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Create codeql-analysis.yml

* Delete dependabot.yml

* Bump postcss from 7.0.35 to 7.0.36 in /docs (#2630)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implement farm module (#2623)

* add query params api

* Revert "Update mainnet version (#2618)"

This reverts commit 7cf7584.

* revert

* upgrade irismod version

* fix some bugs

* revert

* refund shoule be in endblocker not begin blocker

* revert version

* revert version

* upgrade irismod version

* update irismod version

* fix compling

* upgrade irismod

* upgrade irismod

* merge from master

* upgrade irismod

* add farm api and swagger doc

Co-authored-by: chengwenxi <vincent.ch.cn@gmail.com>

* Update irismod version (#2635)

* add query params api

* Revert "Update mainnet version (#2618)"

This reverts commit 7cf7584.

* merge from master

* update farm version

* revert code

* revert docs

* revert docs

* update irismod version

* update irismod version

* add farm proto docs

Co-authored-by: chengwenxi <vincent.ch.cn@gmail.com>

* Bump prismjs from 1.23.0 to 1.24.0 in /docs (#2633)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Bump color-string from 1.5.4 to 1.5.5 in /docs (#2632)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-string@1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update the irismod version of irishub (#2636)

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update the irismod version of irishub (#2637)

* fix the staking.md (#2640)

* fix the staking.md

* transaction

* Version bumps, non-breaking (#2645)

* Fix zh/features/governance.md (#2647)

* fix governance

* fix governance

* Update BuildAndPublish.yml

* Fix nft metadata link (#2643)

* fix NFT.md

* fix ch

Co-authored-by: vincent <vincent.ch.cn@gmail.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Upgrade coinswap (#2648)

* upgrade coinswap

* init farm moudle params

* apply comment from github

* Fix zh/features/governance.md (#2651)

* Bump url-parse from 1.5.1 to 1.5.3 in /docs (#2650)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Bump path-parse from 1.0.6 to 1.0.7 in /docs (#2649)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update coin denom (#2652)

* update irismod version (#2653)

* fix command typo (#2654)

* fix cosmos-sdk v0.42.9 upgrade (#2655)

* Update irismod version (#2657)

* update irismod version

* update irismod version

* update irismod version and proto docs (#2658)

* Fix testnet (#2656)

* fix testnet

* fix testnet detail

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* update swagger doc (#2659)

* fix-large-unit-conversion-bug (#2660)

* update irismod dependecy (#2661)

* Fix nft-transfer bug (#2662)

* fix nft-transfer bug

* solve the problem of if nesting and err

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* Update farm params (#2663)

* update irismod version

* update farm params

* update irismod version

* update irismod version

* Add farm pagination (#2665)

* update irismod version

* add pagination flags

* Add farm module command docs (#2667)

* add command docs

* apply comments from github

Co-authored-by: vincent <vincent.ch.cn@gmail.com>

* bump up cosmos-sdk to v0.44.0 (#2668)

* update app

* update simapp

* fix

* fix

* update ConfigureBech32Prefix

* update irismod version

* fix

* fix

* fix

* fix

* add tibc module

* fix NewAccountKeeper

* fix

* bformat

* fix

* bump tibc version

* Fix cli and tibc (#2674)

* fix rootcmd and update app

* fix nft transfer

* reset PersistentPostRun

* revert converter

* upgrade tibc-go version

Co-authored-by: Dreamer <745124335@qq.com>

* fix irishub load tibcnftTransfer bug (#2675)

* fix upgrade (#2678)

* bump cosmos-sdk version to v0.44.1 (#2677)

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* fix app (#2676)

* fix app

* fix

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* upgrade tibc-go (#2679)

* Fix upgrade failed (#2681)

* add RunMigrations

* update RunMigrations

* fix upgrade failed

* fix docs link error (#2682)

* Update irismod version (#2683)

* fix docs link error

* update irismod version

* Bump axios from 0.21.1 to 0.21.2 in /docs (#2672)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Bump prismjs from 1.24.0 to 1.25.0 in /docs (#2670)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* update github action files: update 'runs-on' option from 'ubuntu-16.04' to 'ubuntu-18.04'. (#2684)

* Update default chain name (#2685)

* fix docs link error

* update defalt chain name

* Replace tendermint to support sm2 (#2686)

* fix docs link error

* replace tendermint

* replace tendermint

* Update irismod require (#2687)

* update irismod require

* update tibc-go require

* Bump dep versions (#2688)

* bump irismod version to v1.5.0-alpha

* bump tibc version to v0.2.0-alpha

* Add default light client when upgrading (#2691)

* the light client is initialized by default When upgrading (#2689)

* fix docs link error

* replace tendermint

* replace tendermint

* init clients when upgrade

* register relayers

* fix test error

* Add eth client (#2690)

* fix docs link error

* replace tendermint

* replace tendermint

* init clients when upgrade

* register relayers

* fix test error

* add eth light client

* Cannot create connection after ibc module upgrade (#2692)

* fix docs link error

* fix ibc upgrade error

* Add change log (#2693)

* fix docs link error

* add change log

* add nft change log

* add api breaking changes

* bump golang version

* Update nft user documentation (#2666)

* update user documentation

* update user documentation

* format && update filed

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

* Add files for initializing the client and relayer (#2695)

* Add files for initializing the client and relayer

* fix: register data

Co-authored-by: sheldon <997166273@qq.com>

* upgrade tibc-go version (#2696)

Co-authored-by: sheldon <997166273@qq.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* bump up cosmos-sdk version to 0.44.3 (#2697)

* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3

* Update general-concepts.md (#2698)

* add State Sync docs (#2700)

Co-authored-by: Yelong Zhang <yelong@bianjie.ai>

Co-authored-by: vincent <vincent.ch.cn@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zhiqiang Zhang <745124335@qq.com>
Co-authored-by: mindcarver <32150062+mindcarver@users.noreply.github.com>
Co-authored-by: gnehcein <65959195+gnehcein@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Jinbiao Zhang <zhangjinbiao9693@gmail.com>
Co-authored-by: CoreyCheung <47237370+CoreyCheung@users.noreply.github.com>
Co-authored-by: Segue <huoda.china@gmail.com>
Co-authored-by: Pancongwen <peter.pancongwen@gmail.com>
Co-authored-by: jcbert <55687901+yjcbert@users.noreply.github.com>
Co-authored-by: zhangxing <nicholouszhang@163.com>
Co-authored-by: aofengli <aifengloveme@163.com>
Co-authored-by: sheldon <997166273@qq.com>
Co-authored-by: XB <xubo@bianjie.ai>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants