docs: Remove runtime target from docstrings#1757
Conversation
The run time target is captured by the folder structure of the contracts package
|
Codecov Report
@@ Coverage Diff @@
## develop #1757 +/- ##
========================================
Coverage 71.81% 71.81%
========================================
Files 69 69
Lines 2303 2303
Branches 344 344
========================================
Hits 1654 1654
Misses 649 649
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
## Overview Updates the consolidate task to only send a forkchoice update for safe head promotion if the attributes are either derived from a `SingleBatch`, or if the attributes are the last attributes within a `SpanBatch`. closes #1757
## Overview Updates the consolidate task to only send a forkchoice update for safe head promotion if the attributes are either derived from a `SingleBatch`, or if the attributes are the last attributes within a `SpanBatch`. closes #1757
Description
Remove runtime target from doc strings and identify contracts with missing descriptions
Additional context
Contracts in the contracts package with missing descriptions are:
packages/contracts/L2/predeploys/WETH9.sol
packages/contracts/libraries/resolver/Lib_AddressManager.sol
packages/contracts/libraries/resolver/Lib_AddressResolver.
packages/contracts/libraries/resolver/Lib_ResolvedDelegateProxy.sol
packages/contracts/standards/L2StandardERC20.sol
packages/contracts/test-helpers/Helper_GasMeasurer.sol
packages/contracts/test-helpers/Helper_SimpleProxy.sol
packages/contracts/test-helpers/TestERC20.sol
packages/contracts/test-libraries/codec/TestLib_OVMCodec.sol
packages/contracts/contracts/test-libraries/rlp/TestLib_RLPReader.sol
packages/contracts/contracts/test-libraries/rlp/TestLib_RLPWriter.sol
packages/contracts/contracts/test-libraries/standards/TestLib_AddressAliasHelper.sol
packages/contracts/contracts/test-libraries/trie/TestLib_MerkleTrie.sol
packages/contracts/contracts/test-libraries/trie/TestLib_SecureMerkleTrie.sol
packages/contracts/contracts/test-libraries/utils/TestLib_Buffer.sol
packages/contracts/contracts/test-libraries/utils/TestLib_Bytes32Utils.sol
packages/contracts/contracts/test-libraries/utils/TestLib_BytesUtils.sol
packages/contracts/contracts/test-libraries/utils/TestLib_MerkleTree.sol
Metadata