Orkun Külçe
a589fe91e8
feat: Provide source, builder and codehash information in store code proposal message ( #1072 )
...
* Provide source, builder and codehash information in store code proposal message
* Make linter happy
* Update x/wasm/simulation/proposals.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* Update x/wasm/client/cli/gov_tx.go
* Update x/wasm/client/cli/gov_tx.go
* Bump github.com/cosmos/gogoproto from 1.4.2 to 1.4.3
Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/cosmos/gogoproto/releases )
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cosmos/gogoproto/compare/v1.4.2...v1.4.3 )
---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update authz grant examples
* Enable larger wasm bytecode upload for gov proposals (#1095 )
* Enable larger wasm bytecode upload for gov proposals
* Set max proposal wasm code size to 3MB
* Bump SDK to v0.45.11
* Fix license head
* Fix README header
* Bump version go to 1.19 (#1044 )
* bump go 1.19
* add change log
* correct change log
* Provide source, builder and codehash information in store code proposal message
* Implement source, builder, code_info for StoreAndInstantiateProposal
* Apply review recommendations
* Make linter happy
* Fix tests
* Formatting only
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giancarlos Salas <giansalex@gmail.com>
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
Co-authored-by: GNaD13 <89174180+GNaD13@users.noreply.github.com>
2022-11-22 15:14:38 +01:00
pinosu
ef9a84dda8
Add StoreAndInstantiateContract gov proposal ( #1074 )
...
* Add StoreAndInstantiateContract gov proposal
* Add integration tests
* Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.13.0 to 1.14.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.13.0...v1.14.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>
* Remove exposed functions
* Add tests
* Add Developer's guide and best practices (#1075 )
* Add Developer's guide and best practices
* Fix comments
* Change genesis preserving contract history (#1076 )
* preserve contract created date on genesis import and add query contract created date
* add validate created
* fix sims test app import export
* add preserve contract history
* Make proto-all only
* Remove ResetFromGenesis
* Add validation
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
* Return contract history updates
* Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#1082 )
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/spf13/viper/releases )
- [Commits](https://github.com/spf13/viper/compare/v1.13.0...v1.14.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#1082 )"
This reverts commit cf81eb8ea6
.
* Add cli and refactor code
* Contract authz - redesign (#1077 )
* Add contract authz proto
* Implement contract autorization
* Register contract authz
* Add contract-authz tests
* Consume gas for contract authz
* Add contract authz cli
* Update cli usage
* Model spike
* Add max funds limit
* Redesign authz model
* Start e2e test
* Full e2e test
* Test filter and limits
* Test accept
* Fix description
* No linter warning
Co-authored-by: Giancarlos Salas <me@giansalex.dev>
* Add StoreAndInstantiateContract gov proposal
* Add integration tests
* Remove exposed functions
* Add tests
* Add cli and refactor code
* Fix comments
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GNaD13 <89174180+GNaD13@users.noreply.github.com>
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
Co-authored-by: Giancarlos Salas <me@giansalex.dev>
2022-11-11 16:04:04 +01: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
jhernandezb
3ade8159b6
update proto field name
2022-05-09 11:35:37 -06:00
jhernandezb
cd76a61bcf
update UpdateInstantiateConfigProposal proto definition
2022-05-09 11:35:37 -06:00
jhernandezb
72710effca
add UpdateInstantiateConfig gov proposal
2022-05-09 11:35:37 -06:00
Alex Peters
f1273864c9
Minor godoc update
2022-05-06 10:34:47 +02:00
Ethan Frey
fb568e3ef7
Allow sending tokens along with governance wasm_execute proposal
2022-01-24 21:18:29 +01:00
Ethan Frey
0a96e26fba
Remove RunAs from Migrate proposal
2022-01-24 20:00:01 +01:00
Ethan Frey
b315fe8e09
Add new proto types for the sudo an execute proposals
2022-01-24 19:54:26 +01:00
Alexander Peters
dfba1395d9
Fix message representation for signing ( #658 )
...
* Introduce RawContractMessage type
* Add json signbytes test for proposals
* No assumptions on MsgIBCSend.data content
* Smart query uses RawContractMessage
* Revert method signature change to be consistent
* Review comment
* Update after discussions
2021-10-25 15:23:19 +02:00
Ethan Frey
18741cb19a
Used reserved keyword in protobuf
2021-07-28 11:26:51 +02:00
Ethan Frey
701c0c1ace
Remove source, builder from proto files
2021-07-28 11:24:44 +02:00
Ethan Frey
43f698be6f
Move proto files to v1
2021-07-27 14:25:33 +02:00