solution: caching for eth_getTransactionReceipt

fix: #26
This commit is contained in:
Igor Artamonov
2020-07-12 23:34:23 -04:00
parent 3a93df2e32
commit b10e4800ff
24 changed files with 690 additions and 177 deletions

View File

@@ -17,6 +17,7 @@ message ValueContainer {
UNKNOWN = 0;
BLOCK = 1;
TX = 2;
TX_RECEIPT = 3;
}
enum Compression {