1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 10:39:19 +01:00
eclair/eclair-core
Fabrice Drouin 064f780680
Sqlite: use TEXT type for strings (#1159)
* SqliteNetworkDb: add failing test

If a txid starts with 0, it will be stored as NUMERIC, leading 0s will be stripped, and we won't be able to read it back as a ByteVector32

* Sqlite: use TEXT type for strings

* Check that creating a table that already exists with different column types is a NOOP
2019-10-14 11:31:20 +02:00
..
src Sqlite: use TEXT type for strings (#1159) 2019-10-14 11:31:20 +02:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Update netty dependency to 4.1.32 (#1160) 2019-10-03 15:01:10 +02:00