Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nodes
common
doc
Commits
e493ddcb
Commit
e493ddcb
authored
Jun 17, 2018
by
Éloïs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add NFKC Normalization
parent
71621a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
rfc/0006_ws2p_v2.md
rfc/0006_ws2p_v2.md
+11
-12
No files found.
rfc/0006_ws2p_v2.md
View file @
e493ddcb
...
...
@@ -77,21 +77,20 @@ Example :
#### Types notation
ascii : String formatted in ascii
utf8 : String formatted in utf8
u8 : Unsigned 8-bit integer
u16 : Unsigned 16-bit integer
u32 : Unsigned 32-bit integer
u64 : Unsigned 64-bit integer
i8 : Signed 8-bit integer
i16 : Signed 16-bit integer
i32 : Signed 32-bit integer
i64 : Signed 64-bit integer
[
T; n
]
:
Array
of n elements of type T
utf8 : String formatted in utf8 and
[
NFKC normalized
](
https://fr.wikipedia.org/wiki/Normalisation_Unicode#NFKC
)
.
u8 : Unsigned 8-bit integer.
u16 : Unsigned 16-bit integer.
u32 : Unsigned 32-bit integer.
u64 : Unsigned 64-bit integer.
i8 : Signed 8-bit integer.
i16 : Signed 16-bit integer.
i32 : Signed 32-bit integer.
i64 : Signed 64-bit integer.
[
T; n
]
:
Array
of n elements of type T.
bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
0 : Corresponds to data that must be filled with bits to zero (for example padding).
specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
.
#### Endianness
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment