Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: address reputation #127

Merged
merged 5 commits into from
Jan 24, 2025
Merged

Conversation

stat
Copy link
Contributor

@stat stat commented Jan 17, 2025

What changed? Why?

  • adding address_reputation action

Python

Prompt: what is my address reputation?

-------------------
Wallet: fee44ff6-5c9f-4c5d-9533-ccfecc2a74b6 on network: base-mainnet with default address: 0x3585680390380941716f012422F7ff6e74A03006
-------------------

-------------------
Address Reputation: (score=14, metadata=(total_transactions=4, unique_days_active=3, longest_active_streak=2, current_active_streak=0, activity_period_days=78, token_swaps_performed=3, bridge_transactions_performed=0, lend_borrow_stake_transactions=0, ens_contract_interactions=0, smart_contract_deployments=0))
-------------------
Your address reputation is as follows:

- **Score:** 14
- **Total Transactions:** 4
- **Unique Days Active:** 3
- **Longest Active Streak:** 2 days
- **Current Active Streak:** 0 days
- **Activity Period:** 78 days
- **Token Swaps Performed:** 3
- **Bridge Transactions Performed:** 0
- **Lend/Borrow/Stake Transactions:** 0
- **ENS Contract Interactions:** 0
- **Smart Contract Deployments:** 0

If you have any other questions or need further assistance, feel free to ask!
-------------------

Typescript

Prompt: what is my address reputation?

-------------------
Wallet: c297241c-c9bf-481e-a031-f85f90a7fd8a on network: base-mainnet with default address: 0x3585680390380941716f012422F7ff6e74A03006
-------------------

-------------------
AddressReputation(score: 14, metadata: {activity_period_days: 78, bridge_transactions_performed: 0, current_active_streak: 0, ens_contract_interactions: 0, lend_borrow_stake_transactions: 0, longest_active_streak: 2, smart_contract_deployments: 0, token_swaps_performed: 3, total_transactions: 4, unique_days_active: 3})
-------------------
Your address reputation score is **14**. Here are some additional details:

- **Total Transactions:** 4
- **Token Swaps Performed:** 3
- **Activity Period:** 78 days
- **Unique Days Active:** 3
- **Current Active Streak:** 0 days
- **Longest Active Streak:** 2 days
- **Bridge Transactions Performed:** 0
- **ENS Contract Interactions:** 0
- **Lend/Borrow Stake Transactions:** 0
- **Smart Contract Deployments:** 0

If you need further insights or assistance, feel free to ask!
-------------------

Qualified Impact

@cb-heimdall
Copy link

cb-heimdall commented Jan 17, 2025

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@stat stat requested review from jazz-cb and removed request for jazz-cb and John-peterson-coinbase January 17, 2025 07:13
@stat stat marked this pull request as ready for review January 17, 2025 19:30
@stat stat force-pushed the christopher.gerber/feat/address-reputation branch from b045f27 to 4f0d8f1 Compare January 23, 2025 22:01
@stat stat requested a review from 0xRAG January 23, 2025 22:15
@stat stat merged commit 920d40f into master Jan 24, 2025
21 checks passed
@stat stat deleted the christopher.gerber/feat/address-reputation branch January 24, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants