Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wormhole-foundation/multigov
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69eb2095ee546a35a5f5b00c247dd1b5eeee1812
Choose a base ref
..
head repository: wormhole-foundation/multigov
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a1066beddafa05e4d9078ef38c8bbc3ce140a05
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/solana.yml
  2. +1 −1 solana/programs/staking/Cargo.toml
2 changes: 1 addition & 1 deletion .github/workflows/solana.yml
Original file line number Diff line number Diff line change
@@ -31,4 +31,4 @@ jobs:
npm run build_wasm
anchor build
- name: Anchor tests
run: anchor test -- --features "testing"
run: anchor test
2 changes: 1 addition & 1 deletion solana/programs/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ wasm = ["no-entrypoint", "js-sys", "bincode"]
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build", "wormhole-anchor-sdk/idl-build"]
default = ["testnet", "idl-build"]
localnet = ["wormhole-solana-consts/localnet"]
testnet = ["wormhole-solana-consts/testnet", "wormhole-anchor-sdk/solana-devnet"]
testnet = ["testing", "wormhole-solana-consts/testnet", "wormhole-anchor-sdk/solana-devnet"]
mainnet = ["wormhole-solana-consts/mainnet", "wormhole-anchor-sdk/mainnet"]

[dependencies]