• Sebastian Stammler's avatar
    op-batcher,op-node,batch_decoder: add logging of compression algo (#10589) · 01d3a171
    Sebastian Stammler authored
    * op-batcher: add logging of compression algo
    
    * add node logging of algo, add brotli default algo
    
    * fix typos
    
    * only log compression algo if present
    
    * add type conversion abstraction to Batch interface
    
    Since we're dealing now with wrapped types around Batch implementations,
    this let's us transparently unwrap the underlying batch types. It makes
    sense to add this to the interface, because getting the underlying types
    from the interface is done in several places, so it's part of the
    interface's contract.
    
    * adapt BatchReader test
    01d3a171
Name
Last commit
Last update
..
benchmarks Loading commit data...
bindings Loading commit data...
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...