Files
blockbook/docs
kevin 7d4872e830 Add Base Support (#1150)
* add base support

* backend config

* add base archive blockchain factory

* add dbProtoAddrContracts flag and default to legacy encoding. fix tests

* default cache behavior for dbMaxAddrContracts default value

* update to defer func to ensure addressContracts is reset and handle possible error

* base config default to use dbProtoAddrContracts

* add network config

* update op-geth and op-node versions

* remove coingecko url

* update coingecko platform identifier

* token type -> token standard

* reduce allocations as pack/unpack addr contracts is primary bottleneck for l2 chains

* archive snapshot no longer supported, use fullnode snapshot as best effort

* remove proto encoded addr contracts as bench marks indicate there is no performance gain as initially suspected

* revert address contract cache changes
2025-02-20 22:55:15 +01:00
..
2024-09-25 13:59:53 +02:00
2025-01-18 18:50:07 +01:00
2023-07-14 00:03:29 +02:00
2024-10-10 00:58:19 +02:00
2025-02-20 22:55:15 +01:00
2019-03-20 18:06:30 +01:00
2023-02-01 17:58:37 +01:00

Documentation index

  • Contributing Blockbook contributor guide
  • Build Blockbook build guide
  • Config Description of Blockbook and back-end configuration and package definitions
  • Ports Automatically generated registry of ports
  • RocksDB Description of RocksDB structures used by Blockbook
  • API Description of Blockbook API
  • Testing Description of tests used during Blockbook development