squeaknode/tests/core
Jonathan Zernik 5198467889
Use new squeak protocol with schnorr and pubkey as identifier (#1870)
* Got all tests in core dir passing

* Got all tests in db dir passing

* Got tests for admin dir passing

* Got all unit tests passing

* Added migration for squeak table and profile table using new pubkey

* Re-start db migrations with new data-v2.db file

* Fix column type for profile public key

* Got all itests passing

* Log the public key in hex in create contact profile handle fn

* Rename rpc methods to use pubkey instead of address

* Got frontend mostly working with new profile pubkey

* Update frontend to use pubkey instead of address

* Change size of squeak profile detail item

* Update create contact profile dialog to use pubkey

* Update twitter account item to use pubkey

* Include label for pubkey in profile detail item

* Decrease size of profile detail item

* Update frontend build

* Improve logging of requests in handler
2021-12-20 09:28:38 -08:00
..
test_crypto.py Added unit tests for generate nonce functions (#1564) 2021-10-11 18:59:48 -07:00
test_interests.py Use new squeak protocol with schnorr and pubkey as identifier (#1870) 2021-12-20 09:28:38 -08:00
test_peers.py Replace use_tor field with network in peer address (#1558) 2021-10-10 21:00:56 -07:00
test_profiles.py Use new squeak protocol with schnorr and pubkey as identifier (#1870) 2021-12-20 09:28:38 -08:00
test_secret_keys.py Move secret key tweak functions to secret keys module (#1464) 2021-10-02 00:07:51 -07:00
test_squeak_core.py Use new squeak protocol with schnorr and pubkey as identifier (#1870) 2021-12-20 09:28:38 -08:00
test_squeaks.py Add docstring and test for get_hash function (#1631) 2021-10-18 00:16:08 -07:00