-
Notifications
You must be signed in to change notification settings - Fork 68
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
Render error tx844 #898
Open
sohammk08
wants to merge
12
commits into
ripple:staging
Choose a base branch
from
sohammk08:render-error-tx844
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Render error tx844 #898
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9db41c9
refactor: translations.json
sohammk08 908494f
Merge branch 'ripple:staging' into render-error-tx844
sohammk08 32ef2c6
Merge branch 'ripple:staging' into render-error-tx844
sohammk08 f1f03d1
Merge branch 'staging' into render-error-tx844
sohammk08 59d96b7
Merge branch 'ripple:staging' into render-error-tx844
sohammk08 8dbf4b8
Merge branch 'ripple:staging' into render-error-tx844
sohammk08 e619909
This commit is made to try and solve a issue in vercel deployment
sohammk08 7839eb0
pubKey displays properly
sohammk08 2c74698
Merge branch 'staging' into render-error-tx844
sohammk08 5470806
Resolved Issue #844
sohammk08 df54121
Merge branch 'render-error-tx844' of https://github.com/sohammk08/exp…
sohammk08 d05d2e1
refactor NoMatch index.tsx
sohammk08 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,7 +196,7 @@ | |
"invalid_transaction_hash": "El hash de la transacción es inválido", | ||
"ledger_not_found": "Libro Contable no Encontrado", | ||
"check_ledger_id": "Por favor, comprueba el id de tu libro contable", | ||
"server_ledgers_hint": "Este nodo ({{connection.server.publicKey, truncate(length: 10)}}) solo contiene libros contables {{connection.ledger.validated}}", | ||
"server_ledgers_hint": "Este nodo solo contiene libros contables {{connection.ledger.validated}}", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, just a note, if you are unsure about the translations in other languages, you can set them to |
||
"use_search": "Por favor, utiliza nuestra búsqueda", | ||
"ledger_has_no_trans": "Este libro contable no tiene ninguna transacción", | ||
"less_than": "Menos que", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think we still want the pubkey to be printed if it's available, with some sort of "This Clio node only..." alternate message
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.
So, you're saying that the clio-node-part still needs to be present in the code. What if I change the code such that whenever the pubKey is not empty, it gets displayed. But when it is empty, print it as "This clio node only..."
Would that be viable?
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.
Yes, something like that sounds good.