Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
95b6038
mention unreviewed and unaudited pallets/code
svyatonik May 20, 2022
d7d9ac3
add CheckBridgedBlockNumber to audit queue
svyatonik May 20, 2022
52261dd
remove revoiewed PR and add unreviewed
svyatonik May 25, 2022
a4413e7
-reviewed and +unreviewed
svyatonik May 27, 2022
6bb2720
mentioned https://github.com/paritytech/parity-bridges-common/pull/1412
svyatonik May 27, 2022
06a5d30
mention 1423
svyatonik May 30, 2022
61098e1
mention 1430
svyatonik Jun 1, 2022
91c7d7c
mention 1432
svyatonik Jun 1, 2022
9e1bd1e
mention 1436
svyatonik Jun 7, 2022
de3d314
mention 1444
svyatonik Jun 7, 2022
45ff59d
mention 1446
svyatonik Jun 9, 2022
fbbd8c5
mention 1465
svyatonik Jun 16, 2022
f57f861
1468
svyatonik Jun 21, 2022
b452a54
mention 1475
svyatonik Jun 24, 2022
f7159b7
mention 1484
svyatonik Jun 29, 2022
e2659d6
mention 1487
svyatonik Jul 4, 2022
15a2464
mention 1494
svyatonik Jul 7, 2022
eea3644
mention 1505
svyatonik Jul 14, 2022
ed4e308
mark 1487 as reviewed
serban300 Jul 18, 2022
7451b48
mark 1494 as reviewed
serban300 Jul 19, 2022
d89dc6a
1513 to review + audit
svyatonik Jul 20, 2022
ade0e51
mark 1352 as reviewed
serban300 Jul 25, 2022
eb488cc
mark 1505 as reviewed
serban300 Jul 25, 2022
6152841
mark 1484 as reviewed
serban300 Jul 27, 2022
04b5cba
mark 1475 as reviewed
serban300 Jul 27, 2022
7e36bab
mark 1446 as reviewed
serban300 Jul 27, 2022
71932f2
mark 1444 as reviewed
serban300 Jul 27, 2022
c64bb41
mention 1518
svyatonik Jul 27, 2022
0ed5ad8
mark 1468 as reviewed
serban300 Jul 29, 2022
66976a6
mark 1465 as reviewed
serban300 Jul 29, 2022
b84b9f8
mark 1432 as reviewed
serban300 Jul 29, 2022
288a5c0
mark 1423 as reviewed
serban300 Jul 29, 2022
7459290
mention 1528
svyatonik Aug 1, 2022
26a5bdb
mark 1419 as reviewed
serban300 Aug 2, 2022
b5c3d17
mention small 1533
svyatonik Aug 2, 2022
fbf9824
mark 1405 as reviewed
serban300 Aug 3, 2022
68b16a5
mark 1412 as reviewed
serban300 Aug 4, 2022
a52a6e9
mention 1536
svyatonik Aug 5, 2022
4b223d8
mark 1430 as reviewed
serban300 Aug 9, 2022
ae0b476
mark 1518 as reviewed
serban300 Aug 12, 2022
e7c38f1
mark 1513 as reviewed
serban300 Aug 12, 2022
eeb13ee
mark 1528 as reviewed
serban300 Aug 15, 2022
3328342
mark 1533 as reviewed
serban300 Aug 15, 2022
7796104
mark 1436 as reviewed
serban300 Aug 16, 2022
06f8773
mark 1536 as reviewed
serban300 Aug 18, 2022
828d247
mention 1478
svyatonik Oct 10, 2022
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ bridge. Right there's an ongoing work to make our bridge work with XCM messages.
available at [encoded-calls-messaging](https://github.com/paritytech/parity-bridges-common/releases/tag/encoded-calls-messaging)
tag.

**IMPORTANT**: some portions of the code is still in active development and need proper review and
security audit. You may find details in the [REVIEW-STATUS.md](./REVIEW-STATUS.md) document.

## Contents

- [Installation](#installation)
Expand Down
15 changes: 15 additions & 0 deletions REVIEW-STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Merged pull requests that need reviews

## Code that need security audit

- the whole [parachains finality pallet](./modules/parachains);
- the whole [relayers pallet](./modules/relayers);
- parts of the [bridge-runtime-common crate](./bin/runtime-common). They are likely to be removed, though;
- [CheckBridgedBlockNumber signed extension to reject duplicate header-submit transactions](https://github.com/paritytech/parity-bridges-common/pull/1352);
- [remove duplicate parachain heads exension](https://github.com/paritytech/parity-bridges-common/pull/1444);
- [Signed extension for rejecting obsolete messages pallet transactions](https://github.com/paritytech/parity-bridges-common/pull/1446).

## Code that may need security audit

- [Remove without_storage_info for messages pallet](https://github.com/paritytech/parity-bridges-common/pull/1487);
- [Remove pallet::without_storage_info from bridge GRANDPA pallet](https://github.com/paritytech/parity-bridges-common/pull/1478).