Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ampd v1.12.1
# Ampd v1.12.2

| | **Owner** |
| -------------- | --------------------------------- |
Expand All @@ -12,11 +12,14 @@
| **Testnet** | - | TBD |
| **Mainnet** | - | TBD |

[Release](https://github.com/axelarnetwork/axelar-amplifier/releases/tag/ampd-v1.12.1)
[Release](https://github.com/axelarnetwork/axelar-amplifier/releases/tag/ampd-v1.12.2)

## Background

This ampd release fixes an issue with the account sequence management during high concurrency. It also removes overhead by filtering out events before reaching each handler.
This ampd release removes overhead by filtering out events before reaching each handler and adds these bugfixes:

- Fixes account sequence getting out of sync during high concurrency
- Fixes ampd hanging during shutdown process

## Config change

Expand All @@ -39,15 +42,15 @@ tx_confirmation_queue_cap="1000"

## Deployment

Restart ampd with the new binary. Binaries can be found [here](https://github.com/axelarnetwork/axelar-amplifier/releases/tag/ampd-v1.12.1)
Restart ampd with the new binary. Binaries can be found [here](https://github.com/axelarnetwork/axelar-amplifier/releases/tag/ampd-v1.12.2)

### Checklist

Run the below command to output the version:

```
$ ampd --version
ampd 1.12.1
ampd 1.12.2
```

Check `ampd` logs to ensure it restarts fine. Monitor voting and signing for your verifier on axelarscan to verify it's operating correctly.