consensus/index
DataHoarder 4ef60296f1
Updated to Go 1.21
* Replaced exp/slices and exp/maps with slices/maps implementation
* Replaced utils.Min/Max with min/max
* Introduced GOEXPERIMENT=loopvar on build steps
* Updated tests/docker-compose to go1.21-rc-alpine
* Updated nginx to 1.25
* Preallocate mined blocks on Sidechain
* Update edwards25519 version
2023-07-20 07:40:18 +02:00
..
found_block.go Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
index.go Updated to Go 1.21 2023-07-20 07:40:18 +02:00
main_block.go Faster JSON encoder/decoder 2023-05-27 14:43:22 +02:00
main_coinbase_output.go Deprecate old APIs, use SideBlock instead of JSONBlock, optimize and standardize templates 2023-04-13 21:26:23 +02:00
main_likely_sweep_transaction.go Faster JSON encoder/decoder 2023-05-27 14:43:22 +02:00
miner.go Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
payout.go Create schema VIEW for found blocks / payouts, track debug tags on web/api/queries 2023-05-28 13:54:15 +02:00
schema.sql Use pg_ivm extension for incremental materialized view updates, bump to postgres 15.3 2023-05-29 16:01:41 +02:00
side_block.go Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
utils.go Updated to Go 1.21 2023-07-20 07:40:18 +02:00