# June 13, 2023

## Latest Component Releases

* Relayer [v4.1.0](https://github.com/zkBob/zeropool-relayer/releases)
* JS Library [v3.3.0](https://github.com/zkBob/zkbob-client-js/releases/tag/3.3.0)
* Core Library [v1.3.0](https://github.com/zkBob/libzeropool-zkbob/releases/tag/1.3.0)
* UI (private) [v2.3.0](https://github.com/zkBob/zkbob-ui/releases)

## Release Highlights

### Native token converter

Previously an automatic faucet delivered 0.1 MATIC to each new address with a withdrawal of 10 BOB or more. This was not adequate for some operations on Polygon and not functional at all on Optimism.&#x20;

The new built-in conversion feature gives you an option to convert some BOB to native tokens during the withdrawal process. Choose to convert 1 BOB, 5 BOB, or 10 BOB into MATIC on Polygon or ETH on OP, and this will be sent to the withdrawal address along with the remaining BOB.

<figure><img src="/files/dA95wTd2so6TnqhLou9w" alt=""><figcaption><p>New native token conversion option</p></figcaption></figure>

### Dynamic fees on Optimism

Transaction fees were previously fixed for all operations on Optimism. This limited the protocol by discouraging participation from any community sequencers. Now dynamic fees on Optimism take into account both the current network gas price and the individual transaction size to determine the amount of gas required for a tx.

Dynamic fees are being activated first on the Optimism pool due to larger discrepancies between flat fees and the actual amount paid by the sequencer. Fees on Polygon will remain fixed for now at 0.10 BOB per tx, however dynamic fees will likely be introduced in a future update.

### Prover warm boot

Optimizations to the Groth16 SNARK implementation save proving time at the cost of some additional allocated RAM. This is quite useful for sequencer performance, drastically reducing time required to prove the Merkle tree update when processing regular transactions as well as processing for direct deposit batches.

### Optional password entry

This convenience upgrade gives you the choice to skip password entry for easier access to zkBob. The option is available in settings and can be changed at any time.

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zkbob.com/resources/release-notes/june-13-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
