Skip to content

Commit

Permalink
[PVM, DAC] Add BaseFeeProposal, proposal-related unit-tests and integ…
Browse files Browse the repository at this point in the history
…ration-tests
  • Loading branch information
evlekht committed Oct 5, 2023
1 parent 7d4fe80 commit 2360863
Show file tree
Hide file tree
Showing 19 changed files with 5,832 additions and 84 deletions.
2 changes: 1 addition & 1 deletion vms/platformvm/camino_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
_, caminoPreFundedNodeIDs = nodeid.LoadLocalCaminoNodeKeysAndIDs(localStakingPath)
)

func newCaminoVM(genesisConfig api.Camino, genesisUTXOs []api.UTXO, startTime *time.Time) *VM { //nolint:unparam
func newCaminoVM(genesisConfig api.Camino, genesisUTXOs []api.UTXO, startTime *time.Time) *VM {
vm := &VM{Config: defaultCaminoConfig(true)}

baseDBManager := manager.NewMemDB(version.Semantic1_0_0)
Expand Down
Loading

0 comments on commit 2360863

Please sign in to comment.