Skip to content

Latest commit

 

History

History
169 lines (98 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

169 lines (98 loc) · 11.7 KB

Changelog

2.5.8 (2024-06-07)

Bug Fixes

  • Add lukso-mainnet to docs (force build due to failed release-please) (#42) (c8a6ab7)

2.5.7 (2024-03-14)

Bug Fixes

  • Add manual tests and lints into github actions (#40) (a6178d5)
  • Improve argument processing and revert click version (#38) (1197b4b)

2.5.6 (2023-08-21)

Bug Fixes

  • Cleanup and re-try (5b5fde5)
  • Universal2 build macos is completely broken for unknown reason (ebb9622)

2.5.5 (2023-08-09)

Bug Fixes

  • --amount is no longer a thing (807c155)
  • Add a small buildtest.sh script which allows testing of gitops build (mostly useful for MacOS Mx) (f25b9e6)
  • Adjust readme comment for --chain on new bls-to-execution-change sub-command. (b0c0f91)
  • Docker build. (92ffb49)
  • Dockerbuild is not even reproducible locally (5a5ce84)
  • Fix arg errors in pip (0c05938)
  • Fix pyinstaller by reverting it again (431475c)
  • Install cython, cytoolz and pycryptodome separately in Dockerfile (1c61905)
  • Move cython and pyinstaller fully global (55f304a)
  • Now pycryptodome is no longer building on mac (2bfdcc9)
  • Patch cython build (9072a07)
  • Patch to specific cython version (470eeba)
  • Remove another unused network KILN (377cf03)
  • Remove incomplete and unused network settings (e382bc8)
  • Remove unused commented out code (d8bc056)
  • Repair requirements_test.txt (18d6df3)
  • Test a way to force using the right cython and cytoolz (592856c)
  • try again (e856b49)
  • Try patch of cytoolz (5b124b5)
  • Try patch of cytoolz (b4eba45)
  • Upgrade python docker to 3.11.4-alpine3.18 (32857be)
  • Use non-rooted python installer (96f83eb)
  • Use python 3.11.4 for all archs (4889ef2)

2.5.4 (2023-07-02)

Bug Fixes

  • JITOptions get_default doesn't support new click API, empty args don't diplay help (cc669cc)

2.5.3 (2023-05-08)

Bug Fixes

  • -nocytoolz is no more (2aa05b8)
  • Also use -nocytoolz here (8cd0c85)
  • Apply python fixes to allow GUI to build (0c92854)
  • local build now that GUI works (237c6bb)
  • Make sure all pyinstaller is 5.9 (8bfb54c)
  • More dependencies affected (domino effect) (8e1fa9a)
  • Need zlib-dev (880830f)
  • pyinstaller needs zlib in docker. (bc8701a)
  • pyinstaller-hooks-contrib (4912dad)
  • Repair altgraph (17e325f)
  • Retry by updating hashes in requirements (6eb67a9)
  • To get fat binary needs to install cytoolz no binary (33a0a1a)
  • Upgrade macholib (d3c46ac)
  • Upgrade pefile (6c6cc15)
  • Wrong place to apply -nocytoolz (85c93c9)

2.5.2 (2023-04-13)

Bug Fixes

  • Remove unused networks (signed commit) (a957cbc)

2.5.1 (2023-03-24)

Bug Fixes

  • . instead of slash (7c9a0af)
  • Adjust some indirect dependencies (979a1a1)
  • missing install keyword (5d1ca50)
  • Network names. (707924f)
  • Remotely the bin folder cannot be used in pytemps. (450c982)
  • Requirement path still wrong. (a937dde)
  • Restart migration to universal build. (5997957)

2.5.0 (2023-03-13)

Features

  • added testnet and mainnet fork version (e4c8298)

2.4.7 (2023-02-21)

Bug Fixes

2.4.6 (2023-01-27)

Bug Fixes

  • Genesis fork version should be 0x20220001 (#16) (2f79b53)

2.4.5 (2023-01-23)

Bug Fixes

  • Add default_factory around nested dataclasses (e45099b)

2.4.4 (2023-01-20)

Bug Fixes

  • Disable release-please process on pull_requests. It should only track things on push to develop or patch/* (f52d510)

2.4.3 (2022-12-13)

Bug Fixes

  • Use tags during submodule notify (the gui is expecting the input now) (c98fc36)

2.4.2 (2022-12-13)

Bug Fixes

  • Inherit secrets to allow notification (903e8bd)

2.4.1 (2022-12-12)

Bug Fixes

  • Version import from the wrong file (3b5f252)

2.4.0 (2022-12-02)

Features

  • Add LUKSO network support (4b8acfe)

Bug Fixes

  • Add release-please process (cf57d55)