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

Commit

Permalink
Upgrading core for missing lock file
Browse files Browse the repository at this point in the history
also bumps blessed snapshot
  • Loading branch information
madninja committed Apr 14, 2021
1 parent af65649 commit 7cc62cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
{validation_width, 3},
{honor_quick_sync, true},
{quick_sync_mode, blessed_snapshot},
{blessed_snapshot_block_height, 790561},
{blessed_snapshot_block_height, 800641},
{blessed_snapshot_block_hash,
<<222, 172, 23, 86, 123, 190, 13, 76, 172, 23, 162, 75, 200, 32, 242, 4, 8, 161,
149, 114, 76, 249, 171, 252, 97, 155, 7, 46, 122, 179, 161, 62>>},
<<126, 48, 44, 231, 135, 141, 251, 236, 167, 72, 107, 202, 246, 77, 110, 205,
53, 53, 11, 255, 215, 225, 216, 5, 103, 145, 201, 149, 219, 252, 235, 15>>},
{port, 44158},
{key, undefined},
{base_dir, "data"},
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{git, "https://github.com/zuiderkwast/jsonrpc2-erlang.git", {branch, "master"}}},
{clique, {git, "https://github.com/helium/clique.git", {branch, "develop"}}},
{blockchain,
{git, "https://github.com/helium/blockchain-core.git", {tag, "2021.04.05.0"}}}
{git, "https://github.com/helium/blockchain-core.git", {tag, "2021.04.12.0"}}}
]}.

{xref_checks, [
Expand Down
10 changes: 5 additions & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},0},
{<<"blockchain">>,
{git,"https://github.com/helium/blockchain-core.git",
{ref,"e43a51d07f56d77dc8ff7b4ec5ce9bb708cde619"}},
{ref,"5d7c1bc778c36b6b2978df784a9770a93b4cae79"}},
0},
{<<"clique">>,
{git,"https://github.com/helium/clique.git",
Expand Down Expand Up @@ -46,7 +46,7 @@
1},
{<<"helium_proto">>,
{git,"https://github.com/helium/proto.git",
{ref,"ec3b6d0f2694434d2c71e91487ae5a1cac9f10d5"}},
{ref,"456591707ec9061776819ffba45de4940acae956"}},
1},
{<<"inert">>,{pkg,<<"inert">>,<<"1.0.1">>},3},
{<<"inet_cidr">>,{pkg,<<"erl_cidr">>,<<"1.0.2">>},3},
Expand All @@ -55,15 +55,15 @@
{ref,"e30b65d32711a4b7033fd4ac9b33b3c1c8be8bed"}},
2},
{<<"intercept">>,{pkg,<<"intercept">>,<<"1.0.0">>},3},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.5.6">>},0},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.5.7">>},0},
{<<"jsonrpc2">>,
{git,"https://github.com/zuiderkwast/jsonrpc2-erlang.git",
{ref,"be47c447aba6b94f52fcc46e544664dbbc6cede0"}},
0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.1">>},0},
{<<"libp2p">>,
{git,"https://github.com/helium/erlang-libp2p.git",
{ref,"d587854c8a1f093576bbd05ab4616bcc2693e600"}},
{ref,"7261c24db1a6d035398327f57096946faf0309f0"}},
1},
{<<"libp2p_crypto">>,{pkg,<<"libp2p_crypto">>,<<"1.3.4">>},2},
{<<"merkerl">>,
Expand Down Expand Up @@ -114,7 +114,7 @@
{<<"inert">>, <<"E5C7568C5EF0C6103FEDB1CBDB29F32D701985E3588E1FAC37AEBA96671BA11B">>},
{<<"inet_cidr">>, <<"4814A5B78B969A5E069B0CECBB102622AB0C459B690053ED94543CD529915A43">>},
{<<"intercept">>, <<"1F6C725E6FC070720643BD4D97EE53B1209365C80E520E1F5A1ACB36712A7EB5">>},
{<<"jsone">>, <<"58F0D51E344ECC223394BA648B8ABC5CE285F78F6A0AE5CB81EFD7B51F38F8D1">>},
{<<"jsone">>, <<"036EC290BF3B2B3348B2EEC199A0FCDA62CE296AB6B736A403A6A440C5203618">>},
{<<"lager">>, <<"5885BC71308CD38F9D025C8ECDE4E5CCE1CE8565F80BFC6199865C845D6DBE95">>},
{<<"libp2p_crypto">>, <<"CB223150945FBE6388B7AB9E46BB47DC189AD2757DCD2B87CEDBFDD5E79B212E">>},
{<<"multiaddr">>, <<"978E58E28F6FACAF428C87AF933612B1E2F3F2775F1794EDA5E831A4EACD2984">>},
Expand Down

0 comments on commit 7cc62cb

Please sign in to comment.