flow-core-contracts icon indicating copy to clipboard operation
flow-core-contracts copied to clipboard

Cadence smart contracts that define core functionality of the Flow protocol

Results 42 flow-core-contracts issues
Sort by recently updated
recently updated
newest added

## Issue To Be Solved Need to provide better onboarding to this repo for newcomers. Please tag @joshuahannan here if you'd like some guidance on how to complete this! 😃...

documentation
good first issue
P-Low
SC-Eng

Similar to existing package this one will provide similar functionality for Javascript ecosystem. Closes #115

### Issue To Be Solved We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import...

Feedback
Feature
P-Medium
SC-Eng

Had the key wrong in config. Trying again

Automated Slot Assignment allows nodes to be added to the network in a permissionless manner. This opens the network up to nodes being allowed within the private p2p network, where...

Feature

The existing algorithm has a known issue: If a user removes their stake, or if the service accounts sets a nodes weight to 0, or if the node is slashed...

Feature

### Issue To Be Solved Implement Slot Selection, which imposes limits on the number of nodes of each type that can be included for staking. #### Spec The spec is...

Epic
Feedback
Feature

Initial work in process commit for review and comment.

closes https://github.com/onflow/flow-core-contracts/issues/414 The implementation: - adds a new `backfiller` resource to track and backfill past empty entries in the array - adds events when a past gap in detected and...

Includes changes related to Cadence 1.0 Many functions have been changed to `view` for new view function requirements Updates casting to use correct `as` syntax changes `pub` to `access(all)` Adds...