From 991de3039e77bad25d9c8c48d547bef35dc9a396 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu Date: Tue, 9 Apr 2024 10:31:51 +0300 Subject: [PATCH 1/3] chore: minor test update --- Tests/web3swiftTests/remoteTests/EIP1559Tests.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift b/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift index 92d323b57..596cb965f 100644 --- a/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift +++ b/Tests/web3swiftTests/remoteTests/EIP1559Tests.swift @@ -19,8 +19,7 @@ final class EIP1559Tests: XCTestCase { type: .eip1559, to: EthereumAddress("0xb47292B7bBedA4447564B8336E4eD1f93735e7C7")!, chainID: web3.provider.network!.chainID, - value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)), - gasLimit: 21_000 + value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)) ) // Vitalik's address tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")! @@ -35,8 +34,7 @@ final class EIP1559Tests: XCTestCase { type: .eip1559, to: EthereumAddress("0xeBec795c9c8bBD61FFc14A6662944748F299cAcf")!, chainID: web3.provider.network!.chainID, - value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)), - gasLimit: 21_000 + value: try XCTUnwrap(Utilities.parseToBigUInt("0.1", units: .ether)) ) // Vitalik's address tx.from = EthereumAddress("0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B")! From 710451bf2ad6aa5901d041dad1a8aced6eb0042d Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Wed, 5 Jun 2024 13:29:35 +0200 Subject: [PATCH 2/3] Discord invitation link updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e16493f5..2064d7119 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **web3swift** is an iOS toolbelt for interaction with the Ethereum network. ## Social media -[Join our discord](https://discord.gg/8bHCNmhS7x) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development! +[Join our discord](https://discord.gg/ZgABSCGNWF) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development! ![matter-github-swift](https://github.com/web3swift-team/web3swift/blob/develop/web3swift-logo.png) [![Web3swift CI](https://github.com/web3swift-team/web3swift/actions/workflows/macOS-12.yml/badge.svg)](https://github.com/web3swift-team/web3swift/actions/workflows/macOS-12.yml) From a8f2c016fdfd936e06c11de5cb3c6660b9ac2626 Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Sun, 29 Sep 2024 21:35:10 +0200 Subject: [PATCH 3/3] C files from check excluded --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index e33699071..60cba01f6 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] count = True ignore-words-list = ans,deriver,inout,packag -skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1 +skip = *.js,*.h,*.c,*WordLists.swift,.git,Carthage,.build,build