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

Commit 5bdd266

Browse files
authored
Merge pull request #76 from helium/madninja/bump_core
bump core to fix crash
2 parents 85d7f14 + f610fd2 commit 5bdd266

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{elli, "3.2.0"},
3333
{jsonrpc2, {git, "https://github.com/zuiderkwast/jsonrpc2-erlang.git", {branch, "master"}}},
3434
{clique, {git, "https://github.com/helium/clique.git", {branch, "develop"}}},
35-
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "2021.11.04.2"}}}
35+
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "2021.11.07.0"}}}
3636
]}.
3737

3838
{xref_checks, [

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},0},
66
{<<"blockchain">>,
77
{git,"https://github.com/helium/blockchain-core.git",
8-
{ref,"811faf69c151935b3e6abba8485410cf1149ab87"}},
8+
{ref,"9f310cfd80bb3e34489a5271c818ec3bf29a7437"}},
99
0},
1010
{<<"chatterbox">>,
1111
{git,"https://github.com/andymck/chatterbox",
@@ -74,7 +74,7 @@
7474
1},
7575
{<<"helium_proto">>,
7676
{git,"https://github.com/helium/proto.git",
77-
{ref,"b25c996b1f58719c1dcf699ceacc25de0efba242"}},
77+
{ref,"45a0edda39eefc9b36e98c3a1019819e05321efc"}},
7878
1},
7979
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3},
8080
{<<"inert">>,{pkg,<<"inert">>,<<"1.0.3">>},3},

0 commit comments

Comments
 (0)