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

Commit 708640b

Browse files
authored
Merge pull request #36 from helium/madninja/bump_core
Bump core for required light gateway change
2 parents 49ff073 + 6129b30 commit 708640b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/sys.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
{honor_quick_sync, true},
3030
{quick_sync_mode, blessed_snapshot},
31-
{blessed_snapshot_block_height, 910531},
31+
{blessed_snapshot_block_height, 920076},
3232
{blessed_snapshot_block_hash,
33-
<<95, 253, 152, 33, 253, 132, 175, 201, 16, 213, 118, 213, 1, 87, 113, 203, 209, 242,
34-
143, 230, 104, 213, 232, 83, 61, 173, 201, 176, 206, 176, 178, 42>>},
33+
<<106, 248, 181, 242, 24, 103, 177, 95, 76, 128, 249, 147, 22, 226, 221, 67, 112, 197,
34+
218, 185, 248, 196, 40, 127, 90, 41, 242, 163, 119, 64, 17, 35>>},
3535
{port, 44158},
3636
{key, undefined},
3737
{base_dir, "data"},

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

3838
{xref_checks, [

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},0},
55
{<<"blockchain">>,
66
{git,"https://github.com/helium/blockchain-core.git",
7-
{ref,"8cb7c6802d20c9eb5c0a8e509c5e2f6d85246f46"}},
7+
{ref,"75515bd4afa11edc46ea64d421646c46f694cc60"}},
88
0},
99
{<<"clique">>,
1010
{git,"https://github.com/helium/clique.git",
@@ -63,7 +63,7 @@
6363
{<<"lager">>,{pkg,<<"lager">>,<<"3.9.2">>},0},
6464
{<<"libp2p">>,
6565
{git,"https://github.com/helium/erlang-libp2p.git",
66-
{ref,"f21c706410b8f1c34af59a05c510dc2a8a780290"}},
66+
{ref,"f600df28b1b977b28b4e759f974d69164f61ccc4"}},
6767
1},
6868
{<<"libp2p_crypto">>,{pkg,<<"libp2p_crypto">>,<<"1.4.0">>},2},
6969
{<<"merkerl">>,

0 commit comments

Comments
 (0)