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
|
8b9f1c00f3
|
server: Add Block.HasTransactions persisted model
|
6 years ago |
Alexis Hernandez
|
2798b528ed
|
server: Add endpoint "GET /blocks/headers"
|
6 years ago |
Alexis Hernandez
|
469c241931
|
server: Extract the BlockExtractionMethod from the persisted block
|
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
|
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
|
685b54b576
|
server: Move the Balance model to the persisted package
|
6 years ago |
Alexis Hernandez
|
38a83f23ae
|
server: Move the AddressTransactionDetails model to the persisted package
|
6 years ago |
Alexis Hernandez
|
b7f91b7ce4
|
server: Move the Transaction model to the persisted package
|
6 years ago |
Alexis Hernandez
|
21399f3c99
|
server: Add extraction_method column to the blocks table
Defaults to PoW, a migration is required to set the correct values.
|
6 years ago |
Alexis Hernandez
|
7619ef3483
|
server: Add the persisted models package
Includes the Block model which represents what is actually persisted.
|
6 years ago |