diff --git a/config/sys.config b/config/sys.config index e59871d84..41e7e55d4 100644 --- a/config/sys.config +++ b/config/sys.config @@ -47,9 +47,9 @@ {fetch_latest_from_snap_source, true}, {honor_quick_sync, true}, {quick_sync_mode, blessed_snapshot}, - {blessed_snapshot_block_height, 1353314}, + {blessed_snapshot_block_height, 1469991}, {blessed_snapshot_block_hash, - <<93,22,91,124,187,181,233,151,28,123,43,11,80,212,121,199,167,221,207,157,29,241,227,3,69,14,43,205,97,206,91,65>>}, + <<228,109,63,62,128,210,153,145,214,101,72,249,132,71,169,232,182,113,179,150,254,35,44,113,116,77,197,127,48,10,6,43>> }, {listen_addresses, ["/ip4/0.0.0.0/tcp/44158"]}, {key, {ecc, [{key_slot, 0}, {onboarding_key_slot, 15}, {bus, "i2c-1"}, {address, 16#60}]}}, %% don't make this the last line in the stanza because sed and keep it on one line {base_dir, "/var/data"}, diff --git a/rebar.config b/rebar.config index 2f5f970cc..720f8181d 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {deps, [ {blockchain, {git, "https://github.com/helium/blockchain-core.git", - {branch, "master"}}}, + {branch, "adt/validator1.13.x"}}}, {sibyl, {git, "https://github.com/helium/sibyl.git", {branch, "master"}}}, {hbbft, {git, "https://github.com/helium/erlang-hbbft.git", diff --git a/rebar.lock b/rebar.lock index bb71d6bdb..9e23f906e 100644 --- a/rebar.lock +++ b/rebar.lock @@ -8,7 +8,7 @@ {<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},1}, {<<"blockchain">>, {git,"https://github.com/helium/blockchain-core.git", - {ref,"690cb567e048d016bd40f13d8962f510c1d12060"}}, + {ref,"46f514bc9abaad91507d502e1a34d8f66ada9588"}}, 0}, {<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},2}, {<<"chatterbox">>, diff --git a/src/miner.erl b/src/miner.erl index 460beda16..ea111ff2b 100644 --- a/src/miner.erl +++ b/src/miner.erl @@ -322,7 +322,7 @@ remove_consensus() -> version() -> %% format: %% MMMmmmPPPP - 0010130003. + 0010130005. %% ------------------------------------------------------------------ %% gen_server