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

Support for heirarchical targeting #287

Merged
merged 8 commits into from Jan 16, 2020
Merged

Support for heirarchical targeting #287

merged 8 commits into from Jan 16, 2020

Conversation

evanmcc
Copy link
Contributor

@evanmcc evanmcc commented Jan 14, 2020

the miner side of: helium/blockchain-core#318

@evanmcc evanmcc requested review from Vagabond and vihu January 14, 2020 18:57
{error, no_target} ->
lager:warning("Limit: ~p~n", [maps:get(poc_path_limit, Vars)]),
lager:warning("POCVersion: ~p~n", [V]),
lager:warning("poc_v4 no target found, back to requesting"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking, can we change these log warning messages plz?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not poc_v4 anymore heh :)

@@ -133,6 +140,18 @@ poc_dist_v6_partitioned_lying_test(Config) ->
CommonPOCVars = common_poc_vars(Config),
run_dist_with_params(poc_dist_v6_partitioned_lying_test, Config, maps:put(?poc_version, 6, CommonPOCVars)).

poc_dist_v7_test(Config) ->
CommonPOCVars = common_poc_vars(Config),
run_dist_with_params(poc_dist_v6_test, Config, maps:put(?poc_version, 7, CommonPOCVars)).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poc_dist_v6_test -> poc_dist_v7_test

Same for the other ones...

@vihu vihu changed the title support for heirarchical targeting Support for heirarchical targeting Jan 16, 2020
@vihu vihu merged commit 88f775c into master Jan 16, 2020
@vihu vihu deleted the pevm/poc7 branch January 16, 2020 05:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants