This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/script/initial-distribution/src/abiChecker.ts b/script/initial-distribution/src/abiChecker.ts | |
| index 23e11ae..dbc4cf4 100644 | |
| --- a/script/initial-distribution/src/abiChecker.ts | |
| +++ b/script/initial-distribution/src/abiChecker.ts | |
| @@ -72,7 +72,7 @@ export function checkAbiAgainstArtifact( | |
| } | |
| const ARTIFACTS = [ | |
| - ["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, | |
| + //["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/script/initial-distribution/src/abiChecker.ts b/script/initial-distribution/src/abiChecker.ts | |
| index 23e11ae..dbc4cf4 100644 | |
| --- a/script/initial-distribution/src/abiChecker.ts | |
| +++ b/script/initial-distribution/src/abiChecker.ts | |
| @@ -72,7 +72,7 @@ export function checkAbiAgainstArtifact( | |
| } | |
| const ARTIFACTS = [ | |
| - ["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, | |
| + //["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/script/initial-distribution/src/abiChecker.ts b/script/initial-distribution/src/abiChecker.ts | |
| index 23e11ae..dbc4cf4 100644 | |
| --- a/script/initial-distribution/src/abiChecker.ts | |
| +++ b/script/initial-distribution/src/abiChecker.ts | |
| @@ -72,7 +72,7 @@ export function checkAbiAgainstArtifact( | |
| } | |
| const ARTIFACTS = [ | |
| - ["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, | |
| + //["ContinuousClearingAuction.sol/ContinuousClearingAuction.json", "CCA"] as const, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/script/initial-distribution/README.md b/script/initial-distribution/README.md | |
| index 7bb3e0a..7a27bd1 100644 | |
| --- a/script/initial-distribution/README.md | |
| +++ b/script/initial-distribution/README.md | |
| @@ -40,7 +40,7 @@ These scripts interact with several on-chain contracts: | |
| - **CCADisbursementTracker** -- Bookkeeping contract for the CCA flow. It | |
| bridges the gap between what the CCA thinks should be disbursed and what's | |
| actually disbursed by our scripts. It has a | |
| - `recordDisbursement(beneficiary, amount, txHash)` function that records the | |
| + `recordDisbursements(recipients, amounts, txHashes)` function that records |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/CCADisbursementTracker.sol b/src/CCADisbursementTracker.sol | |
| index 84c97ba..3522370 100644 | |
| --- a/src/CCADisbursementTracker.sol | |
| +++ b/src/CCADisbursementTracker.sol | |
| @@ -7,7 +7,7 @@ import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| // @dev As per CCA's own tests, the CCA can leave up to 1e18 wei of dust in the | |
| // contract after sweep+claim. | |
| -uint256 constant MAX_ALLOWABLE_DUST_WEI = 1e18; | |
| +uint256 constant MAX_ALLOWABLE_DUST_WEI = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/cmd/kwil-cli/config/flags.go b/cmd/kwil-cli/config/flags.go | |
| index 6eb64970..2a8a9732 100644 | |
| --- a/cmd/kwil-cli/config/flags.go | |
| +++ b/cmd/kwil-cli/config/flags.go | |
| @@ -46,6 +46,11 @@ func init() { | |
| configPath := filepath.Join(dirname, defaultConfigDirName) | |
| DefaultConfigDir = configPath | |
| defaultConfigFile = filepath.Join(configPath, defaultConfigFileName) | |
| + | |
| + configFile, present := os.LookupEnv("KWIL_CLI_CONFIG_FILE") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| await idos.data.create("credentials", {issuer: "pkoch", credential_type: "toy type", credential_status: "toy status", credential_level: "toy level", content: JSON.stringify({"it's an": "airplane"})}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/app/lib/services/update_verification.rb b/app/lib/services/update_verification.rb | |
| index cc14eccb..ba2138fa 100644 | |
| --- a/app/lib/services/update_verification.rb | |
| +++ b/app/lib/services/update_verification.rb | |
| @@ -1,7 +1,7 @@ | |
| module Services | |
| module UpdateVerification | |
| class << self | |
| - def approve(verification) # rubocop:disable Metrics/AbcSize | |
| + def approve(verification) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/apps/idos-enclave/package.json b/apps/idos-enclave/package.json | |
| index 788cd6c..8889842 100644 | |
| --- a/apps/idos-enclave/package.json | |
| +++ b/apps/idos-enclave/package.json | |
| @@ -9,6 +9,7 @@ | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| + "test": "vitest run", | |
| "format": "prettier --write ." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Obsidian - Markdown-based knowledge base | |
| ID: md.obsidian.Obsidian | |
| Ref: app/md.obsidian.Obsidian/x86_64/stable | |
| Arch: x86_64 | |
| Branch: stable | |
| Version: 1.1.16 | |
| License: LicenseRef-proprietary=https://obsidian.md/eula | |
| Origin: flathub |
NewerOlder