Skip to content

Rename remaining actor-id to actor-name#447

Open
Luiz Oliveira (laoj2) wants to merge 1 commit into
agent-substrate:mainfrom
laoj2:rename-actorid
Open

Rename remaining actor-id to actor-name#447
Luiz Oliveira (laoj2) wants to merge 1 commit into
agent-substrate:mainfrom
laoj2:rename-actorid

Conversation

@laoj2

Copy link
Copy Markdown
Contributor

Renamed all occurrences of the deprecated actor-id to actor-name that somehow slipped through the cracks

Renamed all occurrences of the deprecated actor-id to actor-name that
somehow slipped through the cracks
Comment thread cmd/atelet/main.go
}
if err := writeFileAtomic(filepath.Join(identityDir, ActorIDFileName), []byte(actorName), 0o644); err != nil {
return fmt.Errorf("while writing actor nameentity file: %w", err)
if err := writeFileAtomic(filepath.Join(identityDir, ActorNameFileName), []byte(actorName), 0o644); err != nil {

@zoez7 Zoe Zhao (zoez7) Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Luiz Oliveira (@laoj2) , #438 is updating this to use the Actor ID, because we want to avoid actors with the same names accidentally sharing this directory.

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.

2 participants