Skip to content

feat: Enable internal transactions #23

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

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</button>
<div data-empty-response-message style="display: none;">
<div class="tile tile-muted text-center" data-selector="empty-logs-list">
<%= gettext "Internal transactions are not supported yet." %>
<%= gettext "No internal transactions found." %>
</div>
</div>

Expand Down
12 changes: 6 additions & 6 deletions apps/block_scout_web/priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2945,12 +2945,6 @@ msgstr ""
msgid "Home"
msgstr ""

#, elixir-format
#:
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:17
msgid "Internal transactions are not supported yet."
msgstr ""

#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:52
msgid "Resources"
Expand Down Expand Up @@ -2979,3 +2973,9 @@ msgstr ""
#: lib/block_scout_web/templates/chain/_block.html.eex:15
msgid "Block Proposer"
msgstr ""

#, elixir-format
#:
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:17
msgid "No internal transactions found."
msgstr ""
14 changes: 7 additions & 7 deletions apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -2945,12 +2945,6 @@ msgstr ""
msgid "Home"
msgstr ""

#, elixir-format
#:
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:17
msgid "Internal transactions are not supported yet."
msgstr ""

#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:52
msgid "Resources"
Expand All @@ -2973,9 +2967,15 @@ msgstr ""
msgid "basetcro"
msgstr ""

#, elixir-format, fuzzy
#, elixir-format
#: lib/block_scout_web/templates/block/_tile.html.eex:38
#: lib/block_scout_web/templates/block/overview.html.eex:125
#: lib/block_scout_web/templates/chain/_block.html.eex:15
msgid "Block Proposer"
msgstr ""

#, elixir-format
#:
#: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:17
msgid "No internal transactions found."
msgstr ""
Loading