Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version #13

Merged
merged 2 commits into from
Feb 10, 2017
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "0.2.3"
version = "1.0.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
homepage = "https://github.com/ethcore/ethabi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This library encodes function calls and decodes their output.

```
Ethereum ABI coder.
Copyright 2016 Ethcore (UK) Limited
Copyright 2016-2017 Parity Technologies (UK) Limited

Usage:
ethabi encode function <abi-path> <function-name> [-p <param>]... [-l | --lenient]
Expand Down Expand Up @@ -164,7 +164,7 @@ ethabi decode log ./examples/event.json Event -l 0000000000000000000000000000000
- [ethabi-js](https://github.com/jacogr/ethabi-js) - javascript port of this library created by [@jacogr](https://github.com/jacogr)

# Ethcore toolchain
*this project is a part of the ethcore toolchain*
*this project is a part of the parity toolchain*

- [**ethkey**](https://github.com/ethcore/ethkey) - Ethereum keys generator and signer.
- [**ethstore**](https://github.com/ethcore/ethstore) - Ethereum key management.
Expand Down