Skip to content
Snippets Groups Projects
Commit abdfee19 authored by Silas Davis's avatar Silas Davis
Browse files

Merge pull request #116 from benjaminbollen/changelog

Start of CHANGELOG.md
parents 4a7898c6 5a1dff9a
No related branches found
No related tags found
No related merge requests found
# Eris-DB changelog
## 0.12.0
- Features
- Tool changes
- use glide instead of godeps for dependencies
- General Codebase
- upgrade to Tendermint 0.6.0
- Bugfixes
- Testing
- Documentation
## 0.11.4 - _2016-04-29_
......@@ -40,7 +40,6 @@ RUN git clone --quiet https://$REPO . && \
RUN rm -rf $GOPATH/src/* && \
unset REPO && \
unset REPO_ALIAS && \
unset COMMIT && \
unset BRANCH
......
......@@ -90,13 +90,6 @@ type (
GasLimit int64 `json:"gas_limit"`
}
// Used when sending a 'Send' transaction.
SendParam struct {
PrivKey []byte `json:"priv_key"`
ToAddress []byte `json:"to_address"`
Amount int64 `json:"amount"`
}
NameRegEntryParam struct {
Name string `json:"name"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment