Commit Graph

59 Commits

Author SHA1 Message Date
Alexander Kolotov d540973533 bridge config example updated
Examples in the git repo could lead to situation when a public node (especially a Kovan public) could drop transaction due to low gas price (0 by default).
In order to reduce number of questions which could appear with usage of examples, the `gas_price` field is initialized with 1 gwei in the corresponding files.
2018-05-02 18:13:15 +03:00
Yurii Rashkovskii 4151237c54
Problem: RPC transport change conflated with keystore
As a part of the original feature request, there was a need
for the bridge to be able to sign its own transactions. However,
this didn't fully materialize in the original patch, and only
configuration parameters were implemented.

Solution: remove these last conflated bits
and make this a pure transport change patch.
2018-04-19 10:13:45 -07:00
Yurii Rashkovskii 5b9c67f0ac
Problem: RPC patch introduces examples/local_dev
This directory doesn't reallly do anything to RPC.

Solution: extract it
2018-04-19 09:51:37 -07:00
Yurii Rashkovskii c04d6a282e
Problem: RPC patch doesn't compile yet
The inner workings of choosing IPC vs RPC haven't been worked out.

Solution: remove IPC in favour of RPC
2018-04-19 09:51:37 -07:00
Edward Mack aacea235bb
Problem: IPC doesn't scale well
Using IPC means bridge has to run alognside the node
on the same machine. This, at times, presents problems
in terms of efficiency or coupling of deployment.

Solution: switch to RPC
2018-04-19 09:51:32 -07:00
Yurii Rashkovskii 38e1cac265
Problem: intentional bridge shutdowns
It is impossible to tell whether the bridge
is being shut down intentionally or because of
an error. This is particularly important
for supervising the process, both in development
and production.

Solution: handle SIGINT and SIGTERM as a special case
and designate a separate status code (3) for intentional
shutdowns.

Also, include an example supervisor for development
mode (examples/suprevisor). Simply prepend it before
the invocation of bridge to supervise it.
2018-03-15 21:14:37 +07:00
viktor 199e7ec271 Upstream from paritytech master branch 2018-01-19 22:26:10 +03:00
Maximilian Krüger 067bafa545 examples/config.toml: add estimated_gas_cost_of_withdraw 2018-01-09 13:10:02 +01:00
viktor 017441b55e update Ropsten Sokol db file 2017-11-14 13:31:47 +03:00
viktor a8b29341be Ropsten to Sokol configs 2017-11-08 20:07:14 +03:00
viktor 640c90f0a2 Unlocked another account in Oracles 2017-11-08 18:08:49 +03:00
viktor 5d45e288bd Ora upd 2017-11-08 16:36:59 +03:00
viktor cc6f636ecd Upd 2017-11-08 16:03:20 +03:00
viktor 2822e44d3a . 2017-11-03 20:28:53 +03:00
viktor c093deff3d Reserved Sokol 2017-11-03 20:27:29 +03:00
viktor 1af5e4182f private PoA 2017-10-31 19:54:31 +03:00
viktor a6fe795f14 Ropsten tests 2017-10-31 12:16:36 +03:00
Victor 1510703d4c
Delete address_book.json 2017-10-31 12:13:41 +03:00
viktor 3d2e7a7279 loading tests 2017-10-30 16:09:13 +03:00
viktor eb6ad3b7d7 Oracles -> Kovan 2017-10-26 15:23:25 +03:00
viktor 50d7e04ad3 . 2017-10-26 12:49:25 +03:00
viktor 127c358660 update 2017-10-25 19:19:55 +03:00
viktor c5c938bbee last update 2017-10-25 19:18:44 +03:00
viktor 6e154944c7 . 2017-10-24 16:51:36 +03:00
viktor 50da8bb2fc . 2017-10-24 16:38:05 +03:00
viktor 61f070a4a0 . 2017-10-24 16:36:40 +03:00
viktor 998e2dceb5 configs update, js tests update 2017-10-24 14:05:56 +03:00
viktor 040e4bf9d4 Configs update 2017-10-18 17:30:56 +03:00
viktor dfbb91be43 mainnet/testnet to home/foreign 2017-10-17 18:33:11 +03:00
viktor f0dc380a29 Merge remote-tracking branch 'upstream/master' 2017-10-17 18:29:26 +03:00
viktor 7ef1b4ee1a . 2017-10-17 17:35:17 +03:00
viktor 0bf982b1a2 . 2017-10-15 16:00:20 +03:00
viktor a37002ef05 . 2017-10-15 12:20:23 +03:00
viktor 12033bfebd . 2017-10-15 11:57:23 +03:00
viktor 47118a505f . 2017-10-15 11:46:51 +03:00
viktor 5b2e364746 POA simple configs 2017-10-15 11:32:45 +03:00
viktor 6691139d2f POA simple configs 2017-10-15 11:21:51 +03:00
viktor 646c2b276e upd 2017-10-14 23:40:12 +03:00
viktor f581661a7f config fixes and test 2017-10-14 23:01:48 +03:00
viktor f098d0a1d8 config fixes 2017-10-14 20:24:08 +03:00
viktor ed9af08110 Oracles config update 2017-10-13 16:28:43 +03:00
viktor 00048cff58 Oracles: private and public confiurations 2017-10-13 14:51:12 +03:00
viktor c2ce757e83 db example 2017-10-12 18:37:17 +03:00
viktor b617dd3c5b node js deployment script for right side is added; configs update 2017-10-12 18:35:21 +03:00
debris 59403966fc rename to home/foreign, closes #46 2017-10-10 11:02:58 +02:00
viktor 75d570bbbf Oracles like network spec update 2017-10-05 15:17:59 +03:00
viktor fc516c98aa new keys 2017-10-05 14:25:39 +03:00
viktor 01de767ff2 kovan address update 2017-10-05 14:03:03 +03:00
viktor 307827e610 bridge config is updated 2017-10-05 07:03:33 +03:00
viktor ae42406b3e examples configs 2017-10-05 06:09:57 +03:00