File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.0.1 (2023-09-27)
4
+
5
+ * frontend: use v3 contracts
6
+ * frontend: filter out unsupported destination tokens
7
+ * beamer: check: add new command ` verify-l1-invalidations `
8
+ * beamer: check: add new command ` initiate-challenges `
9
+ * beamer: check: add new command ` verify-challenges `
10
+ * relayer: add a README.md and documentation
11
+ * relayer: wait until message has arrived on the destination RequestManager
12
+ * docs: improve documentation structure
13
+ * docs: document how to run L1 invalidation and challenge checks
14
+
3
15
## v3.0.0 (2023-08-23)
4
16
5
17
* agent: output exception reason from relayer
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " beamer"
3
- version = " 3.0.0 "
3
+ version = " 3.0.1 "
4
4
description = " Bridging rollups with L1 guaranteed security"
5
5
authors = [
" Beamer Bridge Team <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments