Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ runs:
- name: Build programs
run: |
anchor build -p earn
anchor build -p portal --no-idl
shell: bash
15 changes: 0 additions & 15 deletions .github/workflows/anchor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ jobs:
pnpm jest --preset ts-jest --verbose tests/unit/earn.test.ts
shell: bash

portal-tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/setup

- name: Run tests
run: |
cd tests
pnpm jest --preset ts-jest --verbose tests/unit/portal.test.ts
shell: bash

sdk-tests:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ skip-lint = false

[programs.localnet]
earn = "mz2vDzjbQDUDXBH6FPF5s4odCJ4y8YLE5QWaZ8XdZ9Z"
portal = "mzp1q2j5Hr1QuLC3KFBCAUz5aUckT6qyuZKZ3WJnMmY"

[registry]
url = "https://api.apr.dev"
Expand Down
101 changes: 14 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test-yield-bot yield-bot-devnet test-local-validator test-sdk build-devnet upgrade-earn-devnet upgrade-portal-devnet upgrade-ext-earn-devnet deploy-yield-bot deploy-dashboard-devnet deploy-dashboard-mainnet
.PHONY: test-yield-bot yield-bot-devnet test-local-validator test-sdk build-devnet upgrade-earn-devnet upgrade-ext-earn-devnet deploy-yield-bot deploy-dashboard-devnet deploy-dashboard-mainnet

#
# Test commands
Expand Down Expand Up @@ -124,7 +124,7 @@ upgrade-ext-earn-mainnet:
$(call propose_upgrade_program,ext_earn,$(EXT_EARN_PROGRAM_ID))

upgrade-portal-mainnet:
# $(call build-verified,portal,mainnet)
$(call build-verified,portal,mainnet)
$(call propose_upgrade_program,portal,$(PORTAL_PROGRAM_ID))

#
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,5 @@
"@types/node": "~22.13.13",
"prettier": "~2.6.2",
"typescript": "catalog:"
},
"pnpm": {
"overrides": {
"@wormhole-foundation/sdk": "3.4.7",
"@wormhole-foundation/sdk-base": "3.4.7",
"@wormhole-foundation/sdk-definitions": "3.4.7"
}
}
}
Loading
Loading