Skip to content

Tags: eoscanada/eos-go

Tags

v0.10.2

Toggle v0.10.2's commit message
Fixed changelog for next release

v0.10.1

Toggle v0.10.1's commit message
Added `get_producers` example

v0.10.0

Toggle v0.10.0's commit message
Added release instructions

boostraping

Toggle boostraping's commit message

v0.9.0

Toggle v0.9.0's commit message
Some deprecation notices

- Renamed `TypeSize.UInt8` to `TypeSize.Uint8`
- Renamed `TypeSize.UInt16` to `TypeSize.Uint16`
- Renamed `TypeSize.UInt32` to `TypeSize.Uint32`
- Renamed `TypeSize.UInt64` to `TypeSize.Uint64`
- Renamed `TypeSize.UInt128` to `TypeSize.Uint128`
- Renamed `Decoder.ReadUInt8` to `Decoder.ReadUint8`

v0.8.16

Toggle v0.8.16's commit message
Added support for binary extension

Fixes #60

v0.8.15

Toggle v0.8.15's commit message
Now supporting variant in ABI decoding

Fixes #59

v0.8.14

Toggle v0.8.14's commit message
Extracted ActionTraceReceipt so it can be copied to inline trace in s…

…imulation

v0.8.13

Toggle v0.8.13's commit message
Fixed NewMoveToSavings that was not correctly adding the REX value to…

… the action

v0.8.12

Toggle v0.8.12's commit message
Fixed ReadSymbol binary decoding and Symbol encoding

A Symbol is encoded using a single 64 bits value. However, the decoder
was instead assuming a precision 8 bits followed by a string encoded
binary data.

In fact, a symbol is encoded using a single 64 bits value, the most
significant byte being the precision and the rest is interpreted as a
SymbolCode.