Commit 7f6c4bb
File tree
73 files changed
+255
-244
lines changed- .github/workflows
- concordium-consensus
- src-lib/Concordium/External
- src/Concordium
- Afgjort
- GlobalState
- Basic/BlockState
- Persistent
- Account
- BlockState
- KonsensusV1
- Consensus
- TreeState/LowLevel
- Scheduler
- WasmIntegration
- Skov
- test-runners/deterministic
- tests
- consensus/ConcordiumTests
- Afgjort
- KonsensusV1
- Consensus
- globalstate/GlobalStateTests
- scheduler/SchedulerTests
- concordium-node
- src/consensus_ffi
- scripts/distribution
- docker
- ubuntu-packages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+255
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Submodule concordium-base updated 33 files
- .github/workflows/build-test-sources.yaml+3-3
- .github/workflows/release-identity-provider-service.yaml+1-1
- README.md+1-1
- concordium-base.cabal+9
- haskell-src/Concordium/Common/Amount.hs+6-6
- haskell-src/Concordium/GRPC2.hs+2-4
- haskell-src/Concordium/MerkleProofs.hs-1
- haskell-src/Concordium/Types/Accounts.hs+4-4
- haskell-src/Concordium/Types/ProtocolLevelTokens/CBOR.hs+6-6
- haskell-src/Concordium/Types/Queries.hs+2-1
- haskell-src/Concordium/Types/Transactions.hs-1
- haskell-src/Concordium/Utils/Encryption.hs+1
- haskell-src/Concordium/Wasm.hs+1-1
- haskell-src/Data/Base58Encoding/TH.hs+2-2
- haskell-src/Data/FixedByteString.hs-1
- haskell-tests/Types/AddressesSpec.hs+1-1
- haskell-tests/Types/PayloadSerializationSpec.hs+3-2
- identity-provider-service/Cargo.lock+2-2
- idiss/Cargo.lock+2-2
- mobile_wallet/Cargo.lock+2-2
- package.yaml+1
- rust-bins/Cargo.lock+2-2
- rust-src/Cargo.lock+2-2
- rust-src/concordium_base/CHANGELOG.md+5
- rust-src/concordium_base/Cargo.toml+2-2
- rust-src/concordium_base/src/common/cbor.rs+13
- rust-src/concordium_base/src/protocol_level_tokens/mod.rs+2
- rust-src/concordium_base/src/protocol_level_tokens/token_event.rs+11-24
- rust-src/concordium_base/src/protocol_level_tokens/token_module_initialization_parameters.rs+73
- rust-src/concordium_base/src/protocol_level_tokens/token_operations.rs+11-24
- rust-src/concordium_base_derive/Cargo.toml+1-1
- rust-src/concordium_base_derive/src/cbor.rs+9-1
- stack.yaml+1-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
| 243 | + | |
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| |||
686 | 688 | | |
687 | 689 | | |
688 | 690 | | |
689 | | - | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
690 | 694 | | |
691 | 695 | | |
692 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
686 | | - | |
| 685 | + | |
| 686 | + | |
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments