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

Commit

Permalink
core and proto update for perf improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Aug 12, 2022
1 parent 83e340b commit 2c2887b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.5"}}},
{blockchain, {git, "https://github.com/helium/blockchain-core.git", {tag, "validator1.13.7"}}},
{envloader, {git, "https://github.com/nuex/envloader.git", {branch, "master"}}}
]}.

Expand Down
12 changes: 6 additions & 6 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,"46f514bc9abaad91507d502e1a34d8f66ada9588"}},
{ref,"14eecaec37a33d8cff70025259177f2f58993879"}},
0},
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},1},
{<<"chatterbox">>,
Expand All @@ -19,15 +19,15 @@
{git,"https://github.com/helium/clique.git",
{ref,"e4be0dae150061bec080502ed530091672880867"}},
0},
{<<"cream">>,
{git,"https://github.com/helium/cream",
{ref,"9fd0ff78ab4d30f8ea16212b504c817290dfaf64"}},
1},
{<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2},
{<<"cuttlefish">>,
{git,"https://github.com/helium/cuttlefish.git",
{ref,"8672838e8f4ef61602aee6e4ff97ec9be54031dc"}},
1},
{<<"e2qc">>,
{git,"https://github.com/helium/e2qc",
{ref,"d77231471ab93ad38bb6763870917ff9499cdc73"}},
1},
{<<"ecc_compact">>,{pkg,<<"ecc_compact">>,<<"1.1.1">>},3},
{<<"enacl">>,
{git,"https://github.com/helium/enacl",
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,"3de41dd9ebe9a67b170d08ab70eecea201e6aa92"}},
{ref,"a0a58da6420b3cfb47778d549af4b0cd256e7ece"}},
1},
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.2.3">>},3},
{<<"idna">>,{pkg,<<"idna">>,<<"6.1.1">>},1},
Expand Down

0 comments on commit 2c2887b

Please sign in to comment.