Commit Graph

15 Commits

Author SHA1 Message Date
Alessio Treglia 37333837dc
Add -trimpath for enhanced build reproducibility (#202)
See https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies
and https://golang.org/doc/go1.13#go-command for more information.

This does not replace the reproducible build infrastructure still it
should enable users to generate locally reproducible builds.
2019-11-28 14:30:46 +00:00
Marko d6dfa141e2 Forgot to delete debug cmd in makefile (#198)
Remove install-debug target from Makefile.
2019-11-19 17:03:55 +00:00
Alessio Treglia 71f3b4f0fc Drop on-disk keybase in favor of keyring (#164)
* Port to new keyring

* modify add-genesis-account to use keyring

* Adapt lcd tests to use keyring

* Attempt to fix localnet ci job

* Revert "Attempt to fix localnet ci job"

This reverts commit c299dd9ffb2a77a1f3b9b33bb71ef104261ed1fc.

* Try pass env var to docker container

* localnet does need COSMOS_SDK_TEST_KEYRING to function properly

* Revert tiny change

* Simplify tests

* Refresh against sdk's respective branch latest commit

* Refresh against sdk branch's latest commit

* Attempt to reduce diff size

* Refresh against latest commit

* Update against latest commit

* Refresh against sdk's latest master

* Avoid create temporary keybase

* Revert "Avoid create temporary keybase"

This reverts commit c3f6d77f373370fea521edabe60c532c676cd9a6.

* Update docs

* Remove unnecessary arguments

* Remove unnecessary arguments

* Code cleanup

* Refresh sdk module, add upgrade module

* Refresh deps

* Fix merge

* Cleanup, AddrSeed does not need Password anymore
2019-11-18 11:34:26 +00:00
Alessio Treglia 43f6078ca5 Merge PR #170: Fix Makefile's all target dependencies 2019-10-23 09:33:32 -04:00
Alessio Treglia b4728108f1 Merge PR #125: Standardize and cleanup makefile 2019-09-17 11:07:46 -07:00
Alexander Bezobchuk 6fa5988730
Merge PR #119: Upgrade go to 1.13 & Latest SDK Master 2019-09-10 14:56:58 -04:00
Alessio Treglia 0e0de2b26c Merge PR #93: localnet-start requires build-linux 2019-08-08 13:51:38 -04:00
Federico Kunze bab3694437 Merge PR #56: Update to latest SDK: Supply 2019-07-05 09:40:06 -04:00
Alessio Treglia 534e56abd1 Merge PR #65: Various updates to tools
- Update golangci-lint to latest version.
- Remove ci-lint, no longer used.
- Remove golangci-lint from tools target to prevent CI builds
from downloading automatically (and unnecessarily).
Developers can still run make golangci-lint to download
it locally for development and testing purposes.
2019-07-05 08:57:15 -04:00
Karoly Albert Szabo 2945a0510e Contract test [GET] (#19)
Closes: #17
Depends on: cosmos/cosmos-sdk#4470
2019-06-08 15:04:45 +01:00
Alexander Bezobchuk f44b317a3b
Merge PR #25: Remove swagger (defined in the SDK) 2019-05-28 09:57:26 -04:00
Alessio Treglia 5350d3b01b Merge PR #14: Various buildsystem fixes 2019-05-21 09:21:27 -04:00
Alexander Bezobchuk 5026384803
Merge PR #9: Update to support swagger 2019-05-20 11:16:37 -04:00
frog power 4000 b33ae4031c Merge PR #3: Pass in binary names to version through build tags 2019-05-20 08:59:33 -04:00
Alessio Treglia c05e6c9c05
Initial release.
Closes: cosmos/cosmos-sdk#4103
2019-05-17 16:36:13 +02:00