Skip to content

Releases: Consensys/linea-sequencer

Release v0.1.4-test36

22 Nov 13:35
Compare
Choose a tag to compare

What's Changed

  • docs: Update plugins doc with reporting rejected tx cli options by @usmansaleem in #97
  • added missing javadoc comments by @macfarla in #98
  • Rename minGasPrice to ethGasPrice from the extraData and track its value by @cloudspores in #103
  • Expose metrics for profitability configuration at runtime by @fab-10 in #104
  • Fix: MetricSystem is only available at start phase by @fab-10 in #106
  • Only process extra data when the node is in sync by @fab-10 in #105
  • [MINOR] IDE suggested syntax improvements by @macfarla in #100
  • log plugin name at registration; remove override of getName() method by @macfarla in #99
  • Accept txs that revert in eth_sendRawTransaction when simulation check is enabled by @fab-10 in #108

Release v0.8.0-rc4.1

08 Oct 16:23
6812549
Compare
Choose a tag to compare

What's Changed

  • Use required plugins in ATs to not register tracer plugins by @fab-10 in #91
  • feat: Report rejected transactions to an external service for tx pool validators used by LineaTransactionPoolValidatorPlugin by @usmansaleem in #85
  • fix: Validate rejected-tx cli options without ArgGroup by @usmansaleem in #95
  • Provide chainId to createZkTracer(...) by @OlivierBBB in #93
  • Fix for required chainId check by @fab-10 in #96

Full Changelog: v0.8.0-rc1.1...v0.8.0-rc4.1

Release v0.1.4-test35

08 Oct 16:23
Compare
Choose a tag to compare

What's Changed

  • Use required plugins in ATs to not register tracer plugins by @fab-10 in #91
  • feat: Report rejected transactions to an external service for tx pool validators used by LineaTransactionPoolValidatorPlugin by @usmansaleem in #85
  • fix: Validate rejected-tx cli options without ArgGroup by @usmansaleem in #95
  • Fix for required chainId check by @fab-10 in #96

Full Changelog: v0.1.4-test34...v0.1.4-test35

Release v0.8.0-rc1.1

02 Oct 15:49
624b99d
Compare
Choose a tag to compare

What's Changed

  • Set besuVersion=24.10-delivery34 and arithmetizationVersion=0.8.0-rc1 by @fab-10 in #90

Full Changelog: v0.7.0-rc1.1...v0.8.0-rc1.1

Release v0.7.0-rc1.1

01 Oct 14:56
ead1720
Compare
Choose a tag to compare

What's Changed

  • Set besuVersion=24.9-delivery33 and arithmetizationVersion=0.7.0-rc1 by @fab-10 in #89

Release v0.6.0-rc8.1

27 Sep 14:11
950f48a
Compare
Choose a tag to compare

What's Changed

  • linea_estimateGas: calculate the gas limit the sender according to his balance by @fab-10 in #86
  • Fix a config key name clash with the tracer by @fab-10 in #87
  • Update tracer by @fab-10 in #88

Full Changelog: v0.6.0-rc6.1...v0.6.0-rc8.1

Release v0.1.4-test34

27 Sep 14:51
Compare
Choose a tag to compare

What's Changed

  • Log the transaction hash in the module limit warning by @siladu in #76
  • Improve SimulationValidation Trace Logs by @siladu in #78
  • Include native library for macOS in released JAR file by @fab-10 in #80
  • linea_estimateGas: calculate the gas limit the sender according to his balance by @fab-10 in #86

New Contributors

Full Changelog: v0.1.4-test33...v0.1.4-test34

Release v0.6.0-rc6.1

24 Sep 13:13
03f7eb2
Compare
Choose a tag to compare
  • Bump linea-arithmetization version to 0.6.0-rc6 #84
  • Update actions to node20 versions #83
  • Removed references to junit #81
  • Build macOS native lib #80
  • Improve SimulationValidation Trace Logs #78

Release v0.6.0-rc5.1

20 Sep 08:28
9753999
Compare
Choose a tag to compare
  • bump linea-arithmetization version to 0.6.0-rc5 #79

Release v0.6.0-rc3.1

18 Sep 13:43
6d070eb
Compare
Choose a tag to compare
  • Bump linea-arithmetization version to 0.6.0-rc3 #77
  • Log the transaction hash in the module limit warning #76
  • Split LineaEndpointServicePlugin methods into two classes #73
  • Report discarded transactions to external service #69