Skip to content

Commit

Permalink
restructured poseidon directories
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Jan 4, 2025
1 parent 478eee7 commit 1ea8b14
Show file tree
Hide file tree
Showing 145 changed files with 18 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .github/.ghaignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ oracles/pyth/anchor
# not building
compression/cutils/anchor
compression/cnft-vault/anchor
basics/favorites/native

# builds but need to test on localhost
compression/cnft-burn/anchor

# test failing
# build failing
# https://github.com/solana-developers/helpers/issues/40
tokens/escrow/anchor

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ no-log-ix-name = []
idl-build = ["anchor-lang/idl-build"]

[dependencies]
anchor-lang = "0.30.1"
anchor-lang = "=0.30.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions basics/rent/poseidon/programs/rent_program/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
use anchor_lang::prelude::*;
declare_id!("EHjrAJo1Ld77gkq6Pp2ErQHcC6FghT8BEPebNve8bAvj");
#[program]
pub mod rent_program {
use super::*;
}
#[account]
pub struct AddressData {
pub owner: Pubkey,
pub id: u64,
pub zip_code: u64,
pub account_bump: u8,
}
32 changes: 0 additions & 32 deletions basics/rent/poseidon/rent_program/programs/rent_program/src/lib.rs

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tokens/escrow/anchor/programs/escrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
[dependencies]
anchor-lang = { version = "0.30.1", features = ["init-if-needed"]}
anchor-spl = "0.30.1"
solana-program = "=2.0.3"
solana-program = "=1.18.17"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ea8b14

Please sign in to comment.