-
Notifications
You must be signed in to change notification settings - Fork 10
AIP#31 impl changes for all crates #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todos mentioned in the comment:
#313 (comment)
input.set_ad_view(input::AdView { | ||
seconds_since_campaign_impression, | ||
has_custom_preferences: false, | ||
// TODO: Check this empty default! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Default empty string for
Input::navigator_language
See: https://github.com/AdExNetwork/adex-validator-stack-rust/blob/7fd8a4b9c39ba9cbb57367c7a90f07823af7643d/adview-manager/src/lib.rs#L329-L330
ping @simzzz @samparsky |
…response Issue 337 align channellist response
Resolves #312
Partially impls #323 #322 #319
Related #340
TODOs:
adview-manager:
adview-manager
cratesentry: All tasks moved in favour of #319!
Event aggregator:Check impl of Event AggregatorTest changesEvent Reducer
Check impl of Event ReducerTest changesAnalytic Recorder:
Check impl of Analytics RecorderTests changesget_payout:
get_payout()
https://github.com/AdExNetwork/adex-validator/blob/476aecdd64c7e1f535ff7991aeae9c18c045b6db/test/index.js#L359-L364More Tests forMoved to impl AIP#31 changes to Payout #323get_payout()
Partially resolves: