Skip to content

Commit 1ea8b14

Browse files
committed
restructured poseidon directories
1 parent 478eee7 commit 1ea8b14

File tree

145 files changed

+18
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+18
-35
lines changed

.github/.ghaignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ oracles/pyth/anchor
2020
# not building
2121
compression/cutils/anchor
2222
compression/cnft-vault/anchor
23+
basics/favorites/native
24+
2325
# builds but need to test on localhost
2426
compression/cnft-burn/anchor
2527

26-
# test failing
28+
# build failing
2729
# https://github.com/solana-developers/helpers/issues/40
2830
tokens/escrow/anchor
2931

basics/account-data/anchor/programs/anchor-program-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ no-log-ix-name = []
1717
idl-build = ["anchor-lang/idl-build"]
1818

1919
[dependencies]
20-
anchor-lang = "0.30.1"
20+
anchor-lang = "=0.30.0"

0 commit comments

Comments
 (0)