chore: create and join agent wallets through sdk-go#124
Conversation
Time Submission Status
Submit or update total time with: Add time on top of previous submission with: See available commands to help comply with our Guidelines. |
|
Warning Review limit reached
More reviews will be available in 17 minutes and 7 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
99446ab to
67c5905
Compare
|
@holdex pr submit-time 3h |
67c5905 to
b78616b
Compare
resolves: https://github.com/truflation/website/issues/4165
What
Routes agent-wallet rule creation and joining through the Go SDK instead of reimplementing the submission in the Python binding, so there is a single source of truth — matching how
execute_agent_actionalready delegates to sdk-go'sExecuteAgentAction.MAACreateRule/MAAJoinbindings now call sdk-go'sCreateAgentRule/JoinAgentAddressand return the tx hash plus the rule_id / maa_address that sdk-go derives.client.pyuses those returned values instead of re-deriving locally; the standalone derivation helpers inutils.pyare unchanged and still exported.NUMERIC(78,0)), so no fee conversion is duplicated in the Python layer.Notes