standardize: naming, ports, and dependency conventions #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hero_zero_standardize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Naming Convention (snake_case)
heroledger→hero_ledger[lib] name = "heroledger"for backward compat (preserves 47use heroledger::imports)heroledger→hero_ledger,heroledger-relayer→hero_ledger_relayerherolib-vault→herolib_vault,herolib-code→herolib_code,herolib-os→herolib_osdep:herolib-code→dep:herolib_code,dep:herolib-os→dep:herolib_osgeomind_research/herolib_rusttolhumina_code/hero_libPorts
buildenv.sh: PORTS "" → "3030 24567 9901" (per hero_ports registry)buildenv.sh: BINARIES updated tohero_ledger hero_ledger_relayerBackward Compatibility (per naming_convention Section 7)
[lib] name = "heroledger"preserves all existinguseimportsBuild passes.
Standardize: naming convention, ports, Makefile complianceto standardize: naming, ports, and dependency conventions