Variable Length Keys

This commit is contained in:
Christien Rioux 2025-07-06 18:55:17 -04:00
parent b52e64e56a
commit 67be63c91c
171 changed files with 12847 additions and 10261 deletions

View file

@ -71,6 +71,8 @@ void main() {
'create delete dht record simple', testCreateDeleteDHTRecordSimple);
test('create delete dht record no close',
testCreateDeleteDHTRecordNoClose);
test('create delete dht record with deterministic key',
testCreateDHTRecordWithDeterministicKey);
test('get dht value nonexistent', testGetDHTValueNonexistent);
test('set get dht value', testSetGetDHTValue);
test('set get dht value with owner', testSetGetDHTValueWithOwner);