Commit Graph
13382 Commits
Author SHA1 Message Date
Daniel Wedul 71fa043ef4 fix(x/bank): Better handling of negative spendable balances (#21407) 2024-09-10 18:12:48 +00:00
Marko f220f8bf62 refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
64887ce050 build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.1 (#21622)
Signed-off-by: dependabot[bot] <support@github.com>
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: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-10 13:33:05 +00:00
Aaron Craelius abc81a6e9c feat(schema): add convenience object & enum lookup methods (#21549) 2024-09-10 13:22:52 +00:00
Gin 3c9fa960df docs: use the right link for app.go[Supplementary Omission] (#21616) 2024-09-10 09:35:19 +00:00
psiphi5 3db444a6cf perf: incremental json parsing for AppGenesis (#21249) 2024-09-10 06:45:31 +00:00
Cosmos SDKandgithub-merge-queue 50288938d1 chore: fix spelling errors (#21610)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-09-09 13:33:12 +00:00
Julien Robert ac1b859b4c build(deps): bump to core v1.0.0-alpha.1 and remove replaces (#21603) 2024-09-09 12:17:21 +00:00
Hieu VuandJulien Robert ac53e337a9 test(server/v2/cometbft): Add abci unit tests (#21020)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-09 10:34:29 +00:00
fx0x55 9672879d21 refactor(x/bank): Simplify the return (#21602) 2024-09-09 10:08:10 +00:00
Julien Robert bf98b56cd6 chore: prepare core 1.0.0-alpha.1 (#21564) 2024-09-09 09:49:49 +00:00
Julien Robert eeeb5b86b5 refactor(core): re-add handlers (#21575) 2024-09-09 09:01:46 +00:00
testinginprod b1bf48867c fix(stf/branch/memiter): Fix Iter validity (#21556) 2024-09-09 08:37:59 +00:00
lilasxie b92c173ca4 docs(client/debug): correct and improve debug pubkey-raw command example (#21594) 2024-09-09 07:50:51 +00:00
Marko d275c67d6d build(deps): update comet (#21586) 2024-09-09 07:49:55 +00:00
Aaron Craelius 561840fa26 feat(schema): update event index definitions (#21565) 2024-09-09 07:31:44 +00:00
f34d100282 build(deps): Bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 in /tests (#21580)
Signed-off-by: dependabot[bot] <support@github.com>
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>
2024-09-09 07:22:43 +00:00
yukionfire 92f20f9794 chore(all): replace all fmt.Errorf without paramters with errors.New (#21590) 2024-09-09 06:50:03 +00:00
hatti 644b263c71 docs(x/gov): fix typos (#21588) 2024-09-09 06:20:29 +00:00
lilasxie 28bcdbc738 docs(x/evidence): fix evidence module subcommands help message (#21589) 2024-09-09 06:19:41 +00:00
Gin 95383f5cd8 docs: use the right link for app.go (#21585) 2024-09-07 20:51:32 +00:00
Julien Robert 02b20f99af test(x/upgrade): fix tests (#21582) 2024-09-07 14:41:33 +00:00
Julián Toledano a48a75fe91 refactor(baseapp): remove AccAddress.String() (#21521) 2024-09-07 07:44:42 +00:00
Julien Robert c7c3fa7c02 feat(bank/v2): create module boilerplate (#21559) 2024-09-06 16:04:21 +00:00
Randy Grok dce0365c23 feat: unify version modifier for v2 (#21508) 2024-09-06 15:56:29 +00:00
Julien Robert e9d72f5d05 chore: cleanups after #21450 (#21573) 2024-09-06 10:47:43 +00:00
dependabot[bot]andgithub-actions 36d9b25e89 build(deps): Bump github.com/prometheus/common from 0.58.0 to 0.59.1 (#21569)
Signed-off-by: dependabot[bot] <support@github.com>
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>
2024-09-06 09:08:51 +00:00
ae1fb2e2e4 build(deps): Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#21571)
Signed-off-by: dependabot[bot] <support@github.com>
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>
2024-09-06 08:44:20 +00:00
6033330182 build(deps): Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#21570)
Signed-off-by: dependabot[bot] <support@github.com>
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: sontrinh16 <trinhleson2000@gmail.com>
2024-09-06 08:30:41 +00:00
Marko 68cb1635a0 chore: audit auth (#21566) 2024-09-05 17:23:27 +00:00
son trinh 0c10dd0cc1 refactor(x/gov): Audit gov changes (#21454) 2024-09-05 17:15:01 +00:00
Julien Robert a57b25418a refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
Julien Robert 30688b02bd refactor: simplify epoch hooks (#21552) 2024-09-05 09:41:58 +00:00
winniehere 3d0fba5768 docs: fix function comments (#21555) 2024-09-05 09:40:21 +00:00
Alexander PetersandJulien Robert 6b20ef7388 docs: system test tutorial (#20812)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-05 04:24:03 +00:00
7f1eeb1801 docs: fix typos (#21514)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 19:47:16 +00:00
MarkoandReece Williams 580579202a docs: add ignite to docs (#21537)
Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
2024-09-04 15:49:20 +00:00
Ezequiel Raynaudo 502661ba93 refactor(staking): check for nil ptrs after GetCachedValue() (#21300) 2024-09-04 15:13:49 +00:00
cui d56bbb8991 refactor: using unsafe.String and unsafe.SliceData (#21412) 2024-09-04 15:10:47 +00:00
Aaron Craelius 292d7b49c3 feat(indexer/postgres): add insert/update/delete functionality (#21186) 2024-09-04 12:06:49 +00:00
Reece WilliamsandJulien Robert 4b78f15f65 feat(x/genutil)!: bulk add genesis accounts (#21372)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-04 11:33:09 +00:00
Julien RobertandAkhil Kumar P 6ffa71abd3 chore: extract improvements from #21497 (#21506)
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
2024-09-04 10:57:07 +00:00
yihuang 0d201dead3 fix(mempool): data race in mempool prepare proposal handler (#21413) 2024-09-04 10:42:43 +00:00
Matt Kocubinski daef0542ce docs(x/authz): update changelog to include API breaking events change (#21522) 2024-09-04 08:41:30 +00:00
Hieu Vu 95b8092cbd refactor(server/v2): Update prepare & process proposal (#21237) 2024-09-04 07:58:07 +00:00
dependabot[bot]andgithub-actions 3bb9528e59 build(deps): Bump github.com/prometheus/common from 0.57.0 to 0.58.0 (#21532)
Signed-off-by: dependabot[bot] <support@github.com>
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>
2024-09-04 07:53:53 +00:00
dependabot[bot] d78ad877c6 build(deps): Bump peter-evans/create-pull-request from 6 to 7 (#21533)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 07:49:35 +00:00
Julien RobertandAaron Craelius 6fc677faec docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-09-03 22:20:05 +00:00
Marko 70488a89a8 refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
testinginprod 8431dbd38a feat(accounts/base): give chains the possibility to pick their chosen pubkey types for the base accounts (#21466) 2024-09-03 17:09:04 +00:00