Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
abdfee19
Commit
abdfee19
authored
8 years ago
by
Silas Davis
Browse files
Options
Downloads
Plain Diff
Merge pull request #116 from benjaminbollen/changelog
Start of CHANGELOG.md
parents
4a7898c6
5a1dff9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+24
-0
24 additions, 0 deletions
CHANGELOG.md
DOCKER/Dockerfile
+0
-1
0 additions, 1 deletion
DOCKER/Dockerfile
erisdb/params.go
+0
-7
0 additions, 7 deletions
erisdb/params.go
with
24 additions
and
8 deletions
CHANGELOG.md
0 → 100644
+
24
−
0
View file @
abdfee19
# 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_
This diff is collapsed.
Click to expand it.
DOCKER/Dockerfile
+
0
−
1
View file @
abdfee19
...
...
@@ -40,7 +40,6 @@ RUN git clone --quiet https://$REPO . && \
RUN
rm
-rf
$GOPATH
/src/
*
&&
\
unset
REPO
&&
\
unset
REPO_ALIAS
&&
\
unset
COMMIT
&&
\
unset
BRANCH
...
...
This diff is collapsed.
Click to expand it.
erisdb/params.go
+
0
−
7
View file @
abdfee19
...
...
@@ -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"`
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment