Skip to content

Commit

Permalink
Merge pull request #2245 from greymistcube/bump/libplanet-to-3.6.1
Browse files Browse the repository at this point in the history
⬆️ Bump libplanet to 3.6.2
  • Loading branch information
greymistcube authored Nov 21, 2023
2 parents dcb1338 + d9cde57 commit c4a7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Libplanet
Submodule .Libplanet updated 37 files
+1 −1 .github/workflows/yarn.yaml
+1 −1 .vscode/settings.json
+0 −9 .yarn/plugins/@yarnpkg/plugin-typescript.cjs
+0 −28 .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
+0 −873 .yarn/releases/yarn-3.4.1.cjs
+893 −0 .yarn/releases/yarn-4.0.1.cjs
+2 −0 .yarn/sdks/typescript/lib/tsserver.js
+2 −0 .yarn/sdks/typescript/lib/tsserverlibrary.js
+3 −3 .yarn/sdks/typescript/lib/typescript.js
+6 −2 .yarn/sdks/typescript/package.json
+4 −6 .yarnrc.yml
+21 −3 @planetarium/account-aws-kms/package.json
+6 −1 @planetarium/account-aws-kms/src/AwsKmsAccount.ts
+5 −0 @planetarium/account-aws-kms/src/crypto/browser.ts
+6 −0 @planetarium/account-aws-kms/src/crypto/node.ts
+5 −3 @planetarium/account-aws-kms/tsconfig.json
+3 −0 @planetarium/account-aws-kms/vitest.config.ts
+1 −1 @planetarium/account-web3-secret-storage/package.json
+1 −1 @planetarium/account-web3-secret-storage/tsconfig.json
+1 −1 @planetarium/account/package.json
+2 −1 @planetarium/account/tsconfig.json
+1 −1 @planetarium/tx/package.json
+4 −4 @planetarium/tx/src/tx/signed.ts
+2 −1 @planetarium/tx/tsconfig.json
+25 −0 CHANGES.md
+1 −15 Libplanet.Action/State/AccountState.cs
+0 −76 Libplanet.Action/State/AccountStateCache.cs
+8 −12 Libplanet.Extensions.Cocona/Commands/MptCommand.cs
+6 −6 Libplanet.Net/Consensus/ContextTimeoutOption.cs
+88 −0 Libplanet.Store/HashNodeCache.cs
+25 −6 Libplanet.Store/Trie/MerkleTrie.cs
+26 −18 Libplanet.Store/TrieStateStore.Commit.cs
+4 −1 Libplanet.Store/TrieStateStore.cs
+1 −1 Libplanet/Libplanet.csproj
+6 −5 package.json
+2 −1 rome.json
+1,421 −1,573 yarn.lock

0 comments on commit c4a7e1a

Please sign in to comment.