Releases: etherspot/skandha
Releases · etherspot/skandha
Release list
Release 1.0.3-alpha
feat(validation): update tracer & ban invalid opcode (#96) * update tracer & ban invalid opcode * chore(release): 1.0.3-alpha * update spec tests workflow
Release 1.0.2-alpha
feat: retain peerId (#95) * wip: retain peerId * fix docker build * chore(release): 1.0.2-alpha * retainPeerId defaults to true
Release 1.0.0-alpha
#90
This release introduces the P2P interface (Shared Mempool) feature in Skandha. The bundler can now be run in 2 separate modes.
- node: bundler with the p2p interface turned on. This mode will allow the bundler to connect to peers and propagate UserOps from the local mempool to the connected peers.
- standalone : regular bundler service
By default skandha will run with the p2p feature turned on.
Release 0.0.44
feat: config rpc (#88) * feat: config rpc * disable binary search * http codes * chore(release): v0.0.44
Release 0.0.43
feat: fee history (#86) * feat: fee history * chore(release): v0.0.43
Release 0.0.42
binary search gas limits (#84) * binary search gas limits * adjust to new test cases * chore(release): v0.0.42
Release 0.0.41
Flare (#87) * add flare chains * chore(release): v0.0.41 * add bifrost
Release 0.0.40
Whitelist etherspot factories (#85) * feat: whitelist etherspot factories * chore(release): v0.0.40 * add mantle testnet factory
Release 0.0.39
fix error parsing on redirected calls (#83) * fix error parsing on redirected calls * chore(release): v0.0.39
Release 0.0.38
refactor gas oracles & enforce gas prices (#82) * refactor gas oracles & enforce gas prices * chore(release): v0.0.38