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

Bump blockchain/sibyl for validator 1.15.8 #1845

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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,"5b208c27698ea9bad1152d669157bfdd1e805778"}},
{ref,"f405e65a89201930b3e0521b82aa5f67a311dab9"}},
0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},2},
{<<"chatterbox">>,
Expand Down Expand Up @@ -101,7 +101,7 @@
0},
{<<"grpcbox">>,
{git,"https://github.com/novalabsxyz/grpcbox.git",
{ref,"346d57b693d169d56224ac4dd52296f5285a5bd2"}},
{ref,"1cf5d0dd0b4073906039ad00ba5c562e7f29595b"}},
1},
{<<"h3">>,
{git,"https://github.com/helium/erlang-h3.git",
Expand Down Expand Up @@ -180,7 +180,7 @@
1},
{<<"sibyl">>,
{git,"https://github.com/helium/sibyl.git",
{ref,"92874c7dc85331ead5737a616b88338a64012d12"}},
{ref,"693c6947c59b0c9c3931077ebd97210e294190c1"}},
0},
{<<"sidejob">>,{pkg,<<"sidejob">>,<<"2.1.0">>},2},
{<<"small_ints">>,{pkg,<<"small_ints">>,<<"0.1.0">>},4},
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
0010150007.
0010150008.

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