[ when slot zone name meta data ]
when
: time entry was locked in the dmap (last event block time)slot
: the slot in dmap data is stored atzone
: dmap namezonename
: the key that was setmeta
: the metadata, bit 0 is lock flagdata
: the data
Only add values that are locked in the dmap.
~/.locktopus/
config.jams
locktopus.sqlite
config.jams
{
eth_rpc <url>
finality <seconds> // time from lock time to last confirmed block time
}
The locktopus is a cache for dmap walk
and other dmap resolvers.
In this repo make a command with just dmap walk <dpath>
, and have
it resolve via locktopus if entry is cached, otherwise look it up
and cache it if locked.
dmap walk <dpath>
Returns:
meta: ...
data: ...