Skip to content

Fix day duration parsing#24

Open
asddda121 wants to merge 1 commit into
tine1117:mainfrom
asddda121:fix-parse-duration-days
Open

Fix day duration parsing#24
asddda121 wants to merge 1 commit into
tine1117:mainfrom
asddda121:fix-parse-duration-days

Conversation

@asddda121
Copy link
Copy Markdown

@asddda121 asddda121 commented Jun 4, 2026

Summary

  • Add the missing d unit to the duration unit table.
  • Add coverage for 1d and 2d4h parsing.

Verification

  • py -m unittest -v passes: 9 tests.

Payment

  • USDC on Base: 0x408Bd09b77dc354591D6d6c3254B48a517328634

Closes #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parse_duration drops the days (d) unit

1 participant