Alexander Peters
1a8019b380
Fix client checksum verification ( #1234 )
...
* Fix client checksum verification
* Review comments
2023-03-06 14:11:11 +01:00
Nikhil Suri
2ccffed778
list-contract-by-code bugfix
2023-02-13 19:50:52 +00:00
Alexander Peters
8991633de2
Disallow only address permission ( #1163 )
...
* Remove AccessTypeOnlyAddress for store msg
* Remove AccessTypeOnlyAddress for update config msg
* Review feedback
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com >
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com >
2023-01-25 12:46:02 +01:00
Alexander Peters
957b38e0a5
Integrate wasmvm v1.2.0 ( #1161 )
...
* Bump wasmvm version
* Bump wasm test contracts
* Encode weighted votes
* Encode instantiate2
* Handle code info query; better wasmvm errors
* Fix readme
* Make linter happy
* add non cgo build
* Review comments
* Bump wasmvm to release version
Co-authored-by: jhernandezb <contact@jhernandez.me >
2023-01-25 10:01:26 +01:00
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
pinosu
14c2daa667
Add UpdateInstantiateConfig command ( #1121 )
...
* Add UpdateInstantiateConfig msg
* Add implementation
* Add cli command
* Fix field description
* Fix review comments and add unit tests
2022-12-20 12:03:52 +01:00
pinosu
f3ebd929cc
Remove genesis msgs ( #1104 )
...
* Remove genesis msgs
* Remove genesis msgs cli
* Refactor InitGenesis function
2022-12-09 13:20:49 +01:00
pinosu
299d4223af
Enable key name usage for admin ( #1103 )
2022-12-06 10:51:38 +01:00
GNaD13
bc00a6bae3
Add proposal instantiate 2 ( #1106 )
...
* add proposal instantiate 2
* add basic validate test
* test case for validate basic
* add integration test
* add cli
* fix lint
* add new func init proposal
* make format
2022-12-02 15:04:32 +01:00
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
Giancarlos Salas
df4fa9c8bd
Update authz grant examples
2022-11-15 16:06:07 -06:00
pinosu
c0a482ef36
Authz redesign: CLI implementation ( #1079 )
...
* 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
* Add cli implementation for signle grant case
* Restore file to avoid merge conflicts
* Test filter and limits
* Add allow-al-messages flag
* Add cli implementation for signle grant case
* Add allow-al-messages flag
* Implement comments fixes
* Test accept
* Fix description
* No linter warning
* Fix flags and add example command
* Fix lint error
* Fix limits cli
* Add cli implementation for signle grant case
* Add allow-al-messages flag
* Implement comments fixes
* Fix flags and add example command
* Fix lint error
* Fix limits cli
* Add cli implementation for signle grant case
* Add allow-al-messages flag
* Implement comments fixes
* Fix flags and add example command
* Fix lint error
* Fix limits cli
* Fix comments
Co-authored-by: Giancarlos Salas <me@giansalex.dev >
Co-authored-by: Alex Peters <alpe@users.noreply.github.com >
2022-11-14 16:05:58 +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
Alexander Peters
5c39daee99
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 >
2022-11-11 13:39:16 +01:00
GNaD13
4c6afb38eb
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 >
2022-11-11 09:45:40 +01:00
ravaliGangasani
b7e4770e31
Update gov_tx.go
...
adding instantiate-anyof-addresses flag in the gov_tx.go
2022-11-08 16:37:54 +05:30
pinosu
0223e2bddb
Add SilenceUsage flag to hide menu when an error occurs. ( #1068 )
...
* Add SilenceUsage flag to hide menu when an error occurs.
* Fix lint errors
2022-11-02 17:14:41 +01:00
Giancarlos Salas
4f8673913a
Update instantiate cli example
2022-10-24 17:21:05 -05:00
vuong
6d67d5b4f7
Get Contracts by Creator Address ( #1021 )
...
* add query to query.proto
* add ContractsByCreatorPrefix in keys.go
* add ContractCreatorThirdIndex to keeper.go
* add querier
* cli
* fix test
* linting
* add key test
* no need to change creator when migrate
* add query test
* minor
* add migrate logic
* add more test
* register migration
* minor
* Update x/wasm/client/cli/query.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com >
* nits
* remove IterateAllContract
* Update x/wasm/keeper/genesis_test.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com >
* nit
* nit: func name
* change key
* improve TestIteratorContractByCreator
* fix test
* use IterateContractInfo in migrate2to3
* minor
* move key
* improve test case
* add pagReq in ContractsByCreator query
* ordering query
* add migrate test
* Make ContractsByCreator plural; formatting and minor updates
* Comment why AbsoluteTxPositionLen makes sense
* Migrate 1 to 2
* Set module version
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com >
Co-authored-by: khanh-notional <50263489+catShaark@users.noreply.github.com >
2022-10-20 19:04:41 +02: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
Alex Peters
0b400d6c88
Fix genesis message tooling
2022-09-14 12:34:50 +02:00
Alex Peters
ccb2fdd0b6
Make contract addresses predictable
2022-09-09 12:42:41 +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
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
0f2794c47a
Merge pull request #969 from public-awesome/jhernandezb/add-params-query
...
add params query
2022-09-01 11:09:46 +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
Jacob Gadikian
4875db2055
depracte-ioutil ( #934 )
2022-08-24 10:21:16 +02:00
Alexander Peters
00082a25b8
Make app keepers public ( #951 )
...
* use ecosystem convention for keeper names in app.go
* fix linting
* Revert variable renaming
* Deprecate attribute access helper
* Formatting only
* Replace usage of deprecated test helper
* Address linter report
Co-authored-by: faddat <jacobgadikian@gmail.com >
2022-08-23 17:01:04 +02:00
shiki.takahashi
72e8b7d40b
Remove unnecessary string
2022-07-08 15:55:43 +09:00
Simon Warta
5809ca2843
Use LibwasmvmVersion from wasmvm root
2022-05-16 14:07:51 +02:00
Ethan Frey
bff3aff95b
Run new "make format"
2022-05-09 22:34:26 +02:00
jhernandezb
3ade8159b6
update proto field name
2022-05-09 11:35:37 -06:00
jhernandezb
ac6876f657
fix error message
2022-05-09 11:35:37 -06:00
jhernandezb
86c61efe70
add code-info query command
2022-05-09 11:35:37 -06:00
jhernandezb
bf9c6e2ce6
Add handlers
2022-05-09 11:35:37 -06:00
Alexander Peters
5bb0673264
Proto updates ( #847 )
...
* Bump ibc protos to v3
* Bump tendermint protos to v0.34.19
* Fix proofs path
* Format all
2022-05-09 16:32:13 +02:00
Jorge Hernandez
25c8ac63da
Add libwasm-version query command ( #846 )
...
* add vm-version query command
* update command name
2022-05-09 10:44:01 +02:00
Ethan Frey
1253c8e360
Merge branch 'main' into add-state-sync
2022-05-04 10:18:53 +02:00
Jorge Hernandez
fb2d2f2ab9
Add instantiate-nobody flag to cli store cmd ( #827 )
...
* add instantiate-nobody flag to cli store cmd
* add flag to genesis store cmd
* update flag description
2022-05-03 09:33:46 +02:00
Ethan Frey
4cccddbb37
Put GzipIt and Uncompress logic in a common folder
2022-04-27 21:01:28 +02:00
pinosu
bfa6a1cc85
Make utils methods public ( #773 )
...
Make GetAllCodes and GetAllContracts methods public
2022-03-03 18:19:14 +01:00
Alex Peters
70ee69a54e
Add no admin flag for gov
2022-03-02 14:33:30 +01: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
027b951f19
Wire up cli for exec and sudo proposal
2022-01-24 19:54:26 +01:00
Ethan Frey
1e78fbccf2
Fixed error message capitalization
2022-01-21 10:48:54 +01:00
Ethan Frey
332f4cc9a8
Fix tests, handle genesis init as well
2022-01-21 10:48:34 +01:00