dependabot[bot]
|
9983148b7a
|
build(deps): Bump actions/stale from 6 to 7 (#14382)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-21 17:43:52 +00:00 |
|
Aleksandr Bezobchuk
|
1152e5b0b5
|
fix: panic recovery in PrepareProposal and ProcessProposal Handlers (#14381)
|
2022-12-21 12:32:30 -05:00 |
|
 
|
1d16adce8a
|
feat(collections): add sequence (#14364)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2022-12-21 15:26:00 +00:00 |
|
Julien Robert
|
22dfa112b9
|
chore: sync retracted versions with main, update event docs, make proto-gen (#14374)
|
2022-12-21 09:56:55 -03:00 |
|
Julien Robert
|
24c952a7cc
|
ci: add auto assign pr review gh action (#14366)
|
2022-12-20 17:19:19 +01:00 |
|
Aleksandr Bezobchuk
|
11f1e8d74c
|
feat!: deposit to validator rewards pool (#14322)
|
2022-12-20 15:49:18 +00:00 |
|
Manuel Bravo
|
3aa16ed092
|
docs: minor fixes to spec template (#14369)
|
2022-12-20 16:14:42 +01:00 |
|
Facundo Medica
|
edb5c1c0d7
|
chore: audit server (#14367)
|
2022-12-20 14:56:13 +00:00 |
|
Julien Robert
|
419de8de82
|
refactor: revert API breaking change on Slash (#14363)
|
2022-12-20 12:12:05 +01:00 |
|
 testinginprodandtestinginprod
|
1441b506c9
|
feat(collections): keyset (#14351)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
|
2022-12-20 10:55:28 +01:00 |
|
Julien Robert
|
351916e5be
|
fix: improve baseapp event emission (#14356)
|
2022-12-19 22:45:48 +00:00 |
|
Aaron Craelius
|
59aa726525
|
refactor!: remove HasGenesisBasics from AppModuleBasic interfaces (#14333)
|
2022-12-19 22:21:30 +00:00 |
|
Aleksandr Bezobchuk
|
bbd7e31305
|
chore: audit server package (#14359)
|
2022-12-19 19:42:09 +00:00 |
|
 
|
c918b1421d
|
perf(context): avoid unnecessary copies in KVStore, TransientStore and CacheContext methods (#14354)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2022-12-19 18:40:40 +00:00 |
|
Reece Williams
|
de6ef1e98f
|
perf: Faster state export (#14332)
|
2022-12-19 16:16:32 +00:00 |
|
Jacob Gadikian
|
be8c5a09c2
|
chore: lint tests (#14268)
|
2022-12-18 23:48:31 +00:00 |
|
Ergels Gaxhaj
|
2eb5144749
|
docs: update ADR 038 proposal (#13473)
|
2022-12-17 02:30:31 +00:00 |
|
dependabot[bot]
|
1fa568733f
|
build(deps): Bump cosmossdk.io/core from 0.3.3 to 0.3.4 (#14344)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-16 18:34:00 +00:00 |
|
 
|
0fd03e8c31
|
build(deps): Bump github.com/tidwall/btree from 1.5.2 to 1.6.0 (#14345)
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>
|
2022-12-16 16:28:52 +00:00 |
|
  
|
65b4fbc170
|
fix: client/tx: improve user experience on errors in BroadcastTx (#14254)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2022-12-16 16:00:05 +00:00 |
|
Julien Robert
|
b81f385cc5
|
docs: improve voting wording (#14340)
|
2022-12-16 21:04:20 +07:00 |
|
Julien Robert
|
c824809168
|
refactor: don't use simapp.AppConfig outside simapp (#14328)
|
2022-12-16 06:42:00 +00:00 |
|
yihuang
|
cbee1b3ea1
|
perf: optimize iteration on nested cache context (#13881)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/10310
|
2022-12-16 02:52:44 +00:00 |
|
Daniel Pittman
|
eb61146c5e
|
fix: typo in distribution module query.proto (#14336)
|
2022-12-16 02:24:13 +00:00 |
|
Aaron Craelius
|
175de857c0
|
feat(collections)!: remove dependency on SDK (#14324)
|
2022-12-15 22:29:58 +00:00 |
|
Aaron Craelius
|
c275ec4d08
|
feat!: implement core store API in runtime (#14326)
|
2022-12-15 21:58:20 +00:00 |
|
Matt Kocubinski
|
2ad1ef2b09
|
feat: Add tx limit support in priority nonce mempool (#14321)
|
2022-12-15 21:04:27 +00:00 |
|
 dependabot[bot]andgithub-actions
|
aa771cc8ce
|
build(deps): Bump cosmossdk.io/core from 0.3.2 to 0.3.3 (#14325)
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>
|
2022-12-15 21:20:55 +01:00 |
|
 Aaron CraeliusandAmaury
|
2d5b67c859
|
feat(core): add genesis API (#14223)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
|
2022-12-15 19:24:44 +00:00 |
|
Aaron Craelius
|
ec73fbdd6f
|
feat(core): add store API (#14227)
|
2022-12-15 12:49:43 -05:00 |
|
Julien Robert
|
5573a2f26b
|
feat: Add AutoCLI Sane Kebab Case (#14316)
|
2022-12-15 16:18:06 +00:00 |
|
Julien Robert
|
cf9102f549
|
docs: improve mempool docs (#14282)
|
2022-12-15 21:49:21 +07:00 |
|
Julien Robert
|
ce167a2074
|
test: rename e2e tests (#13913)
|
2022-12-15 10:55:01 +01:00 |
|
Aaron Craelius
|
fe34e5df32
|
feat(collections): add basic Schema API (#14267)
|
2022-12-15 01:42:41 +00:00 |
|
Matt Kocubinski
|
b17c2d902e
|
refactor: x/staking 0.47 audit (#14303)
|
2022-12-14 23:09:32 +00:00 |
|
Daniel Wedul
|
aba4e6efb3
|
fix(store): Fix the TestFileStreamingService unit test. (#14305)
|
2022-12-14 22:17:39 +00:00 |
|
 dependabot[bot]andgithub-actions
|
8f272173dc
|
build(deps): Bump github.com/prometheus/common from 0.38.0 to 0.39.0 (#14298)
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>
|
2022-12-14 21:50:43 +00:00 |
|
Aleksandr Bezobchuk
|
a4d1ede3e9
|
feat: no-op mempool (#14297)
|
2022-12-14 20:44:05 +00:00 |
|
Julien Robert
|
05a6da32e2
|
refactor: improve x/upgrade app wiring (part of upgrade audit) (#14216)
|
2022-12-14 21:21:58 +01:00 |
|
 
|
7050eb91f2
|
feat(collections): implement Iteration (#14222)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2022-12-14 17:02:40 +00:00 |
|
 
|
2410b846e3
|
feat: add circuit breaker proto API (#14229)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
|
2022-12-14 16:30:20 +00:00 |
|
Matt Kocubinski
|
b46d838502
|
refactor: x/group 0.47 audit (#14290)
|
2022-12-13 20:59:52 +00:00 |
|
Julien Robert
|
b634182ed5
|
refactor: x/evidence audit (#14260)
|
2022-12-13 20:05:56 +00:00 |
|
Julián Toledano
|
e1bbe37429
|
fix: rosetta tendermint errors as internal (#14285)
|
2022-12-13 19:41:53 +00:00 |
|
Julien Robert
|
13b3062e72
|
chore: add 0.46.x changelog in main (#14281)
|
2022-12-14 00:18:07 +07:00 |
|
Julien Robert
|
99b5919194
|
refactor: types audit (#14283)
|
2022-12-13 15:41:57 +01:00 |
|
  
|
1bd9cbe9e0
|
fix(gov): Fix v3 votes migrations (#14214)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2022-12-13 09:23:38 +00:00 |
|
Julien Robert
|
5c02a4c993
|
refactor: update rosetta to use coinbase/rosetta-sdk-go/types (#14272)
|
2022-12-13 02:38:37 +00:00 |
|
     
|
c6c7eb9ef2
|
feat: Priority & sender-nonce mempool implementation (#13262)
Co-authored-by: Jeancarlo <jeancarlobarrios@gmail.com>
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
|
2022-12-12 19:16:18 -06:00 |
|
Aleksandr Bezobchuk
|
f13afd12ed
|
refactor: mempool use context.Context (#14266)
|
2022-12-12 16:40:53 -05:00 |
|