This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-protocol-go
mirror of
https://github.com/status-im/status-protocol-go.git
Watch
2
Star
0
Fork
You've already forked status-protocol-go
0
Code
Issues
Projects
Releases
Wiki
Activity
03adc878d8
status-protocol-go
/
README.md
7 lines
78 B
Markdown
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-07-06 13:05:25 +00:00
# status-protocol-go
move code from status-go and status-console-client
2019-07-08 09:21:21 +00:00
This is the Status Protocol implementation in Go.
Add confirmations for datasync messages. The signature of the `Raw` methods has been changed so that they return the application messageID. Clients will keep track of this ID and receive a notification through the envelopesMonitor of the state of the envelopes (sent/expired). Envelopes monitor is passed this ID as well. We use an array of IDs as datasync messages might be batched.
2019-08-05 08:10:13 +00:00
move code from status-go and status-console-client
2019-07-08 09:21:21 +00:00
TBD