-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
find decoding candidates for logs #2555
Conversation
Pull Request Test Coverage Report for Build eca4991c-f1ce-47b6-bd97-45230506d952
💛 - Coveralls |
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.
Minor comments/question
apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex
Outdated
Show resolved
Hide resolved
apps/block_scout_web/lib/block_scout_web/templates/transaction_log/_logs.html.eex
Outdated
Show resolved
Hide resolved
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.
2019-08-22T18:03:13.689 [error] #PID<0.3095.108> running BlockScoutWeb.Endpoint (connection #PID<0.3068.108>, stream id 10) terminated
Request: GET /address/0x64348e36c3978017ff9fe6ae3465da4add6ce481/logs?type=JSON
** (exit) an exception was raised:
** (ArgumentError) assign @transaction not available in eex template.
Please make sure all proper assigns have been set. If this
is a child template, ensure assigns are given explicitly by
the parent template as they are not automatically forwarded.
Available assigns: [:conn, :log, :view_module, :view_template]
(phoenix_html) lib/phoenix_html/engine.ex:133: Phoenix.HTML.Engine.fetch_assign!/2
(block_scout_web) lib/block_scout_web/templates/address_logs/_logs.html.eex:8: BlockScoutWeb.AddressLogsView."_logs.html"/1
(phoenix) lib/phoenix/view.ex:399: Phoenix.View.render_to_iodata/3
(phoenix) lib/phoenix/view.ex:406: Phoenix.View.render_to_string/3
(elixir) lib/enum.ex:1336: Enum."-map/2-lists^map/1-0-"/2
(block_scout_web) lib/block_scout_web/controllers/address_logs_controller.ex:34: BlockScoutWeb.AddressLogsController.index/2
(block_scout_web) lib/block_scout_web/controllers/address_logs_controller.ex:1: BlockScoutWeb.AddressLogsController.action/2
(block_scout_web) lib/block_scout_web/controllers/address_logs_controller.ex:1: BlockScoutWeb.AddressLogsController.phoenix_controller_pipeline/2
The error is from stg server. I am not sure is it because of merging conflicts or bug in the current branch. Please check.
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.
@ayrat555 are the changes in package-lock.json
intentional?
@vbaranov I reverted these changes |
resolves #2521
Changelog