Change the project layout and rename to match the Go conventions (where applicable):
- rename
frame to modules / core ?
- rename
primitivesto common ?
- rename
account_nonce to accountnonce
block_builder to blockbuilder
genesis_builder to genesisbuilder
offchain_worker to offchainworker
session_keys to sessionkeys
tagged_transaction_queue to taggedtxqueue
transaction_payment to txpayment
transaction_payment_call to txpaymentcall
- do we need
internal ?
- try to import
gosemble as pkg into another project (configure and extend the runtime)
Change the project layout and rename to match the Go conventions (where applicable):
frametomodules/core?primitivestocommon?utilstocommonaccount_noncetoaccountnonceblock_buildertoblockbuildergenesis_buildertogenesisbuilderoffchain_workertooffchainworkersession_keystosessionkeystagged_transaction_queuetotaggedtxqueuetransaction_paymenttotxpaymenttransaction_payment_calltotxpaymentcallinternal?gosembleas pkg into another project (configure and extend the runtime)