Commit Graph

1582 Commits

Author SHA1 Message Date
Alex Peters
2d896aaefe Minor cleanup 2022-09-14 15:43:29 +02:00
Alexander Peters
8fc9855a84 Merge pull request #995 from CosmWasm/876_doc
Link to medium  article
2022-09-12 15:19:44 +02:00
Alexander Peters
30fc73e5f8 Merge pull request #996 from CosmWasm/942_newaddr_generation
Make contract addresses predictable
2022-09-09 14:43:33 +02:00
Alex Peters
ccb2fdd0b6 Make contract addresses predictable 2022-09-09 12:42:41 +02:00
Alex Peters
eb1c95a9a7 Link to medium article 2022-09-09 11:21:04 +02:00
Alexander Peters
d9f9f91d13 Merge pull request #983 from CosmWasm/dependabot/go_modules/github.com/spf13/viper-1.13.0
Bump github.com/spf13/viper from 1.12.0 to 1.13.0
2022-09-09 10:52:46 +02:00
Alexander Peters
42758d3a13 Rename features to availableCapabilities (#993)
* Rename features to availableCapabilities as in wasmvm

* Review feedback
2022-09-09 09:22:31 +02:00
Alexander Peters
0e41c8cc1c Better wasmvm 1.1 integration test (#988)
* Add cosmwasm_1_1 cability, bump reflect contract, supply query integration test

* Review feedback
2022-09-09 08:36:00 +02:00
Alexander Peters
110d6d784c Merge pull request #991 from CosmWasm/990_test
Test contract history order
2022-09-09 08:06:27 +02:00
Alexander Peters
1c4a5bd3df Merge pull request #974 from CosmWasm/945_access_config_anyof
Introduce new AccessType to allow a set of addresses
2022-09-08 15:21:28 +02:00
Alexander Peters
fdc214cdcb Merge pull request #992 from CosmWasm/revert_909
Revert "Create .gitpod.yml"
2022-09-08 15:15:32 +02:00
Alex Peters
e3e7ca3c7d Revert "Create .gitpod.yml"
This reverts commit 3864815113.
2022-09-08 14:55:51 +02:00
Alex Peters
f9912e9333 Test contract history order 2022-09-08 14:48:57 +02:00
Alexander Peters
f8edb25e69 Merge pull request #990 from yann-sjtu/fix-bug-of-contract-history
fix bug of contract history
2022-09-08 14:40:01 +02:00
xingqiang.yuan
e63e63b0f4 fix bug of contract history 2022-09-08 16:49:42 +08:00
Alexander Peters
b7872927b6 Merge pull request #985 from CosmWasm/957_keychain
Upgrade keyring/ go-keychain dependency
2022-09-07 20:18:25 +02:00
larry
b8c1d76a9a Add query for the total supply of a coin (#903)
* add bank supply query

* remove a local dev dependency
2022-09-07 16:53:55 +02:00
Alexander Peters
aee42296b4 Merge pull request #909 from faddat/patch-5
Standardized Development Environment
2022-09-07 16:49:33 +02:00
Jacob Gadikian
355ee686ee ibc-go v3.2.0 (#937)
* 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

* Update CHANGELOG.md

* Update CHANGELOG.md

* sdk v0.45.8
2022-09-07 16:39:31 +02:00
Alex Peters
10bb470d97 Upgrade keyring/ go-keychain dependency 2022-09-07 16:31:51 +02:00
Alex Peters
20cd4af540 More tests 2022-09-07 16:19:27 +02:00
Alex Peters
2567927d09 Parse any of address in CLI; more tests 2022-09-07 15:46:27 +02:00
Alex Peters
089076d065 Formatting only 2022-09-07 12:02:53 +02:00
Alex Peters
743c1c34e0 Prevent empty addresses list 2022-09-07 12:01:29 +02:00
Alex Peters
2674c53d7b Introduce AccessTypeAnyOfAddresses 2022-09-07 12:01:29 +02:00
Simon Warta
ef8ff54701 Merge pull request #984 from CosmWasm/980_wasmvm110
Upgrade to wasmvm v1.1.0
2022-09-07 11:45:02 +02:00
Alexander Peters
ed308054ed Update README.md
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-09-07 10:47:02 +02:00
Alex Peters
8f7dfb1d27 Update changelog 2022-09-07 10:37:16 +02:00
Alex Peters
a40a10643d Upgrade to wasmvm v1.1.0 2022-09-07 10:28:30 +02:00
dependabot[bot]
8fbce82f3c Bump github.com/spf13/viper from 1.12.0 to 1.13.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 08:19:57 +00:00
Ethan Frey
f430ca3b14 Merge pull request #979 from public-awesome/feature/pin-code-flag-proposal
Add unpin code flag to store code proposal
2022-09-06 18:01:33 +02:00
jhernandezb
352e408b70 fix tag 2022-09-06 08:18:45 -06:00
jhernandezb
cc9e74075c change default behavior to always pin 2022-09-06 08:13:41 -06:00
jhernandezb
881d0aca94 add pin code flag to store code proposal 2022-09-05 10:32:22 -06:00
Alexander Peters
1fdd37816f Upgrade thirdparty protos (#977)
* Bump tendermint protos

* Bump cosmos protos

* Format only
2022-09-05 14:20:55 +02:00
Alexander Peters
0f2794c47a Merge pull request #969 from public-awesome/jhernandezb/add-params-query
add params query
2022-09-01 11:09:46 +02:00
Alexander Peters
62b18f3e86 Merge pull request #968 from CosmWasm/849_unused_flag
Remove obsolete cli gov params
2022-09-01 10:59:30 +02:00
jhernandezb
e54d56e95f add params query 2022-08-31 10:58:42 -06:00
Alex Peters
dda8cbb84e Remove obsolete cli gov params 2022-08-31 17:27:26 +02:00
Alexander Peters
e714fdf3b4 Charge gas to unzip wasm code (#898)
* Charge gas for unzip wasm code

* Add uncompress test

* Apply review feedback

* Add testcase to uncompress spec
2022-08-31 16:17:03 +02:00
Alexander Peters
49d571edbe Merge pull request #964 from notional-labs/sdk-458
sdk v0.45.8
2022-08-26 08:22:39 +02:00
Jacob Gadikian
b574fa98b0 Update CHANGELOG.md 2022-08-26 04:58:23 +07:00
faddat
a35420842e sdk v0.45.8 2022-08-25 21:55:27 +00:00
Alexander Peters
261812986e Merge pull request #963 from CosmWasm/code_scanning_path
Fix codeql analyzer branch config
2022-08-25 13:51:53 +02:00
Alex Peters
559ea2b477 Fix codeql analyzer branch config 2022-08-25 13:51:07 +02:00
Alexander Peters
6423488843 Merge pull request #928 from CosmWasm/dependabot/go_modules/github.com/prometheus/client_golang-1.13.0
Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
2022-08-25 11:11:08 +02:00
dependabot[bot]
e251e16487 Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
- [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.2...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 08:53:51 +00: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
Alexander Peters
c993eefb11 Revert changes in protogen script (#956)
* Revert protocgen changes from #866

* Go mod tidy

* Bump proto-gen image one version
2022-08-24 14:29:27 +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