Skip to content

Commit

Permalink
Merge pull request #279 from anoma/grarco/improve-tx-accepted
Browse files Browse the repository at this point in the history
Improve tx accepted check
  • Loading branch information
grarco authored Feb 18, 2025
2 parents 5533c71 + f8c87f8 commit ff7b9b1
Show file tree
Hide file tree
Showing 7 changed files with 273 additions and 196 deletions.
2 changes: 2 additions & 0 deletions orm/migrations/2025-02-17-172404_drop-gas-estimates/down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
SELECT 1;
2 changes: 2 additions & 0 deletions orm/migrations/2025-02-17-172404_drop-gas-estimates/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Delete all entries from the gas estimation table without dropping the table itself
DELETE FROM gas_estimations;
Loading

0 comments on commit ff7b9b1

Please sign in to comment.