Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Validator 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Aug 9, 2022
1 parent d0fd251 commit bc7bf89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
{fetch_latest_from_snap_source, true},
{honor_quick_sync, true},
{quick_sync_mode, blessed_snapshot},
{blessed_snapshot_block_height, 1353314},
{blessed_snapshot_block_height, 1469991},
{blessed_snapshot_block_hash,
<<93,22,91,124,187,181,233,151,28,123,43,11,80,212,121,199,167,221,207,157,29,241,227,3,69,14,43,205,97,206,91,65>>},
<<228,109,63,62,128,210,153,145,214,101,72,249,132,71,169,232,182,113,179,150,254,35,44,113,116,77,197,127,48,10,6,43>> },
{listen_addresses, ["/ip4/0.0.0.0/tcp/44158"]},
{key, {ecc, [{key_slot, 0}, {onboarding_key_slot, 15}, {bus, "i2c-1"}, {address, 16#60}]}}, %% don't make this the last line in the stanza because sed and keep it on one line
{base_dir, "/var/data"},
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{deps, [
{blockchain, {git, "https://github.com/helium/blockchain-core.git",
{branch, "master"}}},
{branch, "adt/validator1.13.x"}}},
{sibyl, {git, "https://github.com/helium/sibyl.git",
{branch, "master"}}},
{hbbft, {git, "https://github.com/helium/erlang-hbbft.git",
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},1},
{<<"blockchain">>,
{git,"https://github.com/helium/blockchain-core.git",
{ref,"690cb567e048d016bd40f13d8962f510c1d12060"}},
{ref,"46f514bc9abaad91507d502e1a34d8f66ada9588"}},
0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},2},
{<<"chatterbox">>,
Expand Down
2 changes: 1 addition & 1 deletion src/miner.erl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ remove_consensus() ->
version() ->
%% format:
%% MMMmmmPPPP
0010130003.
0010130005.

%% ------------------------------------------------------------------
%% gen_server
Expand Down

0 comments on commit bc7bf89

Please sign in to comment.