Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en-us/advanced/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Oracle service currently supports two URL schemes, `https` and `neofs`. `https`

- **Fees**

Neo Oracle Service charges the user by the number of requests, 0.5 GAS for each. Besides, the user has to pay additional fees for the callback function. All the fees will be paid when the Request is created.
Neo Oracle Service charges the user by the number of requests, 0.5 GAS by default for each. Besides, the user has to pay additional fees for the callback function. All the fees will be paid when the Request is created.

- **Rewards**

Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/basic/concept/cryptography/hash_algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Scenarios:

- db3、NEP6 wallet secret key storage, export & validation.

### Murmur3
### Murmur32

Murmur is kind of non-cryptographic hash algorithm and suits for general hash indexing. It is proposed by Austin Appleby in 2008. Later several derived versions are released. Compared with other popular hash functions, Murmur's random distribution performance is better for keys with high regularity.

Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/basic/concept/transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ For better understanding, suppose there is a contract invocation chain: **[entry

And the Target contract invokes CheckWitness to verify the signature. The verification result varies when `scopes` is set to different value.

- `None` - The verification will not be passed no matter where the **Target** contract is.
- `None` - The verification is not be passed no matter where the **Target** contract is.
- `Global` - The verification is passed no matter where the **Target** contract is.
- `CallByEntry` - The verification is passed only when the **Target** contract is **entry** or **Contract A**.
- `CustomContracts` - The verification is passed only when the **Target** contract belongs to **CustomContracts**, a contract list you need to customize.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/advanced/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Neo Oracle Service采用的是请求/响应模式的处理机制,这是一种

- **收费模型**

用户在使用Neo Oracle Service时需按照Request请求次数进行付费,每个请求的收费单价是 0.5 GAS。同时用户还需要支付一笔费用作为回调函数的预付款。这些款项在构建Request就会被扣除。
用户在使用Neo Oracle Service时需按照Request请求次数进行付费,每个请求的收费单价默认是 0.5 GAS。同时用户还需要支付一笔费用作为回调函数的预付款。这些款项在构建Request就会被扣除。

- **激励模型**

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/basic/concept/cryptography/hash_algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Example:

- db3、NEP6钱包的密钥的存储、导出、验证

## Murmur3
## Murmur32

Murmur是一种非加密型哈希函数,适用于一般的哈希检索操作。由Austin Appleby在2008年发明,并出现了多个变种,都已经发布到了公有领域。与其它流行的哈希函数相比,对于规律性较强的key,Murmur的随机分布特征表现更良好。

Expand Down