• pk910's avatar
    fix: rename light-beaconchain-explorer to dora-the-explorer & change db location (#243) · d3a4b495
    pk910 authored
    The lightweight beaconchain explorer was renamed to `dora` (Dora the
    Explorer).
    This PR renames all explorer related variables & references accordingly.
    
    I've also changed the explorer db path to a local file instead of the
    `:memory:` placeholder.
    The in-memory database caused issues as the content is being wiped when
    all db connections are being closed.
    I've just used `/dora-database.sqlite` as path. Maybe some of you can
    give feedback if that's the right location for it :)
    
    Replacement for #219, as the renaming has been reworked in a new branch
    d3a4b495
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
docs Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.json Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...