Commit Graph

50 Commits

Author SHA1 Message Date
pinosu
558147d054 Address cli behaviour on tx and query errors (#1125)
* Add SilenceUsage missing flags

* Remove old script

* Edit script comment
2023-01-10 15:38:23 +01:00
GNaD13
fc476aa886 Bump version go to 1.19 (#1044)
* bump go 1.19

* add change log

* correct change log
2022-11-18 12:31:05 +01:00
Alexander Peters
9c5ebbbc4c Implement improvements to new address generation (#1014)
* Revert default instance address generation to classic sequence based method

 Please enter the commit message for your changes. Lines starting

* Start re-adding classic address generator

* Extract address generation to file; minor updates

* Review comments

* Set max salt size

* Support predictable address on instantiation

* Switch attribute order for backwards compatiblity

* Fix salt param check in CLI

* Enable tests

* Add more tests

* Minor fix

* Remove migration

* Better cli description

* Fix init message length prefix

* Add sanity checks to address generation and minor updates

* Reduce max length in tests for CI

* CLI and address generation updates

* Add test vectors

* Minor updates

* Fix cli long doc
2022-09-22 18:22:35 +02:00
Alexander Peters
60da5c03d6 Ugrade sdk to v0.45.7 (#959)
* 457

* upgrade ci

* go get -> go install

* change denom to new format

* Update config.yml

* Revert "change denom to new format"

This reverts commit e637cf5aa417f5df9b91c196d97de85dcb70db01.

* bump ibc-go to v3.2.x

* Update config.yml

* ibc-go v3.2.0

* Revert ibc-go version upgrade

Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
2022-08-25 10:52:47 +02:00
Jacob Gadikian
61bda97df2 close 815: upgrade to go 1.18 (#866)
* close 815: upgrade to go 1.18

* Update CHANGELOG.md

* updater ci and docker to go 1.18

* update image per: https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034

* Update config.yml

* go get -> go install, except dockerfile for protos
2022-08-24 11:52:55 +02:00
Alexander Peters
b8319aa334 Upgrade to cosmos-sdk v0.45.0 (#717)
* Upgrade to cosmos-sdk v0.44.5

* Upgrade to sdk v0.45.0-rc1

* Fix local test deploy scripts

* Bump to v0.45.0 final release

* Fixed replace to 0.45.0 not rc1

* Fix changed import path since rc1

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-01-20 12:47:01 +01:00
Jacob Gadikian
1da2078229 Go 1.17 provides a much clearer go.mod file (#679)
* Go 1.17 provides a much clearer go.mod file

* tidy

* Go 1.17 cleanup
2021-11-24 21:18:23 +01:00
Alexander Peters
58f3776f6e Implement tx counter for transaction info (#621)
* Implement tx counter for transaction info

* Count tx before pre-conditions

* Doc update
2021-09-27 21:53:01 +02:00
Alexander Peters
e3fb98fc03 Bump Go version to 1.16 (#612)
* Bump Go version to  1.16

* Update required version in README
2021-09-14 17:25:20 +02:00
Piotr Husiatyński
c30a5a35c5 Use shellcheck and shfmt on contrib scripts
This commit does not introduce any functionality change. It is only
applying suggestions from the shellcheck linter and reformats the code
using shfmt.

Shellcheck is a base shell linter that helps avoiding common shell
script mistakes.
Shfmt formats shell code similar to other Xfmt (i.e. gofmt) tools. No
need to format code manually or argue about the style anymore!

Both tools can be integrated with many editors or IDE.
2021-08-09 14:42:17 +02:00
Alex Peters
7ea8cd788d Add organisation to grpc gateway path 2021-08-04 17:00:04 +02:00
Alexander Peters
70dedadb9c Monitor WasmVM cache metrics (#503)
* Start collect WasmVM cache metrics

* Review comments

* Integrate wasmvm metrics

* Bring all together
2021-04-28 15:08:54 +02:00
Alex Peters
c377d7110e List contract address without other data 2021-04-23 15:15:54 +02:00
Alexander Peters
d9142662c1 Remove internal package (#464)
* Move internal subfolders up

* Fix broken imports and fmt
2021-03-19 09:52:01 +01:00
Alex Peters
75d5fcb6b1 Add telemetry 2021-03-18 16:25:09 +01:00
Alexander Peters
ffb7c29a7a Upgrade relayer-test for rly latest (cf49cb4) (#458) 2021-03-12 10:06:20 +03:00
Orkun Külçe
14b4d16768 Implement relayer integration tests (#395)
* Implement basic relay integration tests

* Move integration tests to contrib

* Add relayer-tests readme
2021-02-22 13:26:37 +03:00
Leonardo Bragagnolo
d0befd973d Added randomized simulation parameters generation (#389)
* added simulation params

* fixed return types

* implemented full sim test on wasmd

* removed wrong committed github action

* switched to a import export test since i'm introducing params and genesis simulations

* fixed makefile

* Fixed sim test flags not working

* fixed some errors on sim test

* fixed conflicts
still a failure to be solved

* fixed wasm params error

* added missing codec

* Update params.go

removed unused import

* fixed intellij cache errors

* added full app simulation test that pass

* added README.md for sims credits
added me into contributors list

Co-authored-by: riccardo.montagnin <riccardo.montagnin@gmail.com>
2021-02-05 13:19:14 +01:00
Alex Peters
03b31b22dc CLI integration 2021-01-07 14:19:21 +01:00
Alexander Peters
447fb07f6e Upgrade to cosmos-sdk v0.40.0-rc6 (#354)
* Upgrade to cosmos-sdk v0.40.0-rc6

* Apply workaround for gentx cli issue

* Update changelog
2021-01-06 10:05:36 +01:00
Alexander Peters
53bbf96e9e Upgrade to cosmos-sdk v0.40.0-rc5 (#345)
* Upgrade to cosmos-sdk v0.40.0-rc5

* Migrate cli queries

* Update changelog

* Remove DONTCOVER filter for coverage
2020-12-17 14:13:18 +01:00
Alex Peters
2a105ad215 Rename protobuf package 2020-12-03 14:27:58 +01:00
Alexander Peters
b0b407d5f8 Add pagination to grpc queries (#317)
* Start pagination for queries

* Complete pagination support

* Cleanups

* Use GRPC endpoint in CLI queries

* Decode page-key in cli

* Review feedback
2020-11-23 12:56:25 +01:00
orkunkl
a6ea0c1e29 Fix chain id setup in contrib/local/setup_wasmd.sh 2020-11-19 11:00:09 +03:00
Alex Peters
6a920852bf Replace sdk.AccAddress with bech32 string 2020-11-17 13:19:54 +01:00
Alex Peters
ca040da925 Integrate wasmcli into wasmd 2020-11-17 12:54:21 +01:00
Alexander Peters
93761eac33 Upgrade wasmvm aka go-cosmwasm (#311)
* Upgrade wasmvm aka go-cosmwasm

* Update x/wasm/README.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Review feedback

* CircleCI: export GORACE

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-17 12:53:31 +01:00
Alexander Peters
550c6f5c4f Containerized Protobuf generation (#304)
* Docker container based Protobuf generation and linting

* Add protobuf comments

* Update contrib/prototools-docker/Dockerfile

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update contrib/prototools-docker/Dockerfile

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update x/wasm/internal/types/msg.proto

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update x/wasm/internal/types/types.proto

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-11 12:13:04 +01:00
Ethan Frey
262f1cfccb Document local cli tests 2020-10-28 10:33:44 +01:00
Alex Peters
dff38d2e5b Add manual test scripts 2020-10-27 15:47:46 +01:00
Ethan Frey
1d2808b3c9 Remove gaia-specific gitian code 2020-07-24 21:47:39 +02:00
Ethan Frey
b2086bb6b4 Search and replace gaiad/cl with wasmd/cli 2019-11-19 22:29:50 +01:00
Alessio Treglia
69d18954e0 Merge PR #171: Update gitian-builder repository's location 2019-10-25 09:22:08 -04:00
Alessio Treglia
364c3a7b41 Merge PR #166: Update reproducible builds to go1.13 2019-10-20 21:50:43 -04:00
Alessio Treglia
5e817641bb Merge PR #141: Upgrade golangci-lint to latest release (1.19.1) 2019-09-26 18:15:07 -07:00
Alexander Bezobchuk
a79a247376 Merge PR #136: Sanitize Makefile runsim 2019-09-20 09:47:15 -04:00
Alessio Treglia
f35c63d672 Merge PR #124: devtools' Makefile cleanup 2019-09-12 09:16:11 -04: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
2247203879 Merge PR #107: Update Build Pipeline with Go 1.12.9 2019-08-17 17:13:58 -04:00
Alexander Bezobchuk
f6edd14385 Merge PR #101: v1.0.0 Changelog Updates 2019-08-13 14:40:30 -04:00
Alessio Treglia
1536f96e8b Merge PR #80: Build with Go 1.12.7 2019-07-19 16:47:58 +02:00
Alessio Treglia
e1043a4e77 Merge PR #66: Remove statik from contrib/devtools/Makefile 2019-07-05 11:10:17 -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
Alessio Treglia
9b881f84b8 Fix windows executables (#62) 2019-07-03 11:25:42 +02:00
Alexander Bezobchuk
0432ac52c0 Merge PR #53: Update latest SDK version: Events Refactor 2019-06-26 17:36:33 -04:00
Alessio Treglia
0c12ccecae upgrade to latest sdk (#52)
As per changes introduced with cosmos/cosmos-sdk#4602
2019-06-24 08:27:15 +01: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
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
d854776705 Fix reproducible builds 2019-05-18 12:01:37 +02:00
Alessio Treglia
c05e6c9c05 Initial release.
Closes: cosmos/cosmos-sdk#4103
2019-05-17 16:36:13 +02:00