#docker #testing #pin #container #emulator #liquid #environment

lwk_containers

Liquid Wallet Kit - Docker containers for tests environment

3 releases (breaking)

0.3.0 May 3, 2024
0.2.0 Mar 20, 2024
0.1.0 Jan 26, 2024

#37 in #liquid

Download history 7/week @ 2024-02-17 13/week @ 2024-02-24 1/week @ 2024-03-02 141/week @ 2024-03-16 20/week @ 2024-03-23 47/week @ 2024-03-30 9/week @ 2024-04-06 198/week @ 2024-04-27 27/week @ 2024-05-04

225 downloads per month
Used in 2 crates (via lwk_test_util)

MIT OR BSD-2-Clause

550KB
149 lines

Contains (ELF exe/lib, 690KB) nanos#btc#2.1#1c8db8da.elf, (ELF exe/lib, 690KB) src/ledger/apps/btc.elf, (ELF exe/lib, 210KB) src/ledger/apps/app.elf

Accessing docker logs

Accessing the pin server logs can be done by keeping the docker around after testing with

export TESTCONTAINERS=keep

Then identifying the id of the docker with:

docker ps

Then:

docker log $ID

lib.rs:

Instances of testcontainers:

Dependencies

~12–22MB
~293K SLoC