Skip to content

Commit

Permalink
rebase and update new transasctions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Feb 18, 2025
1 parent f0c7ecf commit 9339cb6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
30 changes: 15 additions & 15 deletions lib/go/templates/internal/assets/assets.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions transactions/FlowServiceAccount/deposit_fees.cdc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FungibleToken from "FungibleToken"
import FlowToken from "FlowToken"
import FlowFees from "FlowFees"
import "FungibleToken"
import "FlowToken"
import "FlowFees"

// Deposit tokens to the FlowFees Vault
// only for testing
Expand Down
2 changes: 1 addition & 1 deletion transactions/FlowServiceAccount/set_tx_fee_parameters.cdc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import FlowFees from "FlowFees"
import "FlowFees"

// This transaction sets the FlowFees parameters
transaction(surgeFactor: UFix64, inclusionEffortCost: UFix64, executionEffortCost: UFix64) {
Expand Down
2 changes: 1 addition & 1 deletion transactions/dkg/send_empty_final_submission.cdc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import FlowDKG from "FlowDKG"
import "FlowDKG"

// Used by DKG participants to submit their final submission for the current DKG instance.
// This transaction is used when the participant locally failed the DKG process, and are
Expand Down
6 changes: 3 additions & 3 deletions transactions/epoch/admin/recover_epoch.cdc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FlowEpoch from "FlowEpoch"
import FlowIDTableStaking from "FlowIDTableStaking"
import FlowClusterQC from "FlowClusterQC"
import "FlowEpoch"
import "FlowIDTableStaking"
import "FlowClusterQC"

// The recoverEpoch transaction creates and starts a new epoch in the FlowEpoch smart contract
// which will cause the network exit Epoch Fallback Mode [EFM]. The RecoverEpoch service event
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NodeVersionBeacon from "NodeVersionBeacon"
import "NodeVersionBeacon"

/// Transaction that allows NodeVersionAdmin to specify a new protocol state version.
/// The new version will become active at view `activeView` if:
Expand Down

0 comments on commit 9339cb6

Please sign in to comment.