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

Commit

Permalink
bump core to 1.14.0 (#380)
Browse files Browse the repository at this point in the history
Also increases assumed_valid_block/hash
  • Loading branch information
madninja authored Sep 14, 2022
1 parent 21f828f commit 430d5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
{honor_quick_sync, true},
{quick_sync_mode, assumed_valid},

{assumed_valid_block_height, 1441437},
{assumed_valid_block_height, 1526437},
{assumed_valid_block_hash,
<<45, 232, 135, 233, 54, 248, 252, 151, 134, 151, 173, 112, 106, 51, 101, 179, 110, 247,
168, 236, 194, 124, 218, 223, 84, 233, 112, 227, 68, 123, 3, 30>>},
<<236, 207, 139, 62, 198, 168, 139, 250, 206, 164, 48, 68, 1, 128, 221, 17, 39, 85, 179,
218, 190, 178, 173, 3, 150, 116, 115, 233, 34, 253, 239, 193>>},
{commit_hook_callbacks, [
{entries, undefined, fun be_db_account:incremental_commit_hook/1,
fun be_db_account:end_commit_hook/2},
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{telemetry, "0.4.1"},
{psql_migration, {git, "https://github.com/helium/psql-migration.git", {branch, "master"}}},
{clique, {git, "https://github.com/helium/clique.git", {branch, "develop"}}},
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "validator1.13.7"}}},
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "validator1.14.0"}}},
{envloader, {git, "https://github.com/nuex/envloader.git", {branch, "master"}}}
]}.

Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{<<"base64url">>,{pkg,<<"base64url">>,<<"1.0.1">>},0},
{<<"blockchain">>,
{git,"https://github.com/helium/blockchain-core.git",
{ref,"14eecaec37a33d8cff70025259177f2f58993879"}},
{ref,"b6aca665dfa1cf5bdf81bf4c410275a463b0cc0c"}},
0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},1},
{<<"chatterbox">>,
Expand Down Expand Up @@ -74,7 +74,7 @@
{<<"hackney">>,{pkg,<<"hackney">>,<<"1.17.0">>},0},
{<<"helium_proto">>,
{git,"https://github.com/helium/proto.git",
{ref,"a0a58da6420b3cfb47778d549af4b0cd256e7ece"}},
{ref,"a9c1d484e117384c195e0980bd0225c219f78996"}},
1},
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3},
{<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},1},
Expand Down

0 comments on commit 430d5b1

Please sign in to comment.