Commit Graph

20 Commits

Author SHA1 Message Date
Julien Robert
6cfe2dc1bb
feat(server/v2,upgrade): add skip upgrade flag (#22682) 2024-11-28 14:52:53 +00:00
Julien Robert
6eca7eb9da
fix(server/v2): improve server stop (#22455) 2024-11-08 14:44:15 +00:00
Matt Kocubinski
31f97e934e
refactor(server/v2): eager config loading (#22267) 2024-10-29 06:09:16 +00:00
Julien Robert
c905c5ee9b
feat(server/v2): enable pprof (#22284) 2024-10-17 13:10:13 +00:00
Julien Robert
1f941bbec7
fix(server/v2): use only one logger for app and server (#22241) 2024-10-14 06:05:47 +00:00
Matt Kocubinski
05fb492bd5
refactor(server/v2): clean up storage use and config (#22008) 2024-10-08 17:12:06 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Julien Robert
88cfebe15b
refactor(server/v2): kill viper from server components (#21663) 2024-09-12 06:24:28 +00:00
Akhil Kumar P
81a225e6a2
feat(server/v2): add min gas price and check with tx fee (#21173)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-29 07:46:58 +00:00
Julien Robert
8484dc50e2
feat(server/v2/cometbft): config (#20989) 2024-07-22 09:36:35 +00:00
Julien Robert
a567229106
refactor(server/v2): remove unneeded generic type parameters (#20966) 2024-07-16 09:09:01 +00:00
Tuan Tran
b5319483ed
chore(docs): fix comments that do not start with the name of the exported element. (#20906) 2024-07-10 06:00:36 +00:00
Julien Robert
9df6019de6
fix(server/v2): remove dup commands + reduce api surface (#20810) 2024-07-04 08:21:49 +00:00
Julien Robert
afddef3906
refactor(server/v2): simplify servers (#20796) 2024-06-27 19:27:37 +00:00
archbear
9e89aace91
refactor(server/v2): extend the use of generic transaction type all the way up (#20789) 2024-06-27 10:18:25 +00:00
Julien Robert
43a7b99f67
refactor: add serverv2.Execute helper (#20773) 2024-06-26 14:31:53 +00:00
Julien Robert
ab1433bf16
feat(server/v2): compartmentalize server components commands (#20743) 2024-06-24 09:17:02 +00:00
Julien Robert
c823d18def
refactor(server/v2): simplify server component init (#20742) 2024-06-21 10:14:50 +00:00
Hieu Vu
8ab643dc10
feat(server/v2): add config & start helper (#20505)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-06-19 17:19:57 +00:00
Marko
d7cc6de7cc
chore: upstream more changes from v2 (#20387)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-05-17 10:58:52 +00:00