Commit Graph

2323 Commits

Author SHA1 Message Date
Martin Boehm
8a305cc715 Add AddrContractsCache to speed up indexing 2025-09-01 20:04:08 +02:00
Martin Boehm
8df9847342 Measure block sync time [WIP] 2025-09-01 20:04:08 +02:00
Martin Boehm
a1f7bacbc1 Add init alternative providers for EVM chains 2025-09-01 19:33:31 +02:00
elizaveta timofeeva
1e14f3550a Merge pull request #1316 from trezor/alternative-provider-url-simulation-nonce
Use alternative RPC provider url for simulation and nonce
2025-09-01 16:38:32 +02:00
Martin Boehm
ecf873693a Fix initialization of ethereum rpc 2025-09-01 13:27:33 +02:00
etimofeeva
188d06ed31 feat: added alternative provider to eth_estimateGas, eth_call, eth_getTransactionCount 2025-09-01 10:48:19 +02:00
etimofeeva
0e92dd124b feat: add alternative RPC provider support for sendTransaction 2025-08-27 12:20:07 +02:00
etimofeeva
541e30dbaa 2.4.2 zebra update 2025-08-19 16:44:15 +02:00
Martin Boehm
54c133953e Fix initialization of ethereum rpc 2025-08-19 16:42:36 +02:00
etimofeeva
e1fb89cb90 feat: implemented eth_getTransactionCount with pending tag 2025-08-14 22:03:11 +02:00
Tadeas Kmenta
c2ded90100 Update Flux Daemon to v8.0.0 (#1306)
* update flux addnodes

* fluxd v8.0.0
2025-08-11 12:54:53 +02:00
Martin Boehm
aa445e696a Polygon heimdall v2 2025-08-04 16:00:53 +02:00
Martin Boehm
20234811f6 Use Zebra as ZCash backend node 2025-07-29 10:38:30 +02:00
Martin Boehm
4da97b8ab8 Fix GetChainInfo for Avalanche 2025-07-25 13:03:16 +02:00
f7b
ebc34c7a16 polygon-bor 2.2.8 -> 2.2.9 2025-07-25 10:48:51 +02:00
Martin Boehm
17fa06fed9 avalanche 1.13.0 → 1.13.2 2025-07-16 11:12:26 +02:00
f7b
50310a7a9b eth (+testnets) 3.0.8 -> 3.0.11 2025-07-16 09:38:51 +02:00
f7b
304d596428 polygon-bor 2.1.1 -> 2.2.8 2025-07-16 09:38:22 +02:00
f7b
775cb4c04b polygon-heimdall 1.2.2 → 1.6.0 2025-07-16 09:38:03 +02:00
highcloudwind
ca17fc5a95 chore: fix some function names in comment
Signed-off-by: highcloudwind <highcloud@aliyun.com>
2025-06-24 12:01:58 +02:00
justanwar
d36714720b Update Firo daemon 0.14.14.1 (mandatory) 2025-06-24 11:50:42 +02:00
cranycrane
24e34590f0 rocksdb v7.5.3 -> rocksdb v9.10.0 2025-06-24 11:49:51 +02:00
f7b
27cf2ff31a eth (+testnets) 3.0.5 -> 3.0.8 2025-06-24 11:48:40 +02:00
f7b
0f90ea11ba polygon-bor 2.0.3 -> 2.1.1 2025-06-24 11:47:43 +02:00
Martin Boehm
41ac2d5344 Fix ETH contract cmETH parameters 2025-06-13 15:32:43 +02:00
Jiří Musil
ae0172dddf Add longTermFeeRate websocket endpoint (#1262)
* feat: add longTermFeeRate websocket endpoint

* chore: regenerate blockbook-api.ts with longTermFeeRate
2025-06-09 14:09:15 +02:00
f7b
8989ab75c2 eth (+testnets) 3.0.4 -> 3.0.5 2025-06-09 14:08:34 +02:00
f7b
bc43907e54 prysm (+testnets) 6.0.3 -> 6.0.4 2025-06-09 14:07:35 +02:00
JoHnY
6cfc6fa04f changed infura periods 2025-06-09 14:06:46 +02:00
CPUchain
e98b435128 Fix for windows support 2025-06-04 21:31:07 +02:00
Martin Boehm
04bfd565b7 EthereumType: Fetch mempool transactions from alternative provider 2025-06-04 21:27:35 +02:00
Martin Boehm
2b155a4bab EthereumType: Fetch mempool transactions from alternative provider 2025-06-04 21:27:35 +02:00
Martin Boehm
c0132423a7 EthereumType: Add alternative provider for send raw tx 2025-06-04 21:27:35 +02:00
f7b
cbb179b38a eth (+testnet) 3.0.3 -> 3.0.4 2025-06-02 17:20:27 +02:00
Martin Boehm
bb02eb54f7 Update blockbook-api.ts 2025-05-23 00:15:15 +02:00
grdddj
d328ed9e00 docs: document public API structs 2025-05-23 00:15:15 +02:00
grdddj
91bdb8c948 feat: differentiate between Sending and Receiving unconfirmed balance for Address 2025-05-22 22:16:05 +02:00
Martin Boehm
4516eebb92 Use mempoolspaceblock fee estimation for BTC 2025-05-22 10:20:35 +02:00
f7b
147f903342 prysm 6.0.1 → 6.0.2 2025-05-16 10:46:26 +02:00
f7b
e481c2cc2b polygon-bor 2.0.1 -> 2.0.3 2025-05-12 11:34:13 +02:00
gruve-p
dcdb2bd25a Bump version GRS 2025-05-07 11:10:53 +02:00
Jiří Musil
b14641d979 feat: support new alternative_estimate_fee option - mempoolspacemedian (#1233)
* feat: support new alternative_estimate_fee option - mempoolspacemedian

* chore: introduce a fallback median fee rate in case it comes zero from mempool space response

* chore: add and test util function for rounding to significant digits

* chore: use rounding of medianFee to 3 significant digits

* chore: make the new alternative_estimate_fee be configurable, change its name from Median to Block

* chore: return 1000 sats/kB fee for MempoolSpaceBlock estimation method when block not identified

* chore: make the fallback fee rate configurable, improve tests, improve function names
2025-05-07 10:36:46 +02:00
gruve-p
386cccafb0 Groestlcoin: Bump to 29.0 2025-05-07 10:01:06 +02:00
f7b
4fafbd60f8 eth (+testnet) 3.0.2 -> 3.0.3 2025-05-07 10:00:46 +02:00
AlexanderPavlenko
a2aab473b3 eth (+testnets) 3.0.1 → 3.0.2 2025-05-03 22:50:32 +02:00
JoHnY
f18fedac58 prysm 6.0.0 → 6.0.1 2025-05-03 20:29:13 +02:00
Andrej Škorupa
9dfbb10c47 prysm (+testnet): 5.3.2 -> 6.0.0 2025-04-29 15:11:22 +02:00
JoHnY
4bdfac1fef zcash (+testnet) 6.1.0 → 6.2.0 2025-04-29 13:50:49 +02:00
Martin Boehm
657cbcf4c8 Detect sync issues in EthereumType coins v0.5.0 2025-04-22 12:19:04 +02:00
Martin Boehm
98f0df104a avalanche 1.12.1 → 1.13.0 2025-04-22 12:19:04 +02:00