Tags: luxfi/evm
Tags
refactor: remove warp aliases, use warp.Signer directly - Remove luxWarp alias, use warp package directly - Remove AppSender indirection, use p2p.Sender directly - Update warptypes alias where local warp package conflicts - Update node to v1.22.43, warp to v1.16.39
Simplify interfaces and remove adapters - Remove AppSender adapter, use p2p.Sender directly - Remove warpSignerAdapter, use luxWarp.Signer directly - Rename TestSender methods to clean names (no App prefix) - Rename RequestClient interface (was AppRequestClient) - Fix ID type conversions in tests (use ID directly, not [:] slice) - Update dependencies: consensus v1.22.32, node v1.22.20, vms v1.0.0 - Remove local replace directives
refactor: use luxfi/crypto/kzg4844 instead of geth/crypto/kzg4844 Use externalized kzg4844 from luxfi/crypto package for consistent crypto usage across all luxfi packages. - Update geth to v1.16.43 (which also uses luxfi/crypto/kzg4844) - Update crypto to v1.17.15 - Remove geth/crypto/kzg4844 from allowed packages
PreviousNext