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
|
aa05af72ac
|
server: Return the txid after pushing a transaction to the network
|
6 years ago |
Alexis Hernandez
|
dbd1f28ff7
|
server: Log invalid response details on XSNService
|
6 years ago |
Alexis Hernandez
|
f67d7831f0
|
server: Move the IPAddress 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
|
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 |
Kolby Moroz
|
423ff7df1a
|
server: Add difficulty to the /stats endpoint
|
6 years ago |
Alexis Hernandez
|
479eaca09c
|
server: Handle XSNWorkQueueDepthExceeded when the response is not a json
When the RPC API returns a non-json response, the XSNWorkQueueDepthExceeded
error can be derived.
|
6 years ago |
Alexis Hernandez
|
e20d12cd54
|
server: Add XSNWorkQueueDepthExceeded error
Now, when the XSN RPC API returns the "Work Queue Depth Exceeded" error,
it will be mapped to the XSNWorkQueueDepthExceeded error.
|
6 years ago |
Adinael Perez Ruelas
|
ded2c47841
|
server: Load the genesis block from the config file
|
6 years ago |
Alexis Hernandez
|
fa829936e4
|
server: Fix log messages on XSNService
|
6 years ago |
Alexis Hernandez
|
d338ff9fad
|
server: Add support for storing the genesis block (#39)
|
7 years ago |
Alexis Hernandez
|
5313e76738
|
server: Add sendRawTransaction method to XSNService
This is a part for #26.
|
7 years ago |
Alexis Hernandez
|
41abe0e741
|
server: Add getUnspentOutputs method to XSNService
This is a part for #23.
|
7 years ago |
Alexis Hernandez
|
def051cf1e
|
server: Add getRawBlock method to XSNService
|
7 years ago |
Alexis Hernandez
|
4e96219d77
|
server: Add getRawTransaction method to XSNService
|
7 years ago |
Alexis Hernandez
|
4bed8492c0
|
server: Add getBlockhash method to XSNService
|
7 years ago |
Alexis Hernandez
|
e76def63cb
|
server: Add getMasternode method to the XSNService
|
7 years ago |
Alexis Hernandez
|
acc4ddba2d
|
server: Add getMasternodes method to XSNService
|
7 years ago |
Alexis Hernandez
|
3f60fe7611
|
server: Add the number of masternodes to the statistics endpoint
|
7 years ago |
Alexis Hernandez
|
490724f39b
|
server: Add getServerStatistics method to XSNService
|
7 years ago |
Alexis Hernandez
|
c44700dd06
|
server: Allow to retrieve the 10 latest blocks
|
7 years ago |
Alexis Hernandez
|
5094bb35e4
|
server: Retrieve transaction list while retrieving an address
|
7 years ago |
Alexis Hernandez
|
bd03d9b902
|
server: Move AddressBalance 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
|
d2c75dafb1
|
server: Fix bug related to RPC Server 1.0.3
The server was returning status 200 for most results and it
is now returning 500, like when a transaction wasn't found.
|
7 years ago |
Alexis Hernandez
|
8fd57f92f7
|
server: Add getBlock method to XSNService
|
7 years ago |
Alexis Hernandez
|
8dd032dacd
|
server: Add getTransactionCount method to XSNService
|
7 years ago |
Alexis Hernandez
|
f070f7d2d7
|
server: Add getAddressBalance method to XSNService
|
7 years ago |
Alexis Hernandez
|
5fe1fe63ec
|
server: Update XSNService to return a Transaction
|
7 years ago |
Alexis Hernandez
|
da63a71c0c
|
server: Add XSNService
|
7 years ago |