Implement skeleton for transaction index and epoch transition proof PIP messages (#5908)
* add transaction index message without implementing * add epoch proof fetch and response messages
This commit is contained in:
committed by
Arkadiy Paronyan
parent
f22745eb0a
commit
826a4ca0a2
@@ -55,6 +55,7 @@ fn hardcoded_serve_time(kind: Kind) -> u64 {
|
||||
match kind {
|
||||
Kind::Headers => 500_000,
|
||||
Kind::HeaderProof => 500_000,
|
||||
Kind::TransactionIndex => 500_000,
|
||||
Kind::Receipts => 1_000_000,
|
||||
Kind::Body => 1_000_000,
|
||||
Kind::Account => 1_500_000,
|
||||
|
||||
Reference in New Issue
Block a user