Skip to content

Commit 79120dd

Browse files
authored
feat(hip-991): Permissionless revenue-generating Topic Ids for Topic Operators
* chore: update to protobufs to v0.59.0 Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * chore(protobufs): add script to organize and generate swift code Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * feat(hip-991): add permissionless revenue-generating Topic Ids for Topic Operators Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * feat(hip-991): add CreateTopicWithRevenueExample Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * chore: shorten license headers Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * feat(hip-991): replace token update tests snapshots Signed-off-by: Ricky Saechao <ricky@launchbadge.com> * fix: resolve codacy code analysis warnings Signed-off-by: Ricky Saechao <ricky@launchbadge.com> --------- Signed-off-by: Ricky Saechao <ricky@launchbadge.com>
1 parent f6a5770 commit 79120dd

File tree

832 files changed

+42336
-34204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

832 files changed

+42336
-34204
lines changed

Examples/AccountAlias/main.swift

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
20-
1+
// SPDX-License-Identifier: Apache-2.0
212
import Hiero
223
import SwiftDotenv
234

Examples/AccountAllowance/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/ConsensusPubSub/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/ConsensusPubSubChunked/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Foundation
224
import Hiero

Examples/ConsensusPubSubWithSubmitKey/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/CreateAccount/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/CreateAccountThresholdKey/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/CreateFile/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import SwiftDotenv

Examples/CreateSimpleContract/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import HieroExampleUtilities

Examples/CreateStatefulContract/main.swift

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
/*
2-
* ‌
3-
* Hedera Swift SDK
4-
* ​
5-
* Copyright (C) 2022 - 2024 Hedera Hashgraph, LLC
6-
* ​
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
* ‍
19-
*/
1+
// SPDX-License-Identifier: Apache-2.0
202

213
import Hiero
224
import HieroExampleUtilities

0 commit comments

Comments
 (0)