Releases: oasysgames/oasys-validator
Release v1.7.3
Important
there is no need to apply this update, if you are using the previous version (v1.7.2) and have successfully synced with the mainnet/testnet.
This release addresses the issue of increased BAD BLOCK
errors that occurred immediately after the mainnet hardfork.
To resolve this, apply the latest configuration from the beginning to enable the signer to support Cancun.
What's Changed
- address failed to load latest signer at first place issue by @tak1827 in #123
- Fix
no such file or directory
error in Github actions by @ironbeer in #124
Full Changelog: v1.7.2...v1.7.3
Release v1.7.3-testnet0
What's Changed
- address failed to load latest signer at first place issue by @tak1827 in #123
- Fix
no such file or directory
error in Github actions by @ironbeer in #124
Full Changelog: v1.7.2-testnet0...v1.7.3-testnet0
Release v1.7.2
This release primarily addresses the syncing issue that occurred with the v1.7.0 release on the mainnet and includes a minor improvement:
- Fix the syncing issue caused by the unexpected denial of CREATE2 calls.
- Allow read-only calls to denied contracts.
Hardfork Schedule
We have postponed the mainnet release by 2 days to allow sufficient time for validators and full node operators to upgrade.
The updated schedule: Block #5527429 (Mon Dec 18 2024 17:00:00 GMT+0900)
What's Changed
- Exclude CREATE2 from EVM access control by @ironbeer in #119
- Fixed error when
new
is used in internal tx by @ironbeer in #120 - skip deny call if readonly by @tak1827 in #121
- dely mainnet hardfork by 2 dyas by @tak1827 in #122
Full Changelog: v1.7.0...v1.7.2
Release v1.7.2-testnet0
What's Changed
- schedule mainnet hardfork of v1.7.0 by @tak1827 in #116
- Exclude CREATE2 from EVM access control by @ironbeer in #119
- Fixed error when
new
is used in internal tx by @ironbeer in #120 - skip deny call if readonly by @tak1827 in #121
- dely mainnet hardfork by 2 dyas by @tak1827 in #122
Full Changelog: v1.7.0-testnet0...v1.7.2-testnet0
Release v1.7.0
Important
Do not use this version. Syncing will fail due to this issue.
This release includes the following changes:
- Merged Go-Ethereum changes up to v1.13.15.
- Incorporated BSC fast finality bug fixes up to v1.4.15.
- Enabled Ethereum
Cancun
updates. - Removed the EOA deploy restriction and replaced it with EVM create/call access control using the EVMAccessControl contract.
- Temporarily forced the fast finality vote option to be enabled.
Hardfork Schedule
The mainnet is active at Block #5498661 (Mon Dec 16 2024 17:00:00 GMT+0900)
What's Changed
- Improved EnvironmentValue parsing by @ironbeer in #70
- Improved performance degradation due to change in json format of consensus snapshot by @ironbeer in #69
- Add contract deploy test by @ironbeer in #72
- Added
Equal
method to EnvironmentValue by @ironbeer in #71 - Imported diffs of blockchain.go and headerchain.go from [email protected] by @ironbeer in #74
- Fix panic when BLS key is nothing & support multiple keys by @ironbeer in #81
- Imported eth.handler from [email protected] by @ironbeer in #78
- Fix reorg when justification chain is split by @ironbeer in #85
- fix compile error by @tak1827 in #80
- Integrate BSC cancun support by @tak1827 in #84
- もろもろの調整を加えた最終系 by @tak1827 in #86
- Feat/objust blob reserve period by @tak1827 in #106
- Feat/evm access control by @tak1827 in #105
- temporaly force validators to enable vote to activate fast finality by @tak1827 in #109
- merge go-ethereum v1.13.15 by @tak1827 in #79
- Revert "merge go-ethereum v1.13.15" by @tak1827 in #111
- Feat/v1.13.15 by @tak1827 in #112
- fix blob freeze bug on localchain by @tak1827 in #110
- never deny evm call to built in contracts by @tak1827 in #114
- schedule testnet hardfork v1.7.0 by @tak1827 in #115
- schedule mainnet hardfork of v1.7.0 by @tak1827 in #116
Full Changelog: v1.6.0...v1.7.0
Release v1.7.0-testnet0
Warning
Do not use on the mainnet.
Hardfork Schedule
The testnet is active at Block #5445775 (Wed Dec 04 2024 14:00:00 GMT+0900)
What's Changed
Full Changelog: v1.6.0-testnet1...v1.7.0-testnet0
Release v1.6.0-testnet1
Warning
Do not use on the mainnet.
What's Changed
- [testnet] fix node crash issue when solidity block.difficulity or block.prevrandao called by @ironbeer in #101
Full Changelog: v1.6.0-testnet0...v1.6.0-testnet1
Release v1.6.0
This release includes the following changes:
- Incorporate fast finality from BSC as a mechanism to finalize our L1 chain.
- Note: Penalties for malicious voting and non-voting validators have not yet been implemented.
- Upgrade oasys-genesis-contract to version v1.7.0
- Added a revoke function for LOAS.
Hardfork Schedule
The mainnet will activate on November 18, 2024, at 17:00:00 (GMT+9)
.
What's Changed
- Feat/finalizer by @tak1827 in #61
- set testnet hardfork for v1.6.0 by @tak1827 in #88
- Fix voting process stopping with each synchronization by @ironbeer in #90
- fix node crash issue when solidity block.difficulity or block.prevran… by @tak1827 in #96
- schedule mainnet hardfork block for v1.6.0 by @tak1827 in #97
Full Changelog: v1.5.0...v1.6.0
Release v1.6.0-testnet0
Warning
Do not use on the mainnet.
Hardfork Schedule
The testnet is active at Block #4958700 (Thu Oct 31 2024 18:00:00 GMT+0900)
What's Changed
Full Changelog: v1.5.0-testnet0...v1.6.0-testnet0
Release v1.5.0
This release changes the block time for the Hub-Layer from 15 seconds to 6 seconds.
Hardfork Schedule
The mainnet is active at Mon Sep 9 2024 17:03:00 GMT+0900
What's Changed
- Update 2021-08-22-split-postmortem.md by @Ocheretovich in #60
- Shorten block time by @ironbeer in #62
- Fix epoch boundary check by @ironbeer in #63
- Configured block time shortening epoch for the mainnet by @ironbeer in #65
New Contributors
- @Ocheretovich made their first contribution in #60
Full Changelog: v1.4.1...v1.5.0