Skip to content

Releases: RingsNetwork/rings

v0.4.2

09 Dec 15:53
b866f1c
Compare
Choose a tag to compare
refactor!: backend and MessageEndpoint (#500)


    Rename client to provider
    Rename ServerMessage to ServiceMessage
    Add abstract layer of Backend
    Add macro utils to handle js_sys::Function
    Backend should not hold a processor
    Backend should only call APIs via provider which holding function request
    Added extension back

v0.4.2.beta

08 Dec 17:29
Compare
Choose a tag to compare
rm unnecessary clone

v0.4.1

08 Dec 06:49
b5e75da
Compare
Choose a tag to compare
feat: move session_sk to a separate file in config (#501)

* Move session_sk to a separate file in config

v0.4.0

30 Nov 06:16
cb609f8
Compare
Choose a tag to compare
refactor!: rewrite backend (#498)

v0.3.6

16 Nov 16:51
cb502db
Compare
Choose a tag to compare
bugfix: stab timeout should be 1000 times secs instead of div  (#497)

* bugfix timeout should be 1000 times instead of div

v0.3.5

16 Nov 15:16
9b2729b
Compare
Choose a tag to compare
bugfix: fixed timeout in wasm stabilazation (#495)

* fixed timeout

* bump version to 0.3.5

v0.3.4

14 Nov 14:57
17159f4
Compare
Choose a tag to compare
bugfix: make JsValue serializer JSON compatible (#493)

* use json comptatible serializer
* set version to 0.3.4

v0.3.2

10 Nov 09:13
2042d5f
Compare
Choose a tag to compare
bugfix: Set SDP type to String (#490)

* bump version to 0.3.2
* set sdp on dummy to string

v0.3.1

09 Nov 07:20
fa382c7
Compare
Choose a tag to compare
chore: bump version to 0.3.1 (#489)

 feat: add support for curve secp256r1 (NistP256) (#486) 
 feat!: general client for FFI and WASM (#478) 
 refactor!: separated transport crate (#471) 
 refactor:add SwarmCallback to allow user make delayed callback binding (#485)
 refactor: split pool from transport and add BoxedTransport (#479) 
 refactor: split Transaction from MessagePayload (#483) 
 chore: remove web3 dependency and fix Did display prefix (#480)

v0.3.0

20 Sep 09:51
0e8104b
Compare
Choose a tag to compare
refactor!: separated transport crate (#471)