Opened at 2007-06-07T19:07:36Z
Closed at 2007-06-07T22:35:40Z
#63 closed defect (fixed)
persist the node's swissnumber between invocations
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | major | Milestone: | 0.3.0 |
Component: | code | Version: | 0.2.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Restarting a node shouldn't change its FURL. To accomplish this, we need to write the (randomly generated) swissnumber portion of the FURL to a file, and use it the next time we start up. Eventually I want Foolscap to provide a convenient mechanism for this natively, but I haven't been able to settle upon a good API.
This is intended to mitigate some of the log noise from #26.
Change History (2)
comment:1 Changed at 2007-06-07T20:38:35Z by warner
- Status changed from new to assigned
comment:2 Changed at 2007-06-07T22:35:40Z by warner
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
done, in 59f4a5abe88c9683. This uses a file named "myself.furl" in the client's base directory.