-
Notifications
You must be signed in to change notification settings - Fork 145
feat: migrate standards to miden-project #3107
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
Changes from all commits
1fb8495
f40bf9e
46f2dda
9b75a61
3274456
0132c46
1cdde84
a13bb98
e60ccaf
f4665a7
a2a819a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-access-authority" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::access::authority" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not for this PR, but I'd love to get rid of the |
||
| path = "authority.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-access-ownable2step" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::access::ownable2step" | ||
| path = "ownable2step.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-access-pausable-manager" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::access::pausable::manager" | ||
| path = "manager.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-access-pausable" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::access::pausable" | ||
| path = "mod.masm" | ||
|
Comment on lines
+1
to
+8
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would apply the naming rule of MASM modules itself here, i.e. omit the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, the naming/placement here feels weird. Maybe we should just move the files from |
||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-access-rbac" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::access::rbac" | ||
| path = "rbac.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-guarded-multisig" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::guarded_multisig" | ||
| path = "guarded_multisig.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-multisig" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::multisig" | ||
| path = "multisig.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-multisig-smart" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::multisig_smart" | ||
| path = "multisig_smart.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-network-account" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::network_account" | ||
| path = "network_account.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-no-auth" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::no_auth" | ||
| path = "no_auth.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-singlesig" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::singlesig" | ||
| path = "singlesig.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-auth-singlesig-acl" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::auth::singlesig_acl" | ||
| path = "singlesig_acl.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-fungible-faucet" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::fungible_faucet" | ||
| path = "fungible_faucet.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-non-fungible-faucet" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::non_fungible_faucet" | ||
| path = "non_fungible_faucet.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-burn-allow-all" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::burn::allow_all" | ||
| path = "allow_all.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-burn-min-burn-amount" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::burn::min_burn_amount" | ||
| path = "min_burn_amount.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-burn-owner-controlled-owner-only" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::burn::owner_controlled::owner_only" | ||
| path = "owner_only.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-mint-allow-all" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::mint::allow_all" | ||
| path = "allow_all.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-mint-owner-controlled-owner-only" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::mint::owner_controlled::owner_only" | ||
| path = "owner_only.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-policy-manager" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::policy_manager" | ||
| path = "policy_manager.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-transfer-allow-all" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::transfer::allow_all" | ||
| path = "allow_all.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [package] | ||
| name = "miden-standards-faucets-policies-transfer-allowlist-owner-controlled" | ||
| version.workspace = true | ||
|
|
||
| [lib] | ||
| kind = "account-component" | ||
| namespace = "miden::standards::components::faucets::policies::transfer::allowlist::owner_controlled" | ||
| path = "owner_controlled.masm" | ||
|
|
||
| [dependencies] | ||
| miden-core.workspace = true | ||
| miden-protocol.workspace = true | ||
| miden-standards.workspace = true |
Uh oh!
There was an error while loading. Please reload this page.