Skip to content

Releases: keefertaylor/TezosKit

1.2.1

26 Jan 13:51
Compare
Choose a tag to compare
Release 1.2.1.

1.1.1

26 Jan 13:13
Compare
Choose a tag to compare
Bump fix number to test deploy

untagged-1b5e9894485e487c5941

26 Jan 13:06
Compare
Choose a tag to compare
Setup travis releases.

1.2 - Smart Contract Support & Fixes for Fees

07 Dec 04:27
Compare
Choose a tag to compare

Smart Contracts

TezosKit 1.3 also brings smart contract support to the library. Contracts can be deployed and called via transactions. Contracts can also be loaded and examined locally.

Client side manipulation of Michelson code is still fairly difficult because of the Michelson encoding used by the RPC API. Further work is needed in this area.

Fees

TezosKit 1.3 updates operations to use the standard default fees in protocol v3 (Hat tip to eztz: https://github.com/TezTech/eztz/blob/master/PROTO_003_FEES.md). Fees are now user customizable per operation as well, providing additional flexibility.

Support proto3

27 Nov 03:42
Compare
Choose a tag to compare

Release 1.1.0 implements RPCs for interacting with Tezos voting procedures.

Read more on the official documentation here: https://tezos.gitlab.io/master/protocols/003_PsddFKi3.html.