Commit Graph

14 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 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
Maximilian Krüger 067bafa545 examples/config.toml: add estimated_gas_cost_of_withdraw 2018-01-09 13:10:02 +01:00
debris 59403966fc rename to home/foreign, closes #46 2017-10-10 11:02:58 +02:00
debris 134bf5a620 fixed loading .bin files, filter topics and example gas amounts 2017-10-01 19:18:50 +02:00
debris 9d9feb756e tuned contract deploy 2017-08-31 14:57:43 +02:00
debris a44c9446d6 gas and gas_price configuration for transactions, closes #11 2017-08-24 18:20:37 +02:00
debris 52844dde4c authorities are configurable from config file, closes #3 2017-08-13 21:00:23 +02:00
debris 795047e91f deploy future, closes #5 2017-08-13 20:44:41 +02:00
debris f61da0dd06 bridge.rs 2017-08-10 17:55:46 +02:00
debris daf08e03f3 deploy finally works 2017-08-04 00:48:12 +02:00
debris a822becbb6 added error chain 2017-08-02 12:45:15 +02:00