-
Notifications
You must be signed in to change notification settings - Fork 46
feat: check AML risks #1134
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
Open
Dodecahedr0x
wants to merge
19
commits into
master
Choose a base branch
from
dode/aml
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: check AML risks #1134
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
bfb045a
feat: check AML risks
Dodecahedr0x 9529447
docs: fix comment env var
Dodecahedr0x 68b6434
feat: tokio mutex
Dodecahedr0x 2531878
fix: primary key
Dodecahedr0x e08301b
fix: risk score type
Dodecahedr0x 67467d4
feat: clarify names
Dodecahedr0x ab816ee
feat: parallel fetches
Dodecahedr0x 7a70ecd
feat: simplify filter map
Dodecahedr0x cb957b9
style: fmt
Dodecahedr0x 14f8e61
Merge branch 'master' into dode/aml
Dodecahedr0x c07f7d5
fix: primary key syntax
Dodecahedr0x 5cafd4e
feat: correctly order reads
Dodecahedr0x 874f278
test: risk service
Dodecahedr0x 0cf71e7
feat: spawn tasks
Dodecahedr0x 562ce25
feat: unused variant
Dodecahedr0x 099947e
fix: sort signers
Dodecahedr0x 8e8d11e
feat: check config threshold
Dodecahedr0x e305337
feat: poison error
Dodecahedr0x 41ca71d
feat: handle inflight
Dodecahedr0x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| [package] | ||
| name = "magicblock-aml" | ||
| version.workspace = true | ||
| authors.workspace = true | ||
| repository.workspace = true | ||
| homepage.workspace = true | ||
| license.workspace = true | ||
| edition.workspace = true | ||
|
|
||
| [lib] | ||
| name = "magicblock_aml" | ||
| path = "src/lib.rs" | ||
|
|
||
| [dependencies] | ||
| futures-util = { workspace = true } | ||
| magicblock-config = { workspace = true } | ||
| reqwest = { workspace = true, features = ["json"] } | ||
| rusqlite = { workspace = true } | ||
| serde = { workspace = true, features = ["derive"] } | ||
| serde_json = { workspace = true } | ||
| solana-pubkey = { workspace = true } | ||
| thiserror = { workspace = true } | ||
| tokio = { workspace = true, features = ["sync", "time"] } | ||
| tracing = { workspace = true } | ||
|
|
||
| [dev-dependencies] | ||
| tempfile = { workspace = true } | ||
| tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Tightening this to say that screening only applies to signer accounts from post-delegation actions