Skip to content

Commit

Permalink
Fix typos and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Sep 23, 2024
1 parent f8697dc commit ab9693d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Version>1.8.19</Version>
<Version>1.9.0</Version>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
Expand Down
1 change: 1 addition & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased changes

## 1.9.0
- Support Concordium Protocol Version 7.
- Transition between Delegation and Validating immediately.
- Stake changes are immediate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ enum AccountTransactionType {
SIMPLE_TRANSFER
"Transfer encrypted amount."
ENCRYPTED_TRANSFER
"Same as transfer but with a memo field."
"Same as transfer, but with a memo field."
SIMPLE_TRANSFER_WITH_MEMO
"Same as encrypted transfer, but with a memo."
ENCRYPTED_TRANSFER_WITH_MEMO
Expand Down Expand Up @@ -2196,9 +2196,9 @@ enum ContractVersion {

"Enumeration of the types of credentials."
enum CredentialDeploymentTransactionType {
"Initial credential is a credential that is submitted by the identity\nprovider on behalf of the user. There is only one initial credential\nper identity."
"Initial credential is a credential that is submitted by the identity\nprovider on behalf of the user. There is at most one initial credential\nper identity."
INITIAL
"A normal credential is one where the identity behind it is only known to\nthe owner of the account, unless the anonymity revocation process was\nfollowed."
"A normal credential is one where the identity behind it is only known to\nthe owner of the account, unless the identity disclosure process was\nhas been initiated."
NORMAL
}

Expand Down
2 changes: 1 addition & 1 deletion backend/concordium-net-sdk

0 comments on commit ab9693d

Please sign in to comment.