Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Kolotov b9406fa7de fixed names of configuration parameters in transactions section 2018-07-27 23:39:58 +03:00
Alexander Kolotov 286044394f configuration parameters in examples updated with more relevant values 2018-07-27 22:57:57 +03:00
Alexander Kolotov 35a770128a legacy configuration options removed from documentation 2018-07-27 00:20:20 +03:00
Yurii Rashkovskii ebfdc34ccd
Problem: gas price configuration in examples
It's confusing that gas price oracle is used on the
home side of the bridge, as opposed to the foreign one,
because gas price is fixed on POA.

Solution: flip the gas price configuration example between sides
2018-06-12 18:38:13 -07:00
Yurii Rashkovskii bbda17d906
Merge pull request #94 from yrashk/accounts-deprecation
Problem: authorities.accounts config setting is obsolete
2018-06-04 14:15:29 -07:00
Yurii Rashkovskii b68f23558b
Problem: authorities.accounts config setting is obsolete
Solution: make it only accessible when `deploy` feature is on
(for integration tests)

Closes #73
2018-05-28 11:15:51 -07:00
Peter van Nostrand cd43c2dfcb Added underscores to example gas-prices in docs to improve readability. 2018-05-25 08:25:08 -04:00
Peter van Nostrand ab0407c345 Problem: the readme and example config TOML files include obsolete gas-price config options
Solution: remove the old config options, document the new gas-price config options
2018-05-24 19:28:23 -04:00
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