Document Heima EVM interaction support#30
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 #27
Summary
Verification
curl -sS -H 'content-type: application/json' https://explorer-api.heima.network/api/scan/metadata -d '{}' | jq -r '.data | "enable_evm=\(.enable_evm) total_evm_contract=\(.total_evm_contract) total_transaction=\(.total_transaction) network=\(.networkNode)"'enable_evm=true total_evm_contract=22 total_transaction=2106 network=heimacurl -sS -H 'content-type: application/json' https://explorer-api.heima.network/api/plugin/evm/contracts -d '{"row":1}' | jq -r '.data.list[0] | "top_contract=\(.address) transaction_count=\(.transaction_count) verify_status=\(.verify_status)"'top_contract=0xeb9c31afbe1bc3cfbb218f554148b456095def9b transaction_count=46 verify_status=E2E_BASE_URL=http://127.0.0.1:3017 ./node_modules/.bin/playwright test tmp/evidence/heima-evm-interactions.spec.js --reporter=line1 passed (10.7s)./node_modules/.bin/playwright test tmp/evidence/pr-evidence-renders.spec.js --reporter=line1 passed (6.5s); confirmed the PR body image rendered with nonzero natural width.Delivery Evidence Summary
Change:
docs/heima_evm_interaction_records.mdwith the current Heima EVM interaction-record conclusion, live evidence, missing-layer diagnosis, and layered remediation path.Objective Evidence:
0xeb9c31afbe1bc3cfbb218f554148b456095def9bwithtransaction_count: 46.0x2e2f768ca1ffc8a5d53fc6dcd7e4af36af02c29d762ecc0f1ecbf2825d70bb6dto that contract.Visual Evidence:
Reviewer:
Risks / Not Covered:
https://test-explorer.heima.network/returns Vercel Authentication, so browser evidence used local Next UI configured with the same livehttps://explorer-api.heima.networkAPI.