Add support for bitcoin P2PK scripts/txes
-Adds a tx_type field to the tx model which is typically null for "normal" transaction types, but can also display 'p2pk' for bitcoin txes which require addtional encoding to reveal the P2PKH address as well as 'zksnarks' for transactions with hidden sender or receiver data -Additional fixes for how data is displayed when a valid wallet address cannot be found -Includes some small updates to how zksnarks transactions display hidden sender/receiver data
This commit is contained in:
@@ -59,8 +59,12 @@
|
||||
"nonce": "Nonce",
|
||||
"new_coins": "New Coins",
|
||||
"proof_of_stake": "PoS",
|
||||
"hidden_address": "Hidden Address",
|
||||
"hidden_sender": "Hidden Sender",
|
||||
"hidden_recipient": "Hidden Recipient",
|
||||
"unknown_address": "Unknown Address",
|
||||
"unknown_sender": "Unknown Sender",
|
||||
"unknown_recipient": "Unknown Recipient",
|
||||
"initial_index_alert": "Blockchain data is currently being synchronized. You may browse the site during this time, but keep in mind that data may not yet be fully accurate and some functionality may not work until synchronization is complete.",
|
||||
|
||||
// address menu
|
||||
|
||||
Reference in New Issue
Block a user