feat: EVM exec harness — GMGN ETH/BSC/Base revenue - #1822
Merged
Conversation
- harnesses/evm-exec: Go collector + materializer tracking GMGN fee collector 0xb8159ba378904f803639d274cec79f788931c9c8 across Ethereum, BSC, Base - ETH native via Etherscan v2 txlist+txlistinternal; BSC BNB via NodeReal nr_getAssetTransfers (paginated); ERC-20 USDC via eth_getLogs adaptive range - All amounts use *big.Int end-to-end; event_key disambiguates intra-tx transfers - Migration 004_evm_exec.sql: evm_exec_events, cursors, block_times, facts - solana-exec-api: new /api/evm-revenue route with CoinGecko price cache (15min) - UI: RevenueSummary card (platform x chain 24h USD), ExecChainTabs (Solana/Ethereum/BSC/Base selector), updated /apps/exec page
…dd -32614 range error
Flotapponnier
force-pushed
the
feat/evm-exec
branch
from
August 11, 2026 13:41
9644d33 to
4160855
Compare
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.
Summary
harnesses/evm-exec/(Go): collector + materializer tracking GMGN fee collector0xb8159ba378904f803639d274cec79f788931c9c8on Ethereum, BSC, Basenr_getAssetTransferswith pageKey paginationeth_getLogswith adaptive block-range (halves on -32005/-32602)*big.Intend-to-end — no int64 overflow possibleevent_keycolumn disambiguates intra-tx multi-transfers (multicall, internal splits)004_evm_exec.sql: 4 tables, index on (platform, chain, block_time DESC)/api/evm-revenueroute added to solana-exec-api with CoinGecko price cache (15 min TTL)RevenueSummarycard (platform × chain 24h USD),ExecChainTabs(Solana/ETH/BSC/Base), updated/apps/execDeploy checklist (VPS)
psql $DATABASE_URL < migrations/004_evm_exec.sql/run/ocb/.env.evm-execwith new keysdocker compose ... up -d --build evm-exec-collector evm-exec-materializer solana-exec-apiOut of scope (separate tickets)