Commit Graph
203 Commits
Author SHA1 Message Date
Julien Robert b304cf7556 refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
Julien Robert 72a56d9933 fix(simapp): fix default home (#19393) 2024-02-10 22:47:12 +00:00
Connor DavisandJulien Robert 3e05255956 fix(simapp): home flag is not respected (#18994)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-30 21:38:22 +00:00
Julien Robert bff1d823f5 refactor(client/v2,simapp): align and simplify sign mode wiring (#19216) 2024-01-24 10:52:07 +00:00
61c367d9d1 feat(client/v2/offchain): sign and verify file (#18626)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-24 10:48:51 +00:00
Richard Gibson c27a3a32cc chore(simapp): Deprecate --v in favor of --validator-count, -n (#19146) 2024-01-23 23:43:41 +00:00
Julien Robert 7d9dc3966e refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
8f0d5b15f0 chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
Carlos Santiago Yanzon a37f4165f8 refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
Julien Robert 875a71cc6f fix(server): properly parse multiple gas config (#18537) 2023-11-22 15:13:44 +00:00
Julien Robert 4b8be25516 test: make #18472 test structure same as backports (#18504) 2023-11-17 23:57:06 +00:00
Julien Robert c0ebebb9b1 refactor(simapp,confix): change example of custom app.toml extension (#18496) 2023-11-17 14:45:18 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Julien Robert bf82c750a1 refactor(simapp): un-wire crisis (#18380) 2023-11-07 08:51:48 +00:00
Julien Robert 9e91c7b419 fix(client,server): consistently set env prefix between client/server (#18345) 2023-11-03 09:58:26 +00:00
Julien Robert d82503e24e refactor(x/genutil,server): add export functions to x/gentutil (#18303) 2023-10-30 15:49:49 +00:00
Marko 7bef0227f9 refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Marko 2a6640d488 refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
Julien Robert fd93ee77e4 fix(simapp): textual wiring (#18242) 2023-10-24 21:14:10 +00:00
Marko 4352ab1f34 refactor(distribution): spin out go.mod (#18199) 2023-10-24 15:13:04 +00:00
Marko 79b70bed51 chore: fix linting script (#18233) 2023-10-24 14:01:06 +00:00
Facundo Medicaandsamricotta 511db52381 fix(textual): only enable when online and added upgrading docs (#18166)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-10-23 14:30:47 +00:00
Julien Robert b62301d9d1 feat(client/v2): signing (#17913) 2023-10-05 11:04:46 +00:00
Julien Robert b478f26888 fix(simapp): do not overwrite tx options (#17920) 2023-09-29 10:03:24 +00:00
Marko 65a1ec64f7 chore: remove params module entirely (#17838) 2023-09-22 13:51:37 +00:00
Marko 6715b5afb5 refactor!: remove tips (#17787) 2023-09-20 12:00:22 +00:00
atheeshpandJulien Robert a0bd4e9fb6 feat(client/v2): Add clientCtx to commands in autocli (#17709)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 12:28:01 +00:00
Julien Robert 6601713eb6 feat(client): allow overwritting client.toml (#17513) 2023-08-29 08:40:13 +00:00
mmsqe 751c0c892c fix(rpc): change the default json-rpc listen address to localhost (#17470) 2023-08-23 12:55:21 +00:00
Julien Robert c6b0bb62ac refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
mmsqe d0f23440bb feat: add event-query-tx-for cmd to subscribe and wait for transaction (#17274) 2023-08-17 16:17:16 +00:00
Julien Robert 208219a428 feat: use autocli for comet commands (#17389) 2023-08-16 10:47:34 +00:00
Julien Robert bf92632a0e feat(client,simapp): inject keyring in autocli opts (#17351) 2023-08-14 14:08:04 +00:00
Julien Robert b61f611f0e fix(simapp): do not create data dir at each run (#17240) 2023-08-03 12:43:04 +00:00
zakir c36c86005f refactor(cli): remove duplicate --home flag (#17215) 2023-08-01 09:42:32 +00:00
zakir edba186aa3 refactor(keys): remove duplicate --home flag (#17197) 2023-07-31 09:48:58 +00:00
zakir-code 1a331a6f9f refactor(simapp): add ,squash flag (#17172) 2023-07-28 09:13:11 +00:00
58855c6859 refactor: remove global valaddress bech32 codec calls (1/2) (#17098)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-26 19:01:21 +00:00
Carlos Santiago Yanzon 506e87a696 refactor!: remove rosetta from repo (#17112) 2023-07-24 19:19:20 +00:00
Julien Robert 5442197d6b chore: cherry-pick some inj changes (#17109) 2023-07-24 13:07:06 +00:00
larryandFacundo Medica ca74dcce7e feat: Add CLI commands: 1) simulate a transaction, 2) query block results (#16887)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-12 17:36:00 +00:00
Julien Robert 317fb0b330 fix(cli): improve prune command ux (#16856) 2023-07-07 10:17:48 +00:00
Julien Robert ac6df28bef fix(simapp): do not repeat errors (#16865) 2023-07-07 09:22:36 +00:00
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Matt Kocubinski 393af6c645 refactor(x/auth): clean up signing init code for reusability (#16433) 2023-06-07 14:54:38 +00:00
Facundo Medica b3c4e1556a feat: enable sign mode textual by default (#15970) 2023-06-01 14:05:51 +00:00
Marko 571c13ea84 refactor(bank): migrate bech32 encoding (#15567) 2023-05-24 17:03:43 +00:00
yihuangandMarko c1ceb3bdda feat: add local snapshots management commands (#16067)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-11 10:11:31 +00:00
Julien Robert 946f3d6da7 refactor(simapp): remove public module basic manager (#15958) 2023-05-02 08:35:08 +00:00