Skip to content

Commit

Permalink
Merge pull request #298 from alex-semenyuk/deploy_tezos_contract
Browse files Browse the repository at this point in the history
Enable an instance of tezossigner to deploy a contract using FF core API
  • Loading branch information
nguyer authored Apr 9, 2024
2 parents f608bd5 + f3b56b3 commit a6a55a9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/blockchain/tezos/tezossigner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func GenerateSignerConfig(accountsAddresses []string) *Config {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
}
Expand Down
5 changes: 5 additions & 0 deletions internal/blockchain/tezos/tezossigner/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func TestGenerateSignerConfig(t *testing.T) {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
},
Expand All @@ -67,6 +68,7 @@ func TestGenerateSignerConfig(t *testing.T) {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
},
Expand All @@ -77,6 +79,7 @@ func TestGenerateSignerConfig(t *testing.T) {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
},
Expand All @@ -87,6 +90,7 @@ func TestGenerateSignerConfig(t *testing.T) {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
},
Expand All @@ -97,6 +101,7 @@ func TestGenerateSignerConfig(t *testing.T) {
"transaction",
"endorsement",
"reveal",
"origination",
},
},
},
Expand Down
16 changes: 16 additions & 0 deletions internal/stacks/prometheus_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright © 2024 Kaleido, Inc.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package stacks

import "fmt"
Expand Down

0 comments on commit a6a55a9

Please sign in to comment.