Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Prepare release nectar 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
comit-botty-mc-botface committed Oct 20, 2020
1 parent b4ad16d commit 154159c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions nectar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [nectar-0.1.0] - 2020-10-20

### Added

- Ability to configure strategies to be used for Bitcoin fees and Ethereum Gas Price resolution.
See `./sample-config.toml` for more details.
- Disallow unknown keys in the config file.
Previously, unknown configuration keys would just be ignored.
`nectar` will now refuse to startup if the configuration file contains unknown keys.
Previously, unknown configuration keys would just be ignored.
`nectar` will now refuse to startup if the configuration file contains unknown keys.

### Changed

- Update the expected network times to calculate the expiries: We expect Bitcoin's transactions to be included within 6 blocks and Ethereum's within 30 blocks.
- By default, use bitcoind's `estimatsmartfee` feature to estimate Bitcoin fees.
For Ethereum, Eth Gas Station API is used.
For Ethereum, Eth Gas Station API is used.
- Change log level configuration format from capitalised (e.g. "Debug") to lowercase (e.g. "debug").

[Unreleased]: https://github.com/comit-network/comit-rs/compare/d5d26e42a2d8dd026ae94f2c8a9e0bd80ab81133...HEAD
[Unreleased]: https://github.com/comit-network/comit-rs/compare/nectar-0.1.0...HEAD

[nectar-0.1.0]: https://github.com/comit-network/comit-rs/compare/b4ad16d63579c542a3885d57f0522b445cfa8bae...nectar-0.1.0

0 comments on commit 154159c

Please sign in to comment.