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

Commit aaaa8c2

Browse files
authored
Merge pull request #69 from helium/madninja/bump_core
bump core to 2021.10.21.0
2 parents dd470ef + 250a9af commit aaaa8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10.19.0"}}}
35+
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "2021.10.21.0"}}}
3636
]}.
3737

3838
{xref_checks, [

rebar.lock

Lines changed: 1 addition & 1 deletion
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,"c1945b5e8989824c3a72e73f4e3070e2c4f468be"}},
8+
{ref,"811faf69c151935b3e6abba8485410cf1149ab87"}},
99
0},
1010
{<<"chatterbox">>,
1111
{git,"https://github.com/andymck/chatterbox",

0 commit comments

Comments
 (0)