capi icon indicating copy to clipboard operation
capi copied to clipboard

project-wide renamings

Open harrysolovay opened this issue 1 year ago • 0 comments

Some naming inconsistencies to address

  • pubKey, publicKey, accountId (I believe we mess up the terminology in certain places (multisig pattern))
  • hash, blockHash, at
  • events, txEvents, contractEvents
  • log, dbg
  • constant, const
  • Storage, Entry, StorageEntry, StorageEntryMetadata
  • controller, abortController
  • workflow title casing consistency
  • example log messages
  • chain, rune.chain, Rune.chain
  • multisigRune.ratify
  • AddressRune -> Ss58AddressRune
  • Discovery vs. DiscoveryValue vs. Compass
  • finalized/finalizedBlock/finalizedHash
  • users vs. testUsers
  • chain.blockHash vs. chain.resolvedBlockHash
  • Do we still like the declarative naming? signed and sent
  • handle -> handled
  • subscribe -> subscription

harrysolovay avatar Feb 10 '23 12:02 harrysolovay