Skip to content

Releases: oasysgames/oasys-validator

Release v1.7.3

24 Dec 09:31
11ab2ba
Compare
Choose a tag to compare

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

23 Dec 10:12
Compare
Choose a tag to compare
Pre-release

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

08 Dec 11:32
4e08e52
Compare
Choose a tag to compare

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

Full Changelog: v1.7.0...v1.7.2

Release v1.7.2-testnet0

08 Dec 13:54
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.7.0-testnet0...v1.7.2-testnet0

Release v1.7.0

04 Dec 11:52
2ee4602
Compare
Choose a tag to compare

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

Full Changelog: v1.6.0...v1.7.0

Release v1.7.0-testnet0

03 Dec 10:44
Compare
Choose a tag to compare
Pre-release

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

12 Nov 02:38
Compare
Choose a tag to compare
Pre-release

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

11 Nov 05:45
a9325a2
Compare
Choose a tag to compare

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

06 Nov 08:09
Compare
Choose a tag to compare
Pre-release

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

29 Aug 08:54
4ad8563
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.4.1...v1.5.0