Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 255a75e

Browse files
committed
Aleth 1.8.0
Bump version: 1.8.0-alpha.3 → 1.8.0
1 parent 0297839 commit 255a75e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0-alpha.3
2+
current_version = 1.8.0
33
commit = True
44
message = Aleth {new_version}
55

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## [1.8.0] - Unreleased
3+
## [1.8.0] - 2019-12-16
44

55
- Added: [#5699](https://github.com/ethereum/aleth/pull/5699) EIP 2046: Reduced gas cost for static calls made to precompiles.
66
- Added: [#5741](https://github.com/ethereum/aleth/pull/5741) Support for individual EIP activation to facilitate EIP-centric network upgrade process.
77
- Added: [#5752](https://github.com/ethereum/aleth/pull/5752) [#5753](https://github.com/ethereum/aleth/pull/5753) [#5809](https://github.com/ethereum/aleth/pull/5809) Implement EIP1380 (reduced gas costs for call-to-self).
8-
- Added: [#5859](https://github.com/ethereum/aleth/pull/5859) EIP-2384 Istanbul/Berlin Difficulty Bomb Delay and Muir Glacier fork support.
8+
- Added: [#5859](https://github.com/ethereum/aleth/pull/5859) EIP-2384 Istanbul/Berlin Difficulty Bomb Delay and **Muir Glacier** fork support.
99
- Changed: [#5750](https://github.com/ethereum/aleth/pull/5750) Use `testeth -t <SUITE_NAME> -- --testfile <PATH>` to run the tests from file at any path. Use `testeth -t <SUITE_NAME> -- --testfile <PATH> --singletest <TEST_NAME>` to run only single test from any file.
1010
- Changed: [#5801](https://github.com/ethereum/aleth/pull/5801) `testeth -t BlockchainTests` command now doesn't run the tests for the forks before Istanbul. To run those tests use a separate LegacyTests suite with command `testeth -t LegacyTests/Constantinople/BlockchainTests`.
1111
- Changed: [#5807](https://github.com/ethereum/aleth/pull/5807) Optimize selfdestruct opcode in LegacyVM by reducing state accesses in certain out-of-gas scenarios.
@@ -116,7 +116,7 @@
116116
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.
117117

118118

119-
[1.8.0]: https://github.com/ethereum/aleth/compare/v1.7.2...master
119+
[1.8.0]: https://github.com/ethereum/aleth/releases/tag/v1.8.0
120120
[1.7.2]: https://github.com/ethereum/aleth/releases/tag/v1.7.2
121121
[1.7.1]: https://github.com/ethereum/aleth/releases/tag/v1.7.1
122122
[1.7.0]: https://github.com/ethereum/aleth/releases/tag/v1.7.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ HunterGate(
4747
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
4848

4949
project(aleth)
50-
set(PROJECT_VERSION 1.8.0-alpha.3)
50+
set(PROJECT_VERSION 1.8.0)
5151

5252
cable_add_buildinfo_library(PROJECT_NAME aleth)
5353

0 commit comments

Comments
 (0)