Skip to content

Commit 7f703eb

Browse files
authored
Merge pull request #12190 from rimtaex/dev
Fix typo(keccack to keccak)
2 parents fede5f4 + f48306d commit 7f703eb

File tree

10 files changed

+10
-10
lines changed
  • public/content
    • developers/docs/apis/json-rpc
    • translations
      • de/developers/docs/apis/json-rpc
      • es/developers/docs/apis/json-rpc
      • fr/developers/docs/apis/json-rpc
      • hu/developers/docs/apis/json-rpc
      • it/developers/docs/apis/json-rpc
      • ja/developers/docs/apis/json-rpc
      • pt-br/developers/docs/apis/json-rpc
      • tr/developers/docs/apis/json-rpc
      • zh/developers/docs/apis/json-rpc

10 files changed

+10
-10
lines changed

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
622622
Retrieving an element of the map is harder. The position of an element in the map is calculated with:
623623

624624
```js
625-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
625+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
626626
```
627627

628628
This means to retrieve the storage on pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] we need to calculate the position with:

public/content/translations/de/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
575575
Das Abrufen eines Elements aus der Karte ist schwieriger. Die Position eines Elements in der Karte wird berechnet mit:
576576

577577
```js
578-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
578+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
579579
```
580580

581581
Das bedeutet, um den Speicher auf pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] abzurufen, müssen wir die Position berechnen mit:

public/content/translations/es/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
620620
Recuperar un elemento del mapa es más difícil. La posición de un elemento de un mapa se calcula con:
621621

622622
```js
623-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
623+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
624624
```
625625

626626
Esto signifíca que para recuperar el almacenamiento en pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] necesitamos calcular la posición con:

public/content/translations/fr/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
620620
La récupération d'un élément de la carte est plus difficile. La position d'un élément dans la carte est calculée avec :
621621

622622
```js
623-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
623+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
624624
```
625625

626626
Cela signifie que pour récupérer le stockage sur pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] nous devons calculer la position avec :

public/content/translations/hu/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
620620
A térkép egyik elemének megszerzése már nehezebb. A térképen egy elem pozícióját így kalkuláljuk:
621621

622622
```js
623-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
623+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
624624
```
625625

626626
Ahhoz, hogy megszerezzük a tárhelyet a pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] tekintetében, a pozíciót így kell kalkulálni:

public/content/translations/it/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
575575
Recuperare un elemento della mappa è più difficile. La posizione di un elemento nella mappa è calcolata con:
576576

577577
```js
578-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
578+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
579579
```
580580

581581
Ciò significa che per recuperare l'archiviazione in pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] dobbiamo calcolare la posizione con:

public/content/translations/ja/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
620620
ただし、マップの要素の取得は、より複雑になります。 マップの要素の位置は、次のように計算されます。
621621

622622
```js
623-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
623+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
624624
```
625625

626626
つまり、pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"]のストレージを取得するためには、次のように位置を計算する必要があります。

public/content/translations/pt-br/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
575575
Recuperar um elemento do mapa é mais difícil. A posição de um elemento no mapa é calculada com:
576576

577577
```js
578-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
578+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
579579
```
580580

581581
Isso significa que, para recuperar o armazenamento na pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] precisamos calcular a posição com:

public/content/translations/tr/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
575575
Haritanın bir öğesini almak daha zordur. Bir elemanın haritadaki konumu şu şekilde hesaplanır:
576576

577577
```js
578-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
578+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
579579
```
580580

581581
Bu, pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] üzerindeki depolamayı almak için konumu şu şekilde hesaplamamız gerektiği anlamına gelir:

public/content/translations/zh/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ curl -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": [
575575
检索映射的元素要难一些。 映射中的元素位置通过以下方式计算:
576576

577577
```js
578-
keccack(LeftPad32(key, 0), LeftPad32(map position, 0))
578+
keccak(LeftPad32(key, 0), LeftPad32(map position, 0))
579579
```
580580

581581
这意味着要检索 pos1["0x391694e7e0b0cce554cb130d723a9d27458f9298"] 上的存储,我们需要通过以下方法计算位置:

0 commit comments

Comments
 (0)