SiaFoundation / SiaFoundation/renterd

Extend `modTime`

Open
#1,663 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
97
Forks
31
Avg merge
5h 50m
Merged PRs (30d)
9

Description

Description

Currently, only the modTime timestamp is available for any particular object. In order to be compatible with a conventional FS, a couple of additional timestamps would be required, e.g.:
createTime: the time when the object was created,
lastAccessTime: the latest time when the object was accessed (read from or written to).

Version

No response

What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?

No response

Anything else?

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating where modTime is defined and exposed for objects, then trace the object metadata and filesystem-compatibility paths. Done means createTime and lastAccessTime are consistently available wherever modTime is currently supported, with tests covering their behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.