Alexis Hernandez
|
ff85797565
|
server: Refactor the TransactionVIN into a typed alternative
Now we are able to use types to detect when a TransactionVIN has the
cached values.
|
6 years ago |
Alexis Hernandez
|
aef41d5f8e
|
server: Split the persisted transaction model
There are two models now, the one having inputs/outputs
and the one without them.
|
6 years ago |
Alexis Hernandez
|
347a4d6ca5
|
server: Move the TransactionId value to the values package
|
6 years ago |
Alexis Hernandez
|
6dd7b032b1
|
server: Move the Size value to the values package
|
6 years ago |
Alexis Hernandez
|
29b8b583ba
|
server: Move the HexString model to the values package
|
6 years ago |
Alexis Hernandez
|
33fcda6ef3
|
server: Move the Height value to the values package
|
6 years ago |
Alexis Hernandez
|
9c10ae154d
|
server: Move the Confirmations value to the values package
|
6 years ago |
Alexis Hernandez
|
de64af5b9b
|
server: Move the Blockhash value to the values package
|
6 years ago |
Alexis Hernandez
|
a1737b9710
|
server: Move the Address value to the values package
|
6 years ago |
Alexis Hernandez
|
418f2fd4fa
|
server: Update the nonce from the Block model to Long
|
6 years ago |
Alexis Hernandez
|
2a2e17b0b9
|
server: Update the masternode parsing
With the segwit update, the masternode format has been updated.
|
7 years ago |
Alexis Hernandez
|
dee0f7e600
|
server: Update the database schema to support utxos (#35)
|
7 years ago |
Alexis Hernandez
|
339fab1176
|
server: Make blocktime and time fields non-mandatory in rpc transactions
Sometimes the rpc server returns transaction with the blocktime and time
fields missing.
|
7 years ago |
Alexis Hernandez
|
99d28d12e6
|
server: Fix parsing the lastSeen field on the masternode
|
7 years ago |
Alexis Hernandez
|
da144b7205
|
server: Add endpoint "GET /masternodes"
|
7 years ago |
Alexis Hernandez
|
acc4ddba2d
|
server: Add getMasternodes method to XSNService
|
7 years ago |
Alexis Hernandez
|
490724f39b
|
server: Add getServerStatistics method to XSNService
|
7 years ago |
Alexis Hernandez
|
9707e40038
|
server: Relax asm format on ScriptPubKey
|
7 years ago |
Alexis Hernandez
|
1b614d2807
|
server: Support multiple inputs on transactions
|
7 years ago |
Alexis Hernandez
|
bd03d9b902
|
server: Move AddressBalance model to rpc package
|
7 years ago |
Alexis Hernandez
|
636c2b509e
|
server: Move TransactionVOUT to rpc package
|
7 years ago |
Alexis Hernandez
|
a8e161045f
|
server: Move TransactionVIN model to rpc package
|
7 years ago |
Alexis Hernandez
|
65af722947
|
server: Move Transaction model to rpc package
|
7 years ago |
Alexis Hernandez
|
850b8192ed
|
server: Move Block model to rpc package
|
7 years ago |
Alexis Hernandez
|
9fe9d91709
|
server: Add getTPoSAddresses method to ScriptPubKey class
|
7 years ago |
Alexis Hernandez
|
735a19ea27
|
server: Update Block model to support TPoS blocks
|
7 years ago |