Skip to content

Releases: etherspot/skandha

Release 1.0.3-alpha

Choose a tag to compare

@github-actions github-actions released this 02 Oct 11:49
e345246
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

Choose a tag to compare

@github-actions github-actions released this 27 Sep 16:40
f9440d0
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

Choose a tag to compare

@github-actions github-actions released this 18 Sep 11:51
af12742

#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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 14:31
1d6f494
feat: config rpc (#88)

* feat: config rpc

* disable binary search

* http codes

* chore(release): v0.0.44

Release 0.0.43

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:31
b96cc1f
feat: fee history (#86)

* feat: fee history

* chore(release): v0.0.43

Release 0.0.42

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:27
554fe6f
binary search gas limits (#84)

* binary search gas limits

* adjust to new test cases

* chore(release): v0.0.42

Release 0.0.41

Choose a tag to compare

@github-actions github-actions released this 08 Sep 11:44
71b6bf5
Flare (#87)

* add flare chains

* chore(release): v0.0.41

* add bifrost

Release 0.0.40

Choose a tag to compare

@github-actions github-actions released this 04 Sep 11:09
64e3c03
Whitelist etherspot factories (#85)

* feat: whitelist etherspot factories

* chore(release): v0.0.40

* add mantle testnet factory

Release 0.0.39

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:38
6ba81a5
fix error parsing on redirected calls (#83)

* fix error parsing on redirected calls

* chore(release): v0.0.39

Release 0.0.38

Choose a tag to compare

@github-actions github-actions released this 23 Aug 08:21
d4997e8
refactor gas oracles & enforce gas prices (#82)

* refactor gas oracles & enforce gas prices

* chore(release): v0.0.38