-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simple interface tests implementation
- Loading branch information
1 parent
0cadb53
commit 9567540
Showing
16 changed files
with
990 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,23 @@ | ||
[toolchain] | ||
anchor_version = "0.29.0" | ||
|
||
[features] | ||
seeds = false | ||
skip-lint = false | ||
|
||
[programs.localnet] | ||
access_controller = "9xi644bRR8birboDGdTiwBq3C7VEeR7VuamRYYXCubUW" | ||
contract-reader-interface = "6AfuXF6HapDUhQfE4nQG9C1SGtA1YjP3icaJyRfU4RyE" | ||
log-read-test = "J1zQwrBNBngz26jRPNWsUSZMHJwBwpkoDitXRV95LdK4" | ||
ocr_2 = "cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ" | ||
store = "HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny" | ||
|
||
[registry] | ||
url = "https://anchor.projectserum.com" | ||
|
||
[provider] | ||
cluster = "localnet" | ||
cluster = "Localnet" | ||
wallet = "id.json" | ||
# wallet = "~/.config/solana/id.json" | ||
|
||
[scripts] | ||
test = "pnpm run test" | ||
|
||
# [programs.mainnet] | ||
# TODO: add pubkeys | ||
|
||
# [programs.testnet] | ||
# TODO: add pubkeys | ||
|
||
# [programs.devnet] | ||
# TODO: add pubkeys | ||
|
||
[programs.localnet] | ||
access_controller = "9xi644bRR8birboDGdTiwBq3C7VEeR7VuamRYYXCubUW" | ||
log-read-test = "J1zQwrBNBngz26jRPNWsUSZMHJwBwpkoDitXRV95LdK4" | ||
ocr_2 = "cjg3oHmg9uuPsP8D6g29NWvhySJkdYdAo9D25PRbKXJ" # need to rename the idl to satisfy anchor.js... | ||
store = "HEvSKofvBgfaexv23kMabbYqxasxU3mQ4ibBMEmJWHny" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
188 changes: 188 additions & 0 deletions
188
contracts/generated/contract_reader_interface/Initialize.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
contracts/generated/contract_reader_interface/Initialize_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.