Commit Graph

10 Commits

Author SHA1 Message Date
Elise Alix c2c8ae2183
fix: use version 0.10 for secp library (#95) 2023-04-21 14:12:13 -07:00
Pat Nakajima b4cf49660b
Add .spi.yml (#83)
* Add .spi.yml

* Add docc dep
2023-03-22 17:20:30 +00:00
Pat Nakajima e39909eff2
Load all conversations (#52) 2023-02-02 10:34:50 -08:00
Pat Nakajima 8f053e2ac4
Add Push Notification example (#43)
* WIP

* Add push notifications example

* Ignore this

* Remove prints

* Format

* remember to set this

* Make push server configurable

* remove prints

* remove comment

* format

* remove print

* remove this

* add comment

* fix lint
2023-01-31 23:32:32 +00:00
Pat Nakajima 9f0f76951a
Make SendOptions work more like the JS SDK (#45)
* Make SendOptions work more like the JS SDK

* Update README
2023-01-23 12:49:19 -08:00
Pat Nakajima f6509c75ea
Remove wallet connect as an SDK dependency (#32) 2023-01-20 02:19:33 +00:00
Pat Nakajima ac07b7e445
Enable message compression/decompression (#42)
Adds the ability to send and receive compressed messages as described by the JS SDK.
2023-01-19 17:53:54 -08:00
Pat Nakajima ebe404d1be
Fix conversation streaming (#37) 2023-01-17 19:27:26 +00:00
Pat Nakajima 91750244ae
Send/Receive messages (#10) 2022-12-01 14:56:40 -08:00
Pat Nakajima 1ce99f00b6
feat: introduce actual wallet signing
This PR lets us use an actual wallet as a SigningKey instead of just a private key which was what we used in #2.

It also introduces the very beginnings of an example app that will get fleshed out as we start building an actual Client.

It also also introduces some very basic swiftlint rules.
2022-11-28 10:45:58 -08:00