feat/957-single-channel-mode #32
Reference in New Issue
Block a user
Delete Branch "feat/957-single-channel-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A single-channel mode has been added for user convenience and to reduce the memory footprint.
The one large source file (relay_chn.c) has broken the component down into the following modules:
This further modularisation of the component will prevent the creation of a single, huge source file and facilitate unit testing.
TICKET-1030
The merge from remote-tracking branch 'origin/main' at
f1cda4531dwas done because the latest tag (0.5.0) was unreachable from HEAD. Because of this, when I rangit describe --tags, it returned the previous tag, which is0.4.0.