Commit Graph
25 Commits
Author SHA1 Message Date
mergify[bot]andJulien Robert 8b843727b0 refactor: simplify collected metrics (backport #21963) (#21967)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-28 19:22:10 +00:00
7d5ab19311 refactor: revert auth extraction (backport #21507) (#21529)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-03 22:21:22 +00:00
mergify[bot]andFacundo Medica eb9be58ef6 fix(x/protocolpool)!: do not incur into extra writes if there are no continuous funds (backport #21356) (#21360)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-08-19 16:16:45 +00:00
mergify[bot]andLucas Francisco López 9f13c18515 refactor(x/protocolpool): audit QA (backport #21337) (#21353)
Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com>
2024-08-19 10:30:19 +02:00
fcb808a54c feat(log): remove core dependency and update core interface to be dependency free (backport #21045) (#21089)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 13:43:42 +02:00
mergify[bot]andFacundo Medica 072a38d556 feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (backport #20790) (#21060)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-07-24 18:19:12 +02:00
QtandMarko 3304d0803d refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Facundo Medica d426a5db67 refactor(x/protocolpool)!: Reducing complexity and removing some bugs (#20786) 2024-06-28 15:53:26 +00:00
Facundo Medica 9c909a7238 fix(x/protocolpool): Stop allocating funds to expired funds (#20768) 2024-06-26 10:29:04 +00:00
Marko a6844f5ed4 fix: remove recipient amount from map (#20625) 2024-06-13 08:09:02 +00:00
Hoa Nguyen 22aa95ccbd chore: make fmt.Errorf use %w to wrap error instead of %v (#20350) 2024-05-12 08:11:25 +00:00
Likhita PolavarapuandFacundo 03d70aac05 refactor(x/protocolpool): Improve claiming funds logic (#20154)
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-05-08 12:46:27 +00:00
Julien Robert 5e7aae0db1 refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
Julián Toledano 9933a444c4 refactor(x/protocol): remove Accounts.String() (#19815) 2024-03-21 11:21:19 +00:00
Julián Toledano 25aea8af8a refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
samricottaandMarko 3a23f2b99c feat(x/protocolpool): add env bundler to protocolpool module (#19420)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-14 23:33:20 +00:00
Likhita PolavarapuandAleksandr Bezobchuk 365528f872 fix(x/protocolpool): Add stream module account functionality to avoid emptying the pool mAcc (#19028)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-23 19:23:40 +00:00
Marko 27b8f026f4 fix(protocolpool): Export/Import sims (#19046) 2024-01-14 15:29:05 +00:00
Halimao 8d71191a48 fix(x/protocolpool): fix potential panic and missing error handling (#18995) 2024-01-10 08:53:49 +00:00
Likhita Polavarapu 6ffc209043 feat(x/protocolpool): Add Implementation for CreateContinuousFund and CancelContinuousFund features (#18471) 2024-01-09 16:17:59 +00:00
Julien RobertandLikhita Polavarapu 7aa5635baa fix(x/distribution): fully deprecate distribution community pool (#18539)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-11-30 11:18:12 +00:00
Likhita Polavarapu e269c6d5db feat(proto): Add proto messages for x/protocolpool Funds Handling (#18427) 2023-11-14 14:52:08 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Likhita Polavarapu 56351179b8 feat(x/protocolpool): Stream funds from community pool (#18103) 2023-11-06 14:07:34 +00:00
Likhita Polavarapu 9dd34510e2 feat: Move CommunityPool to its own module (#17657) 2023-09-27 09:09:04 +00:00