Commit Graph

1301 Commits

Author SHA1 Message Date
Pino' Surace ee67dd7c0c Add protobuf deps 2022-02-15 18:27:49 +01:00
pinosu f043f19388
Add module name to buf.yml file (#756)
The module name is a required field as specified here:
https://docs.buf.build/bsr/overview
2022-02-14 10:56:31 +01:00
pinosu 6c5ac2c2bf
Add buf.md for proto API docs (#755)
In this file a module description could be added as exaplained here:
https://docs.buf.build/bsr/documentation
2022-02-14 10:21:06 +01:00
pinosu 2070b65bec
Remove breaking changes checks step from GH Action (#754)
It will be added later when project is more stable, since it fails
the PR if there are backward compatibility breaking changes.
2022-02-12 17:38:27 +01:00
pinosu a6cb4c026f
Add GH action to publish proto files to BSR (#753)
GH Action includes:
- check for lint errors
- check for backward compatibility breaking changes

Migrated buf config files from v1beta1 to v1 using command:
'buf config migrate-v1beta1'
(https://docs.buf.build/configuration/v1beta1-migration-guide)
2022-02-12 14:25:36 +01:00
Alexander Peters 08b00b97f1
Merge pull request #751 from CosmWasm/remove-link-check-action
Remove Link Check Action
2022-02-11 11:00:35 +01:00
pinosu 33d768c491
Update wasmwm version (#748) 2022-02-10 13:43:29 +01:00
Pino' Surace aeace681bb Remove Link Check Action
Removing the action because it is not working and it was never used.
2022-02-10 11:58:48 +01:00
Ethan Frey f4afc187a4
Merge pull request #744 from pinosu/667-static_checks
Add static checking for common bug patterns
2022-02-09 10:36:40 +01:00
Pino' Surace 45efceacee Merge branch '667-static_checks' of github.com:pinosu/wasmd into 667-static_checks 2022-02-09 09:27:29 +01:00
Pino' Surace a8ea299c55 Add static checking for common bug patterns
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
2022-02-09 09:24:59 +01:00
Pino' Surace 5b097afd32 Add static checking for common bug patterns
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
2022-02-09 09:18:35 +01:00
Alexander Peters 639b530c77
Merge pull request #746 from CosmWasm/sdk-upgrade_0451
Upgrade sdk to v0.45.1
2022-02-08 20:57:59 +01:00
Pino' Surace d82e4a2ec5 Merge branch '667-static_checks' of github.com:pinosu/wasmd into 667-static_checks 2022-02-08 16:14:43 +01:00
Pino' Surace eb7d60a23f Add static checking for common bug patterns
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
2022-02-08 16:09:45 +01:00
Alex Peters 0274702d45
Upgrade sdk to v0.45.1 2022-02-08 09:17:30 +01:00
pinosu 07153801fc
Add cosmwasm project prefix to REST query paths (#743)
* Add cosmwasm project prefix to REST query paths
2022-02-08 08:34:04 +01:00
Alexander Peters 07875de6d2
Merge pull request #741 from CosmWasm/dependabot/go_modules/github.com/prometheus/client_golang-1.12.1
Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
2022-02-07 08:57:13 +01:00
Alexander Peters 9cc9a2fc14
Merge pull request #745 from CosmWasm/dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.0.3
Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3
2022-02-07 08:56:38 +01:00
dependabot[bot] e082ec97a0
Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3
Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/cosmos/ibc-go/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-04 08:13:20 +00:00
Pino' Surace d605482f24 Add static checking for common bug patterns
Add CodeQL Action for checking common bugs:
- security and code quality issues
- custom queries for Cosmos SDK based projects (https://github.com/crypto-com/cosmos-sdk-codeql)
2022-02-04 08:52:58 +01:00
Ethan Frey 7625caf27b
Merge pull request #734 from CosmWasm/docker_master_builds
Run docker build only for master branch
2022-01-31 10:56:58 +01:00
Ethan Frey eb183fabd4
Merge pull request #739 from CosmWasm/proto_upgrade
Update IBC protobuf files
2022-01-31 10:56:42 +01:00
dependabot[bot] 001a147aed
Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 08:13:43 +00:00
Ethan Frey 4944454e0b
Merge pull request #740 from CosmWasm/minor_integration_support
Minor integration support
2022-01-30 20:33:43 +01:00
Alex Peters 26c3b672e7
Minor integration support 2022-01-28 12:11:25 +01:00
Alex Peters f8d25eb930
Update IBC protobufs 2022-01-28 11:58:05 +01:00
Alexander Peters 891b4061a6
Update changelog (#737)
* Update changelog

* Full diff link
2022-01-28 10:11:51 +01:00
Alexander Peters 977c012c5e
Merge pull request #736 from CosmWasm/end_blockers
Set end block order
2022-01-28 09:28:00 +01:00
Alex Peters 1a0469cf4c
Set end block order 2022-01-27 15:40:54 +01:00
Alex Peters f4cdf149e2
Run docker build only for master branch 2022-01-25 15:03:19 +01:00
Alexander Peters de38ea008b
Merge pull request #733 from CosmWasm/docker-build
Upgrade docker images in dockerfile
2022-01-25 14:43:40 +01:00
Alex Peters 848eb35c20
Fix docker build issues with most recent remote docker version in CI 2022-01-25 14:30:35 +01:00
Alexander Peters d500cb3e9a
Merge pull request #728 from fadeev/patch-1
feat: Starport config file
2022-01-25 09:02:45 +01:00
Jacob Gadikian 75ec3c9795
Remove version enforcement, per conversation on gaia. Go.sum values have no bearing on what is actually used to compile. (#731) 2022-01-25 09:01:44 +01:00
Ethan Frey a8baa963fd
Merge pull request #729 from CosmWasm/doc_integration_update
Add sdk versions to integration.md
2022-01-24 21:39:31 +01:00
Ethan Frey 24c93d6ca5
Merge pull request #730 from CosmWasm/672-add-sudo-propsal
Add sudo and execute proposal types
2022-01-24 21:37:37 +01:00
Ethan Frey 20ed020fa7 Update documentation 2022-01-24 21:25:48 +01:00
Ethan Frey 95ba0df088 Update CHANGELOG 2022-01-24 21:21:31 +01:00
Ethan Frey fb568e3ef7 Allow sending tokens along with governance wasm_execute proposal 2022-01-24 21:18:29 +01:00
Ethan Frey 6a2a9d0bfa fix tests 2022-01-24 20:23:20 +01:00
Ethan Frey 0a96e26fba Remove RunAs from Migrate proposal 2022-01-24 20:00:01 +01:00
Ethan Frey 82f023ce51 Test execute and sudo proposal handlers 2022-01-24 19:54:26 +01:00
Ethan Frey 8a9771e8f6 Add tests for Rest client 2022-01-24 19:54:26 +01:00
Ethan Frey fb1240c29a Add rest routes for proposals; 2022-01-24 19:54:26 +01:00
Ethan Frey 027b951f19 Wire up cli for exec and sudo proposal 2022-01-24 19:54:26 +01:00
Ethan Frey 53a44eb4d7 Wire up proposal handlers 2022-01-24 19:54:26 +01:00
Ethan Frey d227112cc3 Registered new proposal types 2022-01-24 19:54:26 +01:00
Ethan Frey 6bd6ffe90b Compile proto files 2022-01-24 19:54:26 +01:00
Ethan Frey b315fe8e09 Add new proto types for the sudo an execute proposals 2022-01-24 19:54:26 +01:00