Skip to content

Commit

Permalink
add idl build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargavamacha committed Mar 22, 2024
1 parent 4736294 commit 73d6fdf
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import {describe, expect} from 'vitest';

describe('test policy setup', () => {
expect(true).toBeTruthy();
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import {describe, expect} from 'vitest';

describe('test policy setup', () => {
expect(true).toBeTruthy();
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import {describe, expect} from 'vitest';

describe('test policy setup', () => {
expect(true).toBeTruthy();
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

import {describe, expect} from 'vitest';

describe('test policy setup', () => {
expect(true).toBeTruthy();
});
6 changes: 6 additions & 0 deletions clients/rwa-token-sdk/tests/tracker.test.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
// Test file is going to test the tracker account and if its storing the right amount of data according to the policies attached

import {describe, expect} from 'vitest';

describe('test policy setup', () => {
expect(true).toBeTruthy();
});
1 change: 1 addition & 0 deletions programs/Cargo.lock

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

1 change: 1 addition & 0 deletions programs/asset_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://[email protected]/bridgesplit/anchor", features = ["interface-instructions", "init-if-needed"] }
Expand Down
1 change: 1 addition & 0 deletions programs/data_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://[email protected]/bridgesplit/anchor" }
Expand Down
1 change: 1 addition & 0 deletions programs/identity_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://[email protected]/bridgesplit/anchor" }
Expand Down
1 change: 1 addition & 0 deletions programs/policy_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]

[dependencies]
anchor-lang = { git = "https://[email protected]/bridgesplit/anchor" }
Expand Down

0 comments on commit 73d6fdf

Please sign in to comment.