Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

permissioned hub registries #28

Merged
merged 34 commits into from
May 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ce43d82
Rename cw-cyb to hub contracts
cyborgshead Nov 30, 2022
f93f3a3
Refactoring of versions and networks contracts
cyborgshead Nov 30, 2022
f041548
Refactoring of tokens and channels contracts
cyborgshead Nov 30, 2022
d103bbb
Added change owner
cyborgshead Nov 30, 2022
5c9a386
Deleted endpoints
cyborgshead Nov 30, 2022
a4e4ade
Deleted heroes
cyborgshead Nov 30, 2022
8c3bc1e
Refactored skills
cyborgshead Nov 30, 2022
101af37
Refactored change owner
cyborgshead Nov 30, 2022
67fee83
Added simple migrations
cyborgshead Nov 30, 2022
0fbb820
Refactoring
cyborgshead Nov 30, 2022
f5f6dab
Refactored queries
cyborgshead Nov 30, 2022
3a63379
Added entry owner to skills contract
cyborgshead Nov 30, 2022
40a746c
Refactoring
cyborgshead Nov 30, 2022
c43b277
Refactoring
cyborgshead Nov 30, 2022
a9dbabc
Refactoring
cyborgshead Nov 30, 2022
5ce12d6
Refactoring
cyborgshead Nov 30, 2022
5b63216
Added queries to skills
cyborgshead Dec 1, 2022
bb50cba
Updated schemas
cyborgshead Dec 1, 2022
88a915e
Refactoring
cyborgshead Dec 1, 2022
a2dbeef
Update contract.rs
mastercyb Dec 14, 2022
0cfbe33
Update query.rs
mastercyb Dec 14, 2022
8c34df4
Update state.rs
mastercyb Dec 14, 2022
834cedd
Update msg.rs
mastercyb Dec 14, 2022
4c56b82
Update tests.rs
mastercyb Dec 14, 2022
13466f4
Update tests.rs
mastercyb Dec 14, 2022
23973b8
fix hub-tokens
mastercyb Dec 27, 2022
327e6df
add active field to channels
mastercyb Jan 6, 2023
4096fa4
add protocols schema
mastercyb Jan 6, 2023
16e4ba9
fix active field
mastercyb Jan 6, 2023
e0ea67a
remove schema gitignore
mastercyb Jan 6, 2023
529c32d
hub schemas
mastercyb Jan 6, 2023
ed614a0
add libs registry
mastercyb Jan 7, 2023
e170aa4
- add contracts schemas
Snedashkovsky May 13, 2023
39911a2
add schemas for hub contracts
mastercyb May 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ target/

artifacts
packages/*/schema
contracts/*/schema
205 changes: 176 additions & 29 deletions Cargo.lock

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

Loading