Commit Graph

1294 Commits

Author SHA1 Message Date
Alexander Peters d9ae0e2ef1
Update CHANGELOG (#577)
* Update CHANGELOG

* Update changelog

* Update changelog
2021-08-04 16:59:20 +02:00
Ethan Frey 945c68e850
Merge pull request #576 from CosmWasm/security_303
Add intiial SECURITY.md
2021-08-04 16:36:38 +02:00
Alex Peters 7457ae5827
Add intiial SECURITY.md 2021-08-04 09:03:40 +02:00
Ethan Frey 75e1f5c62d
Merge pull request #573 from CosmWasm/cli_doc_fix
Remove obsolete cli params
2021-08-03 00:12:13 +02:00
Ethan Frey 59146143aa
Merge pull request #572 from CosmWasm/sdk-upgrade
Bump Cosmos-sdk to v0.42.8
2021-08-03 00:10:04 +02:00
Alex Peters 49bed8952f
Remove obsolete cli params 2021-08-02 14:55:42 +02:00
Alex Peters ed254dcdbb
Bump Cosmos-sdk to v0.42.8 2021-08-02 11:53:21 +02:00
Ethan Frey 0f6f437b38
Merge pull request #570 from CosmWasm/561-better-ibc-contract-interface
Better ibc contract interface
2021-07-29 09:13:59 +02:00
Ethan Frey 3d1ff09b05
Merge pull request #571 from CosmWasm/update-latest-cosmwasm
Update latest cosmwasm
2021-07-28 23:07:56 +02:00
Ethan Frey 12b6eb4fa8 Update gas price 2021-07-28 23:05:05 +02:00
Ethan Frey b25956d0a1 Use v0.16.0-rc5 contracts 2021-07-28 23:04:02 +02:00
Ethan Frey 0fe0b6223a Fix relay tests 2021-07-28 22:15:31 +02:00
Ethan Frey cf854947e9 Change IBCContractKeeper interface, code builds 2021-07-28 22:11:27 +02:00
Ethan Frey 0dbcef0d55
Merge pull request #567 from CosmWasm/553-adjust-default-msg-gas
Adjust default msg gas
2021-07-28 15:24:13 +02:00
Ethan Frey 103285337c Update comments 2021-07-28 13:08:50 +02:00
Ethan Frey b34290772b Adjust gas prices in tests 2021-07-28 13:06:09 +02:00
Ethan Frey 774034f862 Make gas register tests more flexible, fix counting bug 2021-07-28 13:04:47 +02:00
Ethan Frey 5149372e53 Change default message size cost to 0 2021-07-28 13:04:47 +02:00
Ethan Frey 267643fc12
Merge pull request #564 from CosmWasm/540-trim-code-info
Trim code info
2021-07-28 13:03:23 +02:00
Ethan Frey 18741cb19a Used reserved keyword in protobuf 2021-07-28 11:26:51 +02:00
Ethan Frey 2387a48727 All code compiles and tests 2021-07-28 11:24:44 +02:00
Ethan Frey c9360f63d1 keeper and types pass tests 2021-07-28 11:24:44 +02:00
Ethan Frey 6bde321974 x/wasm/keeper compiled 2021-07-28 11:24:44 +02:00
Ethan Frey e0811c5f40 x/wasm/types compiles 2021-07-28 11:24:44 +02:00
Ethan Frey 701c0c1ace Remove source, builder from proto files 2021-07-28 11:24:44 +02:00
Ethan Frey 6f684d5020
Merge pull request #565 from CosmWasm/410-standardize-address-derivation
Standardize address derivation
2021-07-28 11:23:06 +02:00
Ethan Frey 6f720a4c88 PR Comment: move where truncating address length to 20 2021-07-28 11:18:58 +02:00
Ethan Frey 92850081f0 Fix last tests 2021-07-28 11:18:58 +02:00
Ethan Frey 65f4b544fb Update CHANGELOG 2021-07-28 11:18:58 +02:00
Ethan Frey 477c794913 Almost all tests pass 2021-07-28 11:18:21 +02:00
Ethan Frey b8b0f209b2 Update tests (new default contract addr) 2021-07-28 11:18:21 +02:00
Ethan Frey 1330b115d6 Update hash algorithm 2021-07-28 11:18:21 +02:00
Ethan Frey c84a0862e4
Merge pull request #568 from CosmWasm/556-ibc-query-only-open-channels
Ibc query only returns open channels
2021-07-28 11:17:44 +02:00
Ethan Frey a012e00152
Merge pull request #569 from CosmWasm/dependabot/go_modules/github.com/spf13/cast-1.4.0
Bump github.com/spf13/cast from 1.3.1 to 1.4.0
2021-07-28 10:35:35 +02:00
dependabot[bot] 344c4e45b3
Bump github.com/spf13/cast from 1.3.1 to 1.4.0
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](https://github.com/spf13/cast/compare/v1.3.1...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 08:25:26 +00:00
Ethan Frey 70191a73dc Update CHANGELOG 2021-07-28 10:20:47 +02:00
Ethan Frey a428d5c605 Add filtering to logic, tests pass 2021-07-28 10:17:24 +02:00
Ethan Frey 3016668d29 Add failing tests showing nothing filtered now 2021-07-28 10:14:06 +02:00
Ethan Frey f6002fe942
Merge pull request #563 from CosmWasm/558-bump-proto
Bump proto
2021-07-27 14:52:08 +02:00
Ethan Frey d6432413a6 Fixed remaining PR comments 2021-07-27 14:25:33 +02:00
Ethan Frey 997b53032d Fix up whitespace issues 2021-07-27 14:25:33 +02:00
Ethan Frey fb01b799c2 Adapt code to v1beta1 -> v1 rename 2021-07-27 14:25:33 +02:00
Ethan Frey 0ebb1efb9e Recompile protobuf files 2021-07-27 14:25:33 +02:00
Ethan Frey 43f698be6f Move proto files to v1 2021-07-27 14:25:33 +02:00
Ethan Frey 7eb7814437 Update JSON/YAML parsing and test code 2021-07-27 14:25:33 +02:00
Ethan Frey fa56020509 Add CHANGELOG entry 2021-07-27 14:25:33 +02:00
Ethan Frey 6c7bb96511 Rename remaining {Init,Migrate}Msg fields 2021-07-27 14:25:33 +02:00
Ethan Frey 699fbbc215 Changed references in code - 2 broken tests 2021-07-27 14:25:33 +02:00
Ethan Frey e144b2ea76 {Init,Migrate}Msg -> Msg in proposals as well 2021-07-27 14:25:33 +02:00
Ethan Frey 1fa2165806 Rename 2 fields and regenerate protobuf 2021-07-27 14:25:33 +02:00