Dmitry Shulyak
79ede28ab7
Bump to 0.25.1 ( #1468 )
2019-05-27 08:44:33 +03:00
Andrea Maria Piana
4ab08629f6
Add postgres
...
This commits adds support for postgres database.
Currently two fields are stored: the bloom filter and the topic.
Only the bloom filter is actually used to query, but potentially we will
use also the topic in the future, so easier to separate it now in order
to avoid a migration.
2019-05-15 11:01:34 +02:00
Igor Mandrigin
10fc860a5f
fix parameters parsing for eth_* filters subscriptions ( #1461 )
2019-05-10 12:56:58 +02:00
Igor Mandrigin
7002311f96
bump version to 0.25 (new API for subscriptions) ( #1460 )
2019-05-09 12:32:07 +02:00
Dmitry Shulyak
21f9f09586
Bump version to 0.24.0-beta.4 ( #1458 )
2019-05-07 09:06:14 +02:00
Andrea Maria Piana
354e6981ba
Add network incentivisation service ( #1452 )
2019-04-29 14:05:49 +02:00
Dmitry Shulyak
cb8b30c78f
Bump minor version ( #1448 )
2019-04-24 10:53:29 +03:00
Igor Mandrigin
056bf367a7
Expose vanilla ECDSA signing ( #1444 )
2019-04-18 15:52:08 +02:00
Andrea Maria Piana
8baae97e2e
Add GetNodesFromContract endpoint
...
We added an endpoint that given an RPC url and a contract will fetch a
list of nodes and return them to the client.
2019-03-29 12:55:54 +01:00
Adam Babik
77c004f6ba
bump version 0.23.0-beta.9
2019-03-15 14:55:21 +01:00
Andrey
44ee59b4eb
Bump version to 0.23.0-beta.8
...
Bump version to 0.23.0-beta.8
2019-03-05 14:57:07 +01:00
Andrea Maria Piana
38e5335e18
Allow messages to be decrypted from previous bundles ( #1400 )
...
Currently we only decrypt messages if received on the current bundle.
This changes the behavior so that messages can be decrypted if sent to
previous bundles as well, as otherwise is a bit restrictive
2019-02-28 13:09:43 +01:00
Adam Babik
259a32cd9d
Bump version to 0.23.0-beta.6
2019-02-27 15:34:54 +01:00
Igor Mandrigin
f47187b00b
gomobile: fix empty geth.log ( #1396 )
2019-02-26 10:47:23 +01:00
Igor Mandrigin
0282f481bf
Fix `admin_nodeInfo` to provide the correct version again ( #1394 )
2019-02-25 17:23:30 +01:00
Andrea Maria Piana
c654803a5f
Bump version to 0.23.0-beta.3 ( #1391 )
2019-02-25 10:46:36 +01:00
Adam Babik
cc20f61301
Bump version 0.23.0-beta.2
2019-02-22 09:56:25 +01:00
Igor Mandrigin
e66721c8c4
bump version ( #1384 )
2019-02-21 10:17:27 +01:00
Andrea Maria Piana
81d8ca82a2
Add confirm messages processed by ID ( #1375 )
...
Currently PFS messages are decrypted and therefore modified before being
passed to the client. This make IDs computation difficult, as we pass
the whole object to the client and expect the object be passed back once
confirmed.
This changes the behavior allowing confirmation by ID, which is passed
to the client instead of the raw object.
This is a breaking change, but status-react is already forward
compatible.
2019-02-19 13:58:42 +01:00
Adam Babik
e7c8b33c2f
Bump version to 0.22.0-beta.0
2019-02-14 14:47:38 +01:00
Andrea Franz
a249151d05
add LoginWithKeycard to mobile pkg ( #1372 )
2019-02-11 21:20:59 +01:00
Ivan Daniluk
4f3f5ee574
Gomobile support ( #1164 )
2019-02-01 18:02:52 +01:00
Adam Babik
fd949c5cf8
Release 0.20.0-beta.1
2019-01-25 20:44:48 +01:00
Adam Babik
6e88828d76
bump version to 0.20.0-beta.0
2019-01-17 19:56:29 +01:00
Adam Babik
b394e912e3
Bump version to 0.19.0-beta.5
2019-01-16 15:47:57 +01:00
Andrea Maria Piana
68ac31b3b8
Bump version
2019-01-14 13:11:14 +01:00
Adam Babik
a84dee4934
Release 0.19.0-beta.3
2019-01-10 12:53:35 +01:00
Adam Babik
aefc62dfc1
Release 0.19.0-beta.2
2019-01-02 18:55:41 +01:00
Adam Babik
5e1f4631b1
Release 0.19.0-beta.1
2018-12-20 11:06:35 +01:00
Adam Babik
2c5a1a7710
Bump version to 0.19.0
2018-12-17 12:57:50 +01:00
Adam Babik
7fb2755f6b
Describe and simplify the release process ( #1322 )
2018-12-17 10:55:17 +01:00
Andrea Maria Piana
b676de9dac
Hash password before using it ( #1306 )
2018-12-10 14:11:19 +01:00
Andrea Maria Piana
afc3017e07
Notify user when the device is missing ( #1298 )
...
* Notify user when the device is missing
* Update services/shhext/chat/encryption.go
Co-Authored-By: cammellos <andrea.maria.piana@gmail.com>
2018-12-05 09:22:49 +01:00
Pedro Pombeiro
b72d7d1950
Update version to 0.18.0
...
- due to API breaking change on `NotifyUsers`
2018-12-03 11:30:13 +01:00
Adam Babik
e447750f4d
Bump 0.17.2-beta
2018-11-29 15:06:48 +01:00
Adam Babik
3ab928169e
Release 0.17.1
2018-11-29 15:05:30 +01:00
Adam Babik
8efd1fe84e
Bump version to 0.17.1-beta
2018-11-14 08:18:59 +01:00
Adam Babik
52a1bdfed6
Upgrade geth 1.8.17 plus add metrics during compilation time ( #1273 )
...
This commit updates geth to 1.8.17 and adds a possibility to enable metrics during compilation time.
The cascade of issues forced us to upgrade geth to 1.8.17 in order to allow enabling metrics during compilation time. 1.8.17 introduced `NodeID` refactoring and `enode` package which affected our peers pool and integration with Discovery V5.
2018-11-14 08:03:58 +01:00
Adam Babik
5b2d7dc212
bump version to 0.16.8-beta
2018-11-14 01:31:47 +01:00
Adam Babik
941790f357
bump version to 0.16.7
2018-11-14 01:08:09 +01:00
Andrea Maria Piana
58bd36e79e
Automate github releases ( #1263 )
2018-11-05 15:02:16 +01:00