Commit Graph

18 Commits

Author SHA1 Message Date
kdeme d781a25f30 Move output parameters to end and add defines for buffer sizes 2019-11-19 11:02:00 +00:00
kdeme 16e606b274 Change from returning cstring to passing 32 raw byte array as parameter 2019-11-19 11:02:00 +00:00
kdeme 45e0fcba87 Change to fixed size arrays as they are 2019-11-19 11:02:00 +00:00
kdeme e8aab6ea5b Some general clean-up 2019-11-19 11:02:00 +00:00
kdeme 0f299842e1 Add switching between Status beta and staging fleet 2019-11-19 11:02:00 +00:00
kdeme e4ca4b7d31 Use pointers types for source and recipientPublicKey 2019-11-19 11:02:00 +00:00
kdeme d07ecbbf68 Testing out possible exception with raises pragma 2019-11-19 11:02:00 +00:00
kdeme 9e7e51b5b4 Add private key parameter for nimbus_start() + additional checks 2019-11-19 11:02:00 +00:00
kdeme 7ac8b98ce9 Add extra options to nimbus_start() 2019-11-19 11:02:00 +00:00
kdeme a8ca7d1d7f Change post payload and padding to ptr + size and some small improvements 2019-11-19 11:02:00 +00:00
kdeme e841c08b23 Some documentation comments update on the nimbus wrapper 2019-11-19 11:02:00 +00:00
kdeme cfdab7614d Allow to provide user data for the filter subscribe callback 2019-11-19 11:02:00 +00:00
kdeme fd71a13142 Add calls to get bloom filter and minimum PoW 2019-11-19 11:02:00 +00:00
kdeme 119a53d298 Improving whisper post and subscribe 2019-11-19 11:02:00 +00:00
kdeme 24850f8b96 Add asymmetric and symmetric key API for whisper 2019-11-19 11:02:00 +00:00
kdeme e51474f393 improvements and clean-up 2019-11-19 11:02:00 +00:00
kdeme 23baeaa15d Trying out some Whisper RPC alike API 2019-11-19 11:02:00 +00:00
Ștefan Talpalaru f6121c10f0
various changes:
- re-enable Nim's cache globally
- add a new "nimcache" subdir for the libraries
- make sure Go doesn't try to link libnimbus.a in the dynamically linked
  wrapper example
- always delete the static archive before recreating it
- rename wrapper.nim/.h to libnimbus.nim/.h
- better hygiene in libnimbus.h (include guards and C++ support)
- remove MainnetBootnodes copy, since we do include "config.nim" after all
2019-08-02 18:59:47 +02:00