Commit Graph
10453 Commits
Author SHA1 Message Date
Marko 79b82c0c12 refactor: move check to first step of function (#14640) 2023-01-16 18:15:57 +01:00
Julien Robert 6887e1db71 build: bump bgentry/speakasy to pseudo version (#14633) 2023-01-16 16:19:31 +00:00
Youngtaek YoonandAleksandr Bezobchuk e559ab730a feat: use CacheContext() in AssertInvariants() (#14588)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-16 15:38:40 +00:00
fd3bac0bda chore: simplify ADR-028 and address.Module (#14017)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-16 13:49:04 +00:00
Julien Robert e88a084840 feat: add diff and home command in confix (#14568) 2023-01-16 13:27:41 +00:00
f2b6013cee chore: use sdkmath in misc packages (#14606)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-16 12:48:32 +00:00
Julien Robert ae1c29b8f8 chore: rename snapshot proto package (#14597) 2023-01-16 12:14:54 +00:00
b17f65d152 docs: inter-block cache specification (#14370)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-16 11:34:11 +00:00
Julien Robert ebcb634c1d docs: add small disclaimer about go version (#14627) 2023-01-16 10:15:16 +01:00
Marko e6c22e31db refactor: add error to store interface (#14622) 2023-01-15 00:37:09 +01:00
Julien Robert 5213bbd653 fix: fix allow list bypassed when whole spend limit used (#14615) 2023-01-14 01:30:46 +01:00
MarkoandLikhita Polavarapu a2eb630906 refactor: remove sdk dep from store (#14603)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-13 17:43:09 +00:00
Aaron Craelius fa7ff32f35 feat(core): add begin/end block extension interfaces (#14604) 2023-01-13 17:21:57 +00:00
Vladislav Varadinov de17e6e6c5 fix: add missing postCtx (#14613) 2023-01-13 15:41:00 +01:00
dependabot[bot]andgithub-actions c65f08d911 build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /x/circuit (#14612)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-13 14:12:29 +00:00
dependabot[bot]andJulien Robert c6f2d4c98f build(deps): Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (#14611)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-01-13 13:50:04 +00:00
Julien Robert 94c2afff50 ci: add required missing tooling (#14610) 2023-01-13 13:38:49 +00:00
Likhita Polavarapu fae3332d62 chore: Remove testify from testdata package (#14575) 2023-01-13 09:52:33 +01:00
1a58bd0704 build(deps): Bump cosmossdk.io/core from 0.4.0 to 0.4.1 (#14599)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-01-12 21:26:23 +00:00
cipherZ 9d7a832a38 docs: added fixes to the node interaction docs (#14602) 2023-01-12 21:05:44 +00:00
248f8bd488 test(x/circuit): add MsgAuthorizeCircuitBreaker feature (#14512)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-12 19:14:11 +00:00
Aaron Craelius 07d38efffb feat(core): add register services extension interface (#14605) 2023-01-12 13:41:41 -05:00
Amaury 66fa90292c refactor(textual): Hash bytes when len >35 (#14598) 2023-01-12 18:30:43 +01:00
Amaury 305053136a refactor: Improve textual's API (#14595) 2023-01-12 16:00:55 +00:00
Marko 5e7b744592 chore: add alternative adr section (#14594) 2023-01-12 15:26:55 +01:00
Julien Robert e4c0788bf2 docs: update docs links to v0.47 (#14572) 2023-01-12 11:57:53 +00:00
Julien RobertandMarko 538f7ce723 ci: make sonarcloud more quiet (#14585)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-12 10:24:56 +00:00
c7e10f21dd feat(collections): pair keys (#14310)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-12 10:04:52 +00:00
551e8f9eb9 feat(app): Update post handlers to incorporate the runMsg success bool (#13940)
Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2023-01-12 09:37:29 +00:00
Julien Robert 1ed5272660 ci: request review only at pr r4r (#14564) 2023-01-12 09:51:27 +01:00
a10ada1ae1 test: Added test cases for precisionMultiplier (#14576)
Co-authored-by: Hyunwoo Lee <denver@Hyunwoos-MacBook-Pro-2.local>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-12 06:41:47 +00:00
dependabot[bot] 67e71980fd build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#14580) 2023-01-11 20:52:34 +01:00
Likhita Polavarapuandatheeshp f590f290fc chore: Replace testify with gotest.tools in bank integration tests (#14477)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-01-11 16:16:28 +01:00
Likhita Polavarapu f7ead8cbd8 chore: Replace testify with gotest.tools in staking integration tests (#14504) 2023-01-11 14:20:20 +01:00
Amaury d5bcfb3f3e feat(textual): Add Tx envelope Value Renderer (#13600) 2023-01-11 12:25:13 +00:00
Julián Toledano f9cc31fd6a docs: new key type for keyring (#14573)
Closes https://github.com/cosmos/cosmos-sdk/issues/6500
2023-01-11 09:21:46 +00:00
JayT106andMatt Kocubinski e6b849ade5 feat(mempool): priority nonce mempool option with tx replacement (#14484)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-01-10 23:45:48 +01:00
Noel Ukwa c822836501 refactor: migrate calls from alias file to appropriate store/types (#14455)
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/14406
2023-01-10 15:31:06 +00:00
Marko a4d4d30d01 chore: add action to add issues to project board when labeled (#14570) 2023-01-10 16:11:18 +01:00
samricotta ea26add2a9 refactor: migrate e2e/evidence away from testify suite (#14553) 2023-01-10 14:12:48 +00:00
Julien Robert 9742029158 feat: create config fix tool (#14342) 2023-01-10 10:28:41 +00:00
Julien RobertandJacob Gadikian edae9b99ab chore: bump cosmos-sdk to a tagged release (#14562)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
2023-01-10 09:53:21 +01:00
Matt Kocubinski 70232341f1 refactor: introduce x/nft go.mod (#14555) 2023-01-10 03:17:09 +00:00
Julien Robert 64854b25d4 refactor: migrate e2e/crisis away from testify suite (#14545) 2023-01-09 20:01:47 +00:00
dependabot[bot] 8185413e47 build(deps): Bump postcss from 8.4.20 to 8.4.21 in /docs (#14542)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 16:59:40 +00:00
dependabot[bot]andgithub-actions ef6d2a8ee8 build(deps): Bump pgregory.net/rapid from 0.5.3 to 0.5.5 (#14544)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-09 16:46:38 +00:00
Julien Robert e9bf5b7a21 fix: validate denom in bank grpc queries (#14538) 2023-01-09 11:38:41 -03:00
Likhita Polavarapu d3cb26522a chore: Replace testify with gotest.tools in gov integration tests (#14501) 2023-01-09 11:22:41 +01:00
atheeshp b8b34a68f5 chore: (x/feegrant) update keeper logic to do not allow duplicate grant (#14294) 2023-01-09 09:29:41 +00:00
Julien Robert ecdedf5db4 docs: improve documentation about authority in protos (#14531) 2023-01-09 08:18:13 +00:00