-
Notifications
You must be signed in to change notification settings - Fork 68
Deprecations and Proposed Deprecations In Leap Software
Brian Hazzard edited this page Aug 19, 2024
·
24 revisions
For deprecations prior to the release of Leap 3.1 please see https://github.com/EOSIO/eos/issues/7597.
Feature | Date of Deprecation Notice | Deprecation Announcement Link | Date of Removal | Removal Version | Alternative to Consider |
---|---|---|---|---|---|
history_plugin | 2018-08-14 | v1.2.0 | 2022-08-23 | Leap v3.1.0 | state_history_plugin, trace_api_plugin |
mongo_db_plugin | 2019-04-29 | v1.8.0-rc1 | 2022-08-23 | Leap v3.1.0 | state_history_plugin, trace_api_plugin |
wabt | 2019-04-29 | - | 2022-01-31 | Mandel v3.0.0 | EOS VM (default in 3.0+) |
macOS support | - | - | 2022-01-31 | Mandel v3.0.0 | None Native macOS support now best-effort |
cleos wast output | - | - | 2022-06-15 | Mandel v3.1.0 | Use external tooling (wabt etc) |
/v1/chain/abi_bin_to_json , /v1/chain/abi_json_to_bin
|
2022-06-15 | v3.1.0-rc1 | 2023-04-23 | v4.0.0 | Use wharfkit or other client side conversion |
/v1/chain/send_transaction , /v1/chain/push_transaction , /v1/chain/push_transactions
|
2023-04-11 | v4.0.0-rc3 | - | TBA | Use send_transaction2
|
Direct YubiHSM support | pre-3.1.0 | issue 110 | - | v4.0.0 | none at current time; could continue to use old keosd with feature |
private-key nodeos config |
pre-1.0.0 | notice present in 1.0.0 nodeos | - | TBA |
signature-provider nodeos config |
HTTPS in nodeos and keosd | 2022/10/07 | v3.2.0-rc1 | - | v4.0.0 | Reverse proxy |
Speculative mode | 2022/10/07 | v3.2.0-rc1 | - | v4.0.0 | Head mode |
blocklog-util | 2022/10/07 | v3.2.0-rc1 | - | TBA | leap-util |
trx_test_gen_plugin | 2022/10/07 | v3.2.0-rc1 | - | TBA | TBA |
login_plugin | 2022/10/07 | v3.2.0-rc1 | - | TBA | none |
fc repo | 2022/10/07 | v3.2.0-rc1 | - | TBA | none |
wasm-spec-tests repo | 2022/10/07 | v3.2.0-rc1 | - | TBA | none |
eosio-launcher | 2023/01/05 | v3.2.0 | - | TBA | none |
cleos send transaction --read-only | 2022/11/17 | PR 483 | - | TBA | --dry-run |
Ubuntu 18.04 support | TBA | TBA in 4.0.0 | - | TBA | Use Ubuntu 20.04+ |
disable-subjective-billing | 2023/05/24 | PR 1209 | - | v5.0.0 | set disable-subjective-p2p-billing = true and disable-subjective-api-billing = true
|
These proposed deprecations are seeking feedback from users