feat: Waku v2 bridge

Issue #12610
This commit is contained in:
Michal Iskierko
2023-11-12 13:29:38 +01:00
parent 56e7bd01ca
commit 6d31343205
6716 changed files with 1982502 additions and 5891 deletions

37
vendor/github.com/mutecomm/go-sqlcipher/v4/MAINTENANCE generated vendored Normal file
View File

@@ -0,0 +1,37 @@
To maintain this code properly, the following three repositories have to be
tracked for changes (maintenance details below):
- https://github.com/mattn/go-sqlite
- https://github.com/sqlcipher/sqlcipher
- https://github.com/libtom/libtomcrypt
Update code from https://github.com/mattn/go-sqlite3
----------------------------------------------------
Current release: v1.14.5
Use ./track_go-sqlite3.sh
Update code from https://github.com/sqlcipher/sqlcipher
-------------------------------------------------------
Current release: v4.4.2
Execute:
./configure
make
Track files:
sqlite3.h
sqlite3.c
Update code from https://github.com/libtom/libtomcrypt
------------------------------------------------------
Current HEAD: cfbd7f8d364e1438555ff2a247f7e17add11840e
(from develop branch, 2020-08-29)
Use ./track_libtomcrypt.sh