mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
v1.36.6: consume faster write path — zap v1.2.2 + utxo v0.5.3
zap v1.2.2 (zero-copy SetBytes + Builder pool) + utxo v0.5.3 (pooled wire builders + SetBytesFixed) cut X-chain tx wire composition ~1.9x (2551->1345ns, 37->19 allocs on the isolated composite; the X build path benefits proportionally without touching P-chain parse, which stays at 705ns/3allocs). P/X/xvm/ components-lux suites all green against the new deps. Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
@@ -143,11 +143,11 @@ require (
|
||||
github.com/luxfi/timer v1.0.2
|
||||
github.com/luxfi/units v1.0.0
|
||||
github.com/luxfi/utils v1.2.0
|
||||
github.com/luxfi/utxo v0.5.1
|
||||
github.com/luxfi/utxo v0.5.3
|
||||
github.com/luxfi/validators v1.2.0
|
||||
github.com/luxfi/vm v1.2.7
|
||||
github.com/luxfi/warp v1.24.0
|
||||
github.com/luxfi/zap v1.2.0
|
||||
github.com/luxfi/zap v1.2.2
|
||||
github.com/luxfi/zwing v0.5.2
|
||||
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
||||
github.com/zap-proto/http v0.0.0-20260506200741-fd6047874433
|
||||
|
||||
Reference in New Issue
Block a user