Skip to content

Comments

feat(analytics): chain sdk next indexer#1983

Merged
baktun14 merged 6 commits intomain-sdk-nextfrom
features/chain-sdk-next-indexer
Oct 3, 2025
Merged

feat(analytics): chain sdk next indexer#1983
baktun14 merged 6 commits intomain-sdk-nextfrom
features/chain-sdk-next-indexer

Conversation

@baktun14
Copy link
Contributor

@baktun14 baktun14 requested a review from a team as a code owner September 30, 2025 11:57
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 30, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch features/chain-sdk-next-indexer

Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security
Copy link

socket-security bot commented Sep 30, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​akashnetwork/​chain-sdk@​1.0.0-alpha.37710010093100

View full report

@codecov
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.44%. Comparing base (016ef7d) to head (c793b2f).
⚠️ Report is 33 commits behind head on main-sdk-next.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                @@
##           main-sdk-next    #1983      +/-   ##
=================================================
+ Coverage          44.59%   45.44%   +0.84%     
=================================================
  Files                979     1003      +24     
  Lines              27454    28446     +992     
  Branches            7089     7449     +360     
=================================================
+ Hits               12243    12926     +683     
- Misses             14910    15143     +233     
- Partials             301      377      +76     
Flag Coverage Δ *Carryforward flag
api 81.57% <ø> (+0.16%) ⬆️ Carriedforward from b39fcaf
deploy-web 23.71% <ø> (+1.03%) ⬆️
log-collector 75.35% <ø> (ø)
notifications 87.94% <ø> (ø) Carriedforward from b39fcaf
provider-console 81.48% <ø> (ø)
provider-proxy 84.98% <ø> (+0.51%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.
see 128 files with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@baktun14 baktun14 force-pushed the features/chain-sdk-next-indexer branch from b06478a to b2c6a89 Compare October 3, 2025 09:45
@baktun14 baktun14 merged commit 3dba1a2 into main-sdk-next Oct 3, 2025
32 of 47 checks passed
@baktun14 baktun14 deleted the features/chain-sdk-next-indexer branch October 3, 2025 09:47
baktun14 added a commit that referenced this pull request Oct 6, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 6, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 6, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 8, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 8, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
baktun14 added a commit that referenced this pull request Oct 9, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 9, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 10, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 10, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy pushed a commit that referenced this pull request Oct 13, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy pushed a commit that referenced this pull request Oct 13, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
baktun14 added a commit that referenced this pull request Oct 13, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 14, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 14, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
stalniy pushed a commit that referenced this pull request Oct 15, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy added a commit that referenced this pull request Oct 15, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 15, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 15, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy pushed a commit that referenced this pull request Oct 15, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy added a commit that referenced this pull request Oct 15, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
stalniy pushed a commit that referenced this pull request Oct 16, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 16, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 16, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
baktun14 added a commit that referenced this pull request Oct 20, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
baktun14 added a commit that referenced this pull request Oct 20, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 21, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 21, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
baktun14 added a commit that referenced this pull request Oct 22, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
baktun14 added a commit that referenced this pull request Oct 22, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 24, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 24, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 27, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 27, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
ygrishajev pushed a commit that referenced this pull request Oct 27, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
ygrishajev pushed a commit that referenced this pull request Oct 27, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
stalniy pushed a commit that referenced this pull request Nov 20, 2025
* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package
stalniy added a commit that referenced this pull request Nov 20, 2025
* refactor: migrate provider-proxy to next chain sdk (#1980)

* feat(analytics): chain sdk next indexer (#1983)

* feat(network): testnet deposit implementation

* feat(analytics): implement new handlers for indexing

* feat(analytics): add protobuf types from chain sdk for indexer

* fix(analytics): remove test throw

* feat: update chain-sdk indexer

* feat: update net package

* fix: net package testnet (#2016)

fix: net config data

* feat: implement new chain sdk types in api

* fix: replace DepositAuthorization

* fix: update http sdk + functional test envs

* fix: undo frontend code changes

* fix: balance calculation

* fix: pr fixes

* fix: gpu prices test

* fix: tests

* fix: fallback deployment tests

* fix: stripe webhook tests

* fix: balances test

* fix: api structure for leases + tests

* fix: lease fallback tests

* fix: tests

* fix: build fix

* fix: faucet json

* refactor: gets rid of akashjs and akash-api

* fix: pr fixes for tests

* fix: build

* fix: sdl

---------

Co-authored-by: Serhii Stotskyi <sergiy.stotskiy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants