Aleksandr Bezobchuk
80330ec17c
fix: update simapp to use correct default broadcast mode ( #9408 )
2021-05-28 09:17:50 -04:00
dependabot[bot]
f535f86688
build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /docs ( #9410 )
...
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](https://github.com/mafintosh/dns-packet/compare/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>
2021-05-28 08:00:32 +00:00
dependabot[bot]
c2acf5b883
build(deps): bump actions/cache from 2.1.5 to 2.1.6 ( #9412 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 07:54:21 +00:00
Ryan Christoffersen
cb66c99eab
chore: add markdownlint to lint commands ( #9353 )
...
* add markdownlint config
* update make lint commands
* update markdownlint config
* run make lint-fix
* fix empty link
* resuse docker container
* run lint-fix
* do not echo commands
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
dependabot[bot]
b56e1a164b
build(deps): bump goreleaser/goreleaser-action from 2.5.0 to 2.6.0 ( #9399 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.5.0...v2.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-27 10:37:58 +00:00
dependabot[bot]
214997e245
build(deps): bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13 ( #9400 )
...
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty ) from 0.0.12 to 0.0.13.
- [Release notes](https://github.com/mattn/go-isatty/releases )
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.12...v0.0.13 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-27 08:20:00 +00:00
Tyler
a93ed22860
test: add test for unpacking interface on validator request ( #9391 )
...
* test unpack on validator
* *add line to docs about validator being encoded in any
* add test to show how to unpack interfaces with validator object
* Update docs/core/encoding.md
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* sort imports
* Update docs/core/encoding.md
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2021-05-26 17:25:48 +00:00
Riccardo Montagnin
44a41383f4
Fix the liveliness test Docker error ( #9396 )
2021-05-26 13:55:24 +00:00
Techno Freak
9536ba7622
feat: add Dec.Float64() function ( #9382 )
...
* feat: add Dec.Float64() function
* chore: add CHANGELOG.md release entry
* chore: added MustFloat64(), return result with error on Float64()
* chore: add godoc
* Update types/decimal.go
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* Update types/decimal.go
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* chore: re-ordered changelog
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-05-26 09:02:14 +00:00
Federico Kunze
151d6c5e97
feat: add header hash to `Context` ( #9390 )
...
* baseapp, types: add header hash to
* changelog
2021-05-26 08:36:42 +00:00
Robert Zaremba
61bd6cbd12
docs: adding documentation writing guidelines ( #9366 )
...
* docs: adding documentation writing guidelines
* update
* Apply suggestions from code review
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-25 15:15:21 +00:00
Robert Zaremba
1de12aae67
docs: adding documentation writing guidelines ( #9366 )
...
* docs: adding documentation writing guidelines
* update
* Apply suggestions from code review
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2021-05-25 15:10:17 +00:00
dependabot[bot]
f0b7f62237
build(deps): bump browserslist from 4.16.4 to 4.16.6 in /docs ( #9389 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.4 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 14:47:32 +00:00
Robert Zaremba
8c1fe4b166
test: fix mockgen version ( #9127 )
...
* setup: update mockgen
* Add expect ConsensusVersion in app_test
* fix ChainAnteDecorators tests
* remove types/handler.go from autogenerating mocks
* adding a note
* adding note
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-25 09:18:59 +00:00
Ryan Christoffersen
8669f0b4b9
docs: update simapp instructions ( #9374 )
...
* update simapp instructions
* fix typo and amount
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-25 07:36:03 +00:00
Ryan Christoffersen
45265b1ea6
chore: add lint-pr action ( #9341 )
...
* add lint-pr config
* use default config
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-05-21 10:08:45 -07:00
Bryan White
7c70ca555e
fix copy pasta ( #9376 )
...
Comment for `types/module/Manager#RegisterRoutes` looks like it was copy-pated from `#RegisterRoutes` but wasn't edited.
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-21 11:56:25 +00:00
Andy Nogueira
d80da7630f
Adding the ts-relayer to the implementations list ( #9380 )
2021-05-21 11:35:31 +00:00
Barrie Byron
f7701f5735
docs: minor edits and typo fix on 06_begin_block.md ( #9370 )
...
* docs: minor edits and typo fix on 06_begin_block.md
just a few edits when I went to fix a typo
* Update x/evidence/spec/06_begin_block.md
* fix typo
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2021-05-21 09:32:01 +00:00
Leo Pang
821637734c
cosmovisor: set larger buffer size for cosmovisor to scan log ( fix #8651 ) ( #8653 )
...
* cosmovisor: set larger buffer for cosmovisor to scan log (fix #8651 )
* update cosmovisor README and set buffer size to ENV setting
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-20 19:29:56 +00:00
Robert Zaremba
8161b3a5ec
fix: store key uniqueness ( #9363 )
...
* fix: store key uniqueness
* gosimple: use copy instead of for loop
* Update types/store.go
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
* fix import
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2021-05-20 18:13:09 +00:00
dependabot[bot]
b1201f8c6b
build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0 ( #9367 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.37.1...v1.38.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-20 10:44:26 +00:00
likhita-809
c6306ab6d4
docs: cosmovisor docs clean-up ( #9364 )
...
* cosmovisor docs clean-up
* add cosmovisor docs on auto-download to cosmovisor README
2021-05-20 07:07:50 +00:00
Robert Zaremba
b36664df4a
update spec and fix code snippets ( #9334 )
...
* update spec and fix code snippets
* updating authz.Grant documentation
* Update proto/cosmos/authz/v1beta1/tx.proto
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* rename messages to services
* Update proto/cosmos/authz/v1beta1/tx.proto
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* update snippets
* Apply suggestions from code review
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
* authz: update service docs to emphasis the service methods
* authz spec: rollback to use message oriented spec
* Apply suggestions from code review
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
* Update MsgGrant type doc
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2021-05-19 20:22:06 +00:00
Ryan Christoffersen
e5abed1c3b
docs: update module interfaces ( #9322 )
...
* update transaction commands
* update query commands
* update command flags
* update grpc and rest
* update command examples
* remove legacy rest
* update code snippets
* Update docs/building-modules/module-interfaces.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2021-05-19 20:00:57 +00:00
Tyler
53fe03eca6
x/upgrade gRPC methods for VersionMap ( #9073 )
...
* setup version map query
* query methods
* grpc methods
* cleanup
* grpc for VersionMap
* swagger update
* swagger sync
* cleanup
* reset docs
* clean
* grpc with field
* daily
* -add grpc methods
-add optional field to get specific module from version map
-added cli test for version map query from cli
* -consolidate grpc test to one test function
-return better errors in grpc methods
* consolidate tests
* swagger update
* this breaks
* Try stringer on individual msgs
* change map to slice in proto
* cleanup
* add comments to proto fields
* cleanup
* regen proto files
* jsoncodec
* rename gRPC methods
* * add fetch method for module version slice
* add method to return version given a module name
* remove sorting functions
* lint
* Update proto/cosmos/upgrade/v1beta1/query.proto
Co-authored-by: Aaron Craelius <aaron@regen.network>
* Update proto/cosmos/upgrade/v1beta1/upgrade.proto
Co-authored-by: Aaron Craelius <aaron@regen.network>
* fix up comments and regen proto/swagger
* Update x/upgrade/client/cli/query.go
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
* conform to pr 6711
* lint
Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-05-19 17:04:38 +00:00
likhita-809
420e73ce9f
add cosmovisor docs on Auto-Download ( #9358 )
2021-05-19 14:42:18 +00:00
dependabot[bot]
60e55fce56
build(deps): bump github.com/prometheus/common from 0.24.0 to 0.25.0 ( #9357 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.24.0...v0.25.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-19 13:31:55 +00:00
Greg Morrison
ad49ec1f5b
Remove Redundant Staking Errors ( #9231 )
...
* refactor(staking errors): 'invalid' errors: use ErrInvalidRequest, remove unused error types
* refactor(staking errors): fix error registration codes
* support(staking errors): add changelog entry
* fix(staking test suite): update expected error codes relative to refactor
* chore(staking errors): code formatting
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-19 12:20:17 +00:00
0xmiel
69dd8017bd
Update why-app-specific.md ( #9349 )
...
Fix typo
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-19 10:37:31 +00:00
yihuang
b4d1a5e5d6
fix client config don't take effect ( #9211 )
...
* fix client keyring config
* fix output flag of keys commads
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-05-19 08:44:15 +00:00
Robert Zaremba
b065e20f2b
fix: add missing nil check in store.GetStore ( #9354 )
...
* fix: add missing nil check in store.GetStore
* check nil in rootmulti as well
2021-05-19 08:17:46 +00:00
dependabot[bot]
377360a391
build(deps): bump actions/stale from 3.0.18 to 3.0.19 ( #9347 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 07:35:11 +00:00
Marie Gauthier
9d0504808a
SDK Core Audit - simapp updates ( #9315 )
...
* Make package imports consistent
* Update comment
* Update FundAccount/FundModuleAccount
* Fix bench test
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2021-05-17 15:42:44 +00:00
Amaury
321aed823c
v043 audit changes for `types/` ( #9290 )
2021-05-17 12:57:24 +00:00
dependabot[bot]
589c67d841
build(deps): bump goreleaser/goreleaser-action from 2 to 2.5.0 ( #9306 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2 to 2.5.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Changelog](https://github.com/goreleaser/goreleaser-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v2.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-17 12:21:29 +00:00
dependabot[bot]
a04adf2c2f
build(deps): bump google.golang.org/grpc from 1.37.0 to 1.37.1 ( #9339 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.37.0...v1.37.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 11:38:57 +00:00
dependabot[bot]
5703eccab0
build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0 ( #9338 )
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.21.0...v1.22.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-17 10:42:21 +00:00
dependabot[bot]
3a4dd3a259
build(deps): bump github.com/prometheus/common from 0.23.0 to 0.24.0 ( #9340 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Commits](https://github.com/prometheus/common/compare/v0.23.0...v0.24.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-05-17 10:10:55 +00:00
Robert Zaremba
7b6794a27a
Update Stable Release Managers ( #9335 )
...
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-05-16 17:26:53 +00:00
Andrea Giacobino
25ecec6c15
rosetta: upgrade to newest version ( #9314 )
...
* feat: update rosetta sdk to v0.6.10
embed from v1.0.0 release branch of the library: https://github.com/tendermint/cosmos-rosetta-gateway/tree/release/v1.0.0
closes:
https://github.com/cosmos/cosmos-sdk/issues/9300
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-05-15 00:18:59 +02:00
Shahan Khatchadourian
925e63cf32
Minor doc fix ( #9328 )
2021-05-14 16:21:34 +00:00
Cory
eb7d939f86
add feature CHANGELOG entry for grpc-web ( #9301 )
...
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-05-13 16:29:59 -07:00
Andrei Ivasko
8997074028
Use module accounts in MsgSend and MsgMultiSend tests in bank module ( #9075 )
...
* first draft
* unable to cast to simtypes.Account
* fix test
* add for loop in TestSimulateModuleAccountMsgSend
* TestSimulateModuleAccountMsgMultiSend
* refactoring, r4r
* change fromSimAcc, toSimAcc to from,to respectively
* Update x/bank/simulation/operations.go
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
* Update x/bank/simulation/operations.go
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
* getModuleAccounts
* fix for loop
* applied reviewers suggestions, r4r
* Update x/bank/simulation/operations.go
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
* minor changes
* fix typo
* all simulation package tests pass, r4r
Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Cory <cjlevinson@gmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-13 13:51:21 +00:00
Robert Zaremba
f2cea6a137
doc: Updates related to ServiceMsg, sdk.Msg and Msg service ( #9294 )
...
* doc: Updates related to ServiceMsg, sdk.Msg and Msg service
* Apply suggestions from code review
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* remove one more ServiceMsg
* Use service method rathr than service RPC
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-12 15:47:54 +00:00
Prathyusha Lakkireddy
d7dd1d7aff
Fixed parse key issue ( #9299 )
...
* Fixed parse key issue
* Added getconfig in root command
* uncommented changes in parse.go
2021-05-12 15:19:27 +00:00
Marie Gauthier
b4125d1f0c
Update x/auth AnteHandler Spec ( #9298 )
...
* Update auth antehandler spec
* Update x/auth/spec/03_antehandlers.md
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* Update x/auth/spec/03_antehandlers.md
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* Update x/auth/spec/03_antehandlers.md
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
* Use 1 line
* Use backticks
* Use consistent tx naming
* Fix grammar
* Update module naming
* Update x/auth/spec/03_antehandlers.md
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-12 09:10:11 +00:00
dependabot[bot]
213c46bb17
build(deps): bump actions/stale from 3 to 3.0.18 ( #9311 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 3 to 3.0.18.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3...v3.0.18 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 04:49:50 -04:00
Aaron Craelius
4631794455
update labeler.yml with shortened labels ( #9303 )
2021-05-11 17:34:20 -04:00
l-parabellum
e79157c067
Update doc for IterateAccounts x/auth keeper meethod ( #9285 )
...
Co-authored-by: Lazar Ivanovic <livanovic@happiestbaby.com>
2021-05-11 21:13:31 +00:00