a
|
436493350e
|
Sentinel refactor (#8296)
1. changes sentinel to use an http-like interface
2. moves hexutil, crypto/blake2b, metrics packages to erigon-lib
|
2023-10-22 01:17:18 +02:00 |
|
Andrew Ashikhmin
|
b60642fa5a
|
Configure EIP-4844 parameters for Gnosis (#8464)
See https://github.com/gnosischain/specs/pull/20 &
https://github.com/gnosischain/specs/pull/24
|
2023-10-13 11:43:16 +02:00 |
|
Srdjan
|
c6f63ff32e
|
Use const in getLogsIsValidBlockNumber (#8370)
Follow up for #8281
**Changes**
- Use const in `getLogsIsValidBlockNumber` func
|
2023-10-08 08:19:48 +07:00 |
|
ledgerwatch
|
ca271b1824
|
Fix bor receipts (#8391)
|
2023-10-06 08:43:34 +01:00 |
|
Srdjan
|
385e69cebc
|
Add support for additional block number values in eth_getLogs (#8281)
Closes #8199
|
2023-10-04 15:19:56 +07:00 |
|
Alex Sharov
|
8983128d24
|
Restore genesis reads code - remote rpc case. Remove ctx parameter from baseApi func (tx already has internal ctx) (#8122)
|
2023-09-04 12:42:08 +07:00 |
|
Somnath Banerjee
|
143ff4695c
|
Fix 17 hive tests (#8014)
|
2023-08-14 09:24:59 +02:00 |
|
Andrew Ashikhmin
|
03ac80ad2d
|
EIP-4844: rename "data hash" to "blob hash" (#7947)
See https://github.com/ethereum/EIPs/pull/7001
|
2023-07-31 10:12:53 +02:00 |
|
Andrew Ashikhmin
|
7d35c6b737
|
EIP-4844: Rename "data gas" to "blob gas" (#7937)
See https://github.com/ethereum/EIPs/pull/7354 &
https://github.com/ethereum/consensus-specs/pull/3461. Prerequisite:
https://github.com/ledgerwatch/erigon-lib/pull/1058
|
2023-07-28 12:12:05 +02:00 |
|
Delweng
|
dec2f5a3b3
|
turbo/jsonrpc: eth_getBlockReceipts support by by hash (#7886)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2023-07-14 08:57:09 +01:00 |
|
ledgerwatch
|
035a6f867c
|
Simplifications for bor tx code (#7889)
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
|
2023-07-14 08:49:10 +01:00 |
|
Giulio rebuffo
|
20b8e156db
|
moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858)
|
2023-07-08 19:01:26 +02:00 |
|