Skip to content

Conversation

@shawntobin
Copy link
Contributor

@shawntobin shawntobin commented Jun 20, 2025

  • Closes Address shows no Urbit IDs after L1 planet spawn to own address #1141
  • The call to the roller was throwing an error for a newly spawned L1 point since it didn't yet know it existed. The try / catch block wasn't set up in a way to properly handle the error, so it wasn't checking the chain when the point couldn't be found in roller state.
  • This fix checks the chain when the roller doesn't return the point, and if it exists then it returns the point using on-chain data.

The roller call was throwing an error for newly spawned L1 planets since it couldn't find them in state yet.
@shawntobin shawntobin requested a review from pkova June 20, 2025 19:42
@thelifeandtimes
Copy link
Member

Thanks for looking into this. Looks like the right solution to me but will defer to @pkova to review/merge/deploy.

@shawntobin shawntobin requested a review from polwex June 24, 2025 11:14
thelifeandtimes added a commit that referenced this pull request Dec 12, 2025
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.

Address shows no Urbit IDs after L1 planet spawn to own address

3 participants