-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add columns to user_transactions
table
#656
base: main
Are you sure you want to change the base?
Conversation
aecc42b
to
097c733
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #656 +/- ##
=====================================
Coverage 48.0% 48.1%
=====================================
Files 232 232
Lines 27159 27207 +48
=====================================
+ Hits 13055 13103 +48
Misses 14104 14104 ☔ View full report in Codecov by Sentry. |
097c733
to
f6af779
Compare
…transactions table
f6af779
to
d7ed05e
Compare
...db_output_files/user_transaction_processor/test_single_sender_webauth/user_transactions.json
Outdated
Show resolved
Hide resolved
...rc/db/postgres/migrations/2025-01-07-000504_add_function_columns_to_user_transactions/up.sql
Outdated
Show resolved
Hide resolved
nit on column naming - can we prefix the new columns with |
done |
a270066
to
392ddff
Compare
392ddff
to
ecf5050
Compare
Following https://aptos-org.slack.com/archives/C03MN5F7WUV/p1734539332759199 , adding
contract_address
,module_name
, andfunction_name
columns to theuser_transactions
table to index each of the entry function string data separately.