Add AgentKeys EVM contract search support#8
Open
YoshiyukiSakura wants to merge 26 commits into
Open
Conversation
Contributor
AgentKeys AuditEnvelope v1 decoder
Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
* Show vested balance on account page * Derive vested balance from vesting schedules --------- Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
* Filter contracts from EVM account list * Add EVM accounts route regression test --------- Co-authored-by: CrossAgent <crossagent@users.noreply.github.com>
507b48d to
35170e3
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Developer update after visual evidence review:
Verification:
Remaining for completion-check: stale visual-review/evidence feedback must be rerun or repaired against the updated PR scope, and the stale evidence comment that claimed frontend screenshots from outside this backend PR should be replaced or withdrawn by the evidence owner. |
Contributor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Refs #4
Developer scope update after substantive review feedback:
ui-react:/contract/<addr>AgentKeys overview,/contract/<addr>/events,/contract/<addr>/call,/agentkeys/actor/<actor_omni>, AgentKeys-aware search suggestions/routing, and AgentKeys tx input decoding on/tx/<hash>./tx/<hash>UI.Verification:
go test ./plugins/evm/agentkeys ./plugins/evm/http -run 'TestAgentKeys|TestDecorateAgentKeys' -count=1npx tsc --noEmitNODE_PATH="$PWD/node_modules" node node_modules/@playwright/test/cli.js test --config /tmp/pr8-playwright.config.ts --reporter=line --timeout=60000Visual evidence:
Known remaining risk:
npm run buildstill compiles/typechecks, then fails during static prerender on existing app-wide Next pages issues (NextRouter was not mounted,/layouttreated as a page, and the existingnext/headscript warning). The focused TypeScript check and browser e2e for the changed AgentKeys UI pass.