Commit Graph

67 Commits

Author SHA1 Message Date
Marko
105ad99a8e
feat: add cosmos-sdk Version (#9429)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰
v    Before smashing the submit button please review the checkboxes.
v    If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description

Add CosmosSDKVersion to nodeInfo.

closes: #9420
2021-06-18 12:56:55 +00:00
Paul Kim
b5e873cd91
version --long displays replaced build dependencies (#7941)
* version --long displays replaced modules

* Update CHANGELOG

* Update CHANGELOG

* Update version/version.go

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Alessio Treglia <quadrispro@ubuntu.com>
2020-11-16 10:00:34 +00:00
Alessio Treglia
e172a08333
enrich versioning with build deps (#7848)
`version --long` output now shows the list of build dependencies.

Redirect version's output to `stdout`.
2020-11-09 15:17:36 +00:00
Alexander Bezobchuk
8670a10564
Merge PR #6595: Single Binary & Command Refactor 2020-07-07 11:40:46 -04:00
Alexander Bezobchuk
451535bd79
Merge PR #4837: Cleanup node_info Endpoint 2019-08-02 11:52:55 -04:00
Alexander Bezobchuk
cfe31c4090
Merge PR #4372: Use Build's Client/Server Name 2019-05-18 19:06:08 -04:00
Alessio Treglia
c0486aa532
R4R: Infrastructure for reproducible builds (#4262)
This change set introduces support for building gaia with gitian
on the following GOOS/GOARCH pairs:

- darwin/386
- darwin/amd64
- linux/386
- linux/amd64
- linux/arm
- linux/arm64
- windows/386
- windows/amd64

cmd/gaia/contrib/gitian-descriptors/ contains gitian descriptor files.

cmd/gaia/contrib/gitian-keys/ contains:
- a keys.txt file that is meant to list core developers and gitian
  builders PGP keys. 
- README.me to provide instructions on how to import the keys
  into one's personal GPG keyring.

The gosum utility is removed, so is the go.sum hashsum bit from
gaiacli/gaiad version string. It was meant to be a provisional
mitigation to the lack of a reproducible build process.

GOBIN is removed from all Makefiles. When GOBIN is set, go
refuses to cross-compiles binaries for foreign architectures.
export GOBIN=$GOPATH/bin is unnecessary anyway as by
default go install places built binaries in $GOPATH/bin.
Developers are required to update their enviornment files and
replace $GOBIN with $GOPATH/bin in PATH.

circleci configuration file is amended accordingly.

Closes: #4027
Closes: #4280
2019-05-14 00:33:34 +02:00
Alessio Treglia
38f93128eb
Remove baseapp dependency on the version package (#4250)
The version package is meant to be a convenience utility
that provides SDK consumers with a ready-to-use version
command that produces app's versioning information from
flags passed at compile time.
It will not make sense anymore for the baseapp package
to depend on the version package once gaia will have been
migrated away from the SDK main repository as we neither
want to make assumptions nor set expectations on downstream
apps buildsystems. Thus BaseApp now provides SetAppVersion()
and AppVersion() to to allow SDK consumers to set BaseApp's
version information string once the struct is initialised.
2019-05-02 20:37:44 +01:00
Frank Yang
9e7440a92c Merge PR #4064: Remove dep/vendor from documentation and version cmd
* Remove `dep` and `vendor` from documentation
* Replace vendor with go.sum hash in version command
2019-04-08 11:00:17 -04:00
Juan Leni
787f46546d Merge PR #3620: Indicate build flags in version 2019-02-13 09:53:16 -08:00
Alessio Treglia
0ed6de0cbd Merge PR #3426: Various changes to version cmd, revert those which previously broke ABI
* version prints out short info by default

Handle -o json, add --long flag to print full version info.

* Add distclean target to Makefile

* Update PENDING.md

* Add missing targets in .PHONY
2019-01-29 23:25:43 +01:00
Alessio Treglia
bf59291a79 Merge PR #3343: Enrich version command's output 2019-01-22 21:16:29 +01:00
Alessio Treglia
10b916eb28 Merge PR #2318: Simplify version handling, rely on git describe 2018-09-20 00:03:04 +08:00
Ethan Buchman
0bf061b707 update to tm v0.23.1
- fixes unbounded WAL growth
2018-08-22 16:04:26 -04:00
Christopher Goes
e2691d98fc 0.24.1 - Fix validator pubkey bug 2018-08-21 15:40:43 +02:00
Christopher Goes
a56117ee74 Stage onto release/v0.24.0 (#1999)
* Set SignedBlocksWindow back to 1000

* Merge PR #1995: upgrading ledger goclient lib

* Update version/version.go
2018-08-13 09:41:53 -04:00
Christopher Goes
02d52e4326 Hotfix/0.23.1: Tendermint 0.22.7 (#1844)
* Tendermint 0.22.7; bump patch version

* 0.23.0 -> 0.23.1; update CHANGELOG.md
2018-07-26 19:24:51 -04:00
Christopher Goes
8989af2a58 Update version 2018-07-19 21:15:52 +02:00
Ethan Buchman
9f2b83cbe9 version bump 2018-07-16 20:01:54 +01:00
Christopher Goes
28a1b5ebc0 Version & changelog 2018-07-14 04:20:14 +02:00
Christopher Goes
1a1373cc22 Update changelog & version 2018-07-13 23:00:07 +02:00
Ethan Buchman
d226f1d62e changelog, version 2018-07-10 12:20:29 -04:00
Ethan Buchman
1b7396d487 dev version bump 2018-06-13 01:34:51 -07:00
Christopher Goes
65786e4578
Update version.go & changelog 2018-06-13 10:05:50 +02:00
Ethan Buchman
cb6534a8f8 version and changelog 2018-06-09 09:32:59 -07:00
Ethan Buchman
2b6a3fc8e3 changelog and version 2018-05-15 22:30:20 -04:00
Ethan Buchman
20abeb3dcf version and changelog 2018-05-15 12:45:36 -04:00
Ethan Buchman
a2ba50718e changelog and version 2018-05-15 12:45:01 -04:00
Ethan Buchman
249c5508ef changelog and version 2018-05-14 17:05:27 -04:00
Ethan Buchman
7ef5e90fa5 update changelog and version 2018-05-01 13:58:50 -04:00
Ethan Buchman
59a5da4f3a update tendermint to v0.19.1 2018-04-28 22:04:29 -04:00
Ethan Buchman
d3fd71a368 version and changelog 2018-04-28 21:59:47 -04:00
Jae Kwon
d530ee2abc Fix MountStoreWithDB(); Bump to 0.15.0-rc0 2018-04-13 02:04:31 -07:00
Ethan Buchman
db29b5066d Merge branch 'develop' into jae/aminoify 2018-04-09 17:28:17 +03:00
Ethan Buchman
1074ab6d67 version and changelog 2018-04-09 16:52:13 +03:00
Ethan Buchman
9722f41600 deps, changelog, version 2018-04-09 16:51:40 +03:00
Jae Kwon
923742622a Fix docs; Bump version; Fix makefile 2018-04-07 00:08:53 -07:00
Ethan Buchman
578020bb47 version bump 2018-04-03 22:01:31 +03:00
Ethan Buchman
414d3e0b6d changelog and version 2018-04-03 21:43:50 +03:00
Ethan Buchman
1d2c2d88b1 version and changelog 2018-04-01 22:01:32 +03:00
Ethan Buchman
7238b9d2d6 changelog and version 2018-04-01 02:30:12 +03:00
Ethan Buchman
64044d04a7 changelog, version, dep 2018-03-27 11:33:09 -04:00
Ethan Buchman
1befcdaac3 version and changelog 2018-03-20 03:59:57 +01:00
Ethan Buchman
9d1b348126 bump version 2018-03-01 02:16:54 -05:00
Ethan Buchman
158dfcebdc changelog and version 2018-03-01 00:38:39 -05:00
Ethan Buchman
d69d3d8149 dev version 2018-02-20 23:14:58 -05:00
Ethan Buchman
0515bc094b version and changelog 2018-02-20 22:51:30 -05:00
Ethan Frey
9aa3189738 Update version to 0.9.0-dev, use GitCommit 2018-02-13 08:40:09 -05:00
Ethan Buchman
809102c952 bump version 2018-02-13 07:58:05 -05:00
Jae Kwon
8d305039c8 modules -> x 2017-10-31 17:51:44 -05:00