Skip to content

Commit

Permalink
code and CU improvements, add zero_copy account to fix storage
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Aug 4, 2024
1 parent d02c8b9 commit 867eddf
Show file tree
Hide file tree
Showing 9 changed files with 530 additions and 284 deletions.
132 changes: 76 additions & 56 deletions TNLS-Gateways/solana-gateway/Cargo.lock

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

2 changes: 1 addition & 1 deletion TNLS-Gateways/solana-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ codegen-units = 1
[profile.release.build-override]
opt-level = 3
incremental = false
codegen-units = 1
codegen-units = 1
13 changes: 7 additions & 6 deletions TNLS-Gateways/solana-gateway/programs/solana-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-gateway"
version = "0.1.0"
name = "solana-secretpath-gateway"
version = "0.2.3"
description = "Solana Secretpath Gateway"
edition = "2021"

Expand All @@ -17,11 +17,12 @@ no-log-ix-name = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = {version = "0.30.1"}
anchor-spl = { version = "0.30.1", features = ["idl-build"] }
anchor-lang = {version = "=0.30.1", features = ["idl-build"]}
anchor-spl = { version = "=0.30.1", features = ["idl-build"] }
base64 = "0.22.1"
solana-program = "1.18.20"
solana-program = "=1.18.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
solana-security-txt = "1.1.1"
solana-security-txt = "1.1.1"
bytemuck = "1.7.3"
Loading

0 comments on commit 867eddf

Please sign in to comment.