Skip to content

get_pending_admin and has_pending_admin_transfer public function - #22

Merged
Inkman007 merged 4 commits into
Ledger-Lenz:mainfrom
hakymulla:pending_admin_public_function
Jun 17, 2026
Merged

get_pending_admin and has_pending_admin_transfer public function#22
Inkman007 merged 4 commits into
Ledger-Lenz:mainfrom
hakymulla:pending_admin_public_function

Conversation

@hakymulla

Copy link
Copy Markdown
Contributor

Summary

Add get_pending_admin() public read function for operator tooling and monitoring

Linked issue(s)

closes #7

Type of change

  • Bug fix
  • New feature
  • Refactor / code quality
  • Documentation
  • CI / tooling
  • Cross-repo change (affects shared contracts — see below)

What was tested

# e.g.
pytest tests/test_benford.py -v
cargo test

Cross-repo impact

  • RiskScore struct (contract / core / data / api)
  • Asset pair identifier format
  • submit_score / get_score contract ABI
  • Risk thresholds (RISK_SCORE_FLAG_THRESHOLD, MAD_NONCONFORMITY_THRESHOLD)
  • Environment variable / config keys

Linked cross-repo PRs:

Checklist

  • Tests pass locally (pytest / cargo test)
  • Python: black . and ruff check . pass (Python repos)
  • Rust: cargo fmt --check and cargo clippy -- -D warnings pass (contract repo)
  • New code has tests
  • Documentation updated where needed
  • No secrets, .env files, or API keys committed
  • PR title is concise and descriptive

@hakymulla
hakymulla marked this pull request as ready for review June 17, 2026 07:46
@hakymulla
hakymulla marked this pull request as draft June 17, 2026 07:47
@hakymulla
hakymulla marked this pull request as ready for review June 17, 2026 07:53
@Inkman007

Copy link
Copy Markdown
Contributor

please one check is failing,its a syntax error

@Inkman007
Inkman007 merged commit b79aa9a into Ledger-Lenz:main Jun 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add get_pending_admin() public read function for operator tooling and monitoring

2 participants