Skip to content

Commit 9339cb6

Browse files
committed
rebase and update new transasctions
1 parent f0c7ecf commit 9339cb6

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

lib/go/templates/internal/assets/assets.go

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transactions/FlowServiceAccount/deposit_fees.cdc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import FungibleToken from "FungibleToken"
2-
import FlowToken from "FlowToken"
3-
import FlowFees from "FlowFees"
1+
import "FungibleToken"
2+
import "FlowToken"
3+
import "FlowFees"
44

55
// Deposit tokens to the FlowFees Vault
66
// only for testing

transactions/FlowServiceAccount/set_tx_fee_parameters.cdc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import FlowFees from "FlowFees"
1+
import "FlowFees"
22

33
// This transaction sets the FlowFees parameters
44
transaction(surgeFactor: UFix64, inclusionEffortCost: UFix64, executionEffortCost: UFix64) {

transactions/dkg/send_empty_final_submission.cdc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import FlowDKG from "FlowDKG"
1+
import "FlowDKG"
22

33
// Used by DKG participants to submit their final submission for the current DKG instance.
44
// This transaction is used when the participant locally failed the DKG process, and are

transactions/epoch/admin/recover_epoch.cdc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import FlowEpoch from "FlowEpoch"
2-
import FlowIDTableStaking from "FlowIDTableStaking"
3-
import FlowClusterQC from "FlowClusterQC"
1+
import "FlowEpoch"
2+
import "FlowIDTableStaking"
3+
import "FlowClusterQC"
44

55
// The recoverEpoch transaction creates and starts a new epoch in the FlowEpoch smart contract
66
// which will cause the network exit Epoch Fallback Mode [EFM]. The RecoverEpoch service event

transactions/nodeVersionBeacon/admin/set_protocol_state_version.cdc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import NodeVersionBeacon from "NodeVersionBeacon"
1+
import "NodeVersionBeacon"
22

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

0 commit comments

Comments
 (0)