pinosu
09b50085cd
Remove legacy gov proposal dependencies ( #1587 )
...
* Remove legacy gov proposal dependencies
* Fix comments
* Fix lint
* Update files
* Fix lint
* Fix lint
2023-09-07 15:13:19 +02:00
Jacob Gadikian
8627f85275
style: lint wasmd in the same manner as cosmos-sdk ( #1537 )
...
* golangci-lint run ./... --fix
* linting completed
* use the CosmWasm repo as part of the gci config
2023-07-31 15:53:20 +02:00
pinosu
0fd9ecd923
Deprecate alias.go ( #1484 )
...
* Deprecate alias.go
* Fix comments
2023-07-06 11:43:08 +02:00
pinosu
657420b17e
Edit config to speed up debugging ( #1447 )
...
* Edit config to speed up debugging
* Make test deterministic
* Restore test-sim-deterministic
2023-06-19 11:08:49 +02:00
Alex Peters
0759d70a7e
Add wasm store to import-export sims
2023-05-03 09:37:02 +02:00
Alexander Peters
7e936c7fff
Cosmos-SDK v0.47 integration brach ( #1149 )
...
* Start cosmos-sdk v0.47 integration (#1136 )
* Upgrade to sdk v0.47 branch
* More integration work
* SDK version upgrade; fixes
* More fixes
* Fixes
* Deactivate failing tests
* SDK + ibc-go version upgrades
* limix gas fix
(cherry picked from commit f7f841768e5051d96d243b42ce4f231a33020326)
* with valset in bench
(cherry picked from commit 35b2a8fd2c23d6160fca540771fd348913f7f143)
* Revert staking query handler; fix tests
* Minor cleanup
* Rebased
* Address linter issues
* Set legacy router proper
* Deactivate failing test. Race condition needs to handled in SDK
* Address some code smells
* Bump sdk version
* Use gov v1 internally for votes
* Activate test after sdk fix
* Add group test
* Add config template for wasm fields
* Add Rust backtrace flag for more debug output on simulations
* Set unique node folder for tests
* Revert "Add Rust backtrace flag for more debug output on simulations"
This reverts commit 218c3c6ce137dc02f7bc38391408d3460fb27e6f.
* Simulations
* Run also im/export + deterministic sims
* Add package prefix to interfaces
* Add signer annotation (https://github.com/cosmos/cosmos-sdk/issues/10933 ), minor cleanup
* Bump sdk version
* Review comments
Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
* Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.11.0...v1.12.0 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit f4905955b5
)
* Remove intertx for vanilla ICA
* fix msg format in EVENTS.md
(cherry picked from commit 38d466adfd
)
* Better to sdk coin convertion (#1164 )
* Better to sdk coin convertion
* Review feedback
(cherry picked from commit a925a9ed61
)
* 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>
(cherry picked from commit 8991633de2
)
* Integrate wasmvm v1.2.0 (backport #1161 ) (#1175 )
* 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>
(cherry picked from commit 957b38e0a5
)
# Conflicts:
# x/wasm/keeper/handler_plugin_encoders.go
# x/wasm/keeper/handler_plugin_encoders_test.go
# x/wasm/keeper/keeper.go
# x/wasm/keeper/keeper_test.go
* Adress merge conflicts
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit ffa0e5e5e1
)
* Emit events for setContractAdmin + setAccessConfig (#1179 )
(cherry picked from commit c9e7830ac1
)
* Dependency upgrades (#1172 )
* Bump sdk version to lastest
* Bump ibc-go version to lastest
* Remove channel hack
* Update to ibc-go v7 + protoVer=0.11.5
* Bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.13.0...v1.13.1 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit de27e7f82f
)
* Fix typos (backport #1185 ) (#1194 )
* Fix typos
(cherry picked from commit c88b8194cb
)
# Conflicts:
# proto/cosmwasm/wasm/v1/tx.proto
* Fix merge conflict
---------
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
* Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#1200 )
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.13.1...v1.14.0 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f3fc31c386
)
* list-contract-by-code bugfix
(cherry picked from commit 2ccffed778
)
* fix: stargate querier does not reset the state
(cherry picked from commit fd0323541d
)
* test: add unit test
(cherry picked from commit 6d8018ac59
)
* Add Windows client support (#1197 )
* Add Windows client support
* Separate server and windows client
---------
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
(cherry picked from commit 8a20779518
)
* Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit e5fab3da5a
)
* Rename windows client binary
(cherry picked from commit de09c7fe2b
)
* Return IBC packet sequence number (backport #1225 ) (#1233 )
* Return IBC packet sequence number (#1225 )
* Return IBC packet sequence number
* Fix review feedbacks
* Remove names to return values in DispatchMsg method
* Fix comments
(cherry picked from commit 4f1c57fc12
)
# Conflicts:
# x/wasm/keeper/handler_plugin.go
* Fix merge conflict
---------
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
* Test rust panic for regression
(cherry picked from commit a52e604966
)
* Fix client checksum verification (#1234 )
* Fix client checksum verification
* Review comments
(cherry picked from commit 1a8019b380
)
# Conflicts:
# x/wasm/client/cli/gov_tx.go
* Fix merge conflict
* Fix linters
* Configure sonarcloud analysis
(cherry picked from commit 85cf1614fb
)
* Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action ) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases )
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.15.0...v1.15.1 )
---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 730ea5a1cf
)
* Make `CaptureIbcEvents` in ibctesting public.
Before this change, it wasn't possible to implement the
`chain.SendMsgs` method without
[copying](https://github.com/public-awesome/ics721/blob/main/e2e/suite_helpers.go#L81-L98 )
them over.
(cherry picked from commit b64fa078a3
)
* Upgrade to wasmvm 1.2.1 (backport #1245 ) (#1254 )
* Upgrade to wasmvm 1.2.1 (#1245 )
* Use wasmvm store adapter
* Bump wasmvm to v1.2.1
(cherry picked from commit 850f901b2e
)
# Conflicts:
# go.mod
# go.sum
# x/wasm/keeper/keeper.go
* Resolve conflicts
---------
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* WIP All cometbft (#1244 )
* Dep upgrade; use CometBft
* Remove duplicte message events
* Add changelog for v0.31.0 (#1188 )
* Start changelog for v0.31.0
* Add ICA upgrade
* Add proto version link to buf.build
* Update changelog (#1239 )
* Update changelog
* Update changelog with latest changes
* Set release date
---------
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
(cherry picked from commit bc0e817912
)
* Remove new message type event
* Support msg update params gov proposal (#1247 )
* Add MsgUpdateParams support
* Implement UpdateParams msg
* Fix test UpdateParams
* Add migration test
* Fix
* Fix lint issues
* Revert changes according to review feedback
* Remove more x/params dependencies
* Remove x/params from genesis test
* Formatting
* Restore old changes
* fix lint
* Fix tests and restructure migrations
* Rename alias for convention
---------
Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
* Fix test data generator (#1263 )
* linting 47 pr (#1261 )
* lint cosmwasm for sdk 47
* fix
* remove setGenesis
* remove additional unused functions
* pass tests
* use SDK's errors module
* unecessary conversions
* unnecessary conversions
* remove unneeded event manager
* complete linting of tests for 47
* add test for reimportation
* check errors
* Update x/wasm/keeper/proposal_integration_test.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* apply suggestion
* suggestions
* lints
* don't return error in when making new transactions
* no todo's in the code
* Fix test data generator
* Update x/wasm/types/genesis_test.go
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* use the full string invalid address (2 words) always
---------
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
* Regenerate from proto; remove dead code; polish code
* Set SDK version to v0.47x.0 (#1262 )
* Set SDK version to v0.47x.0
* Set chainID
* Minor updates
* Set chainID for simulations
* Buf mod update
* Use sdk tag instead of hash in buf
* Bump ibc-go to v7.0.0
* faddat/re merge main (#1274 )
undefined
---------
Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: llllllluc <58892938+llllllluc@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
Co-authored-by: Nikhil Suri <nikhilsuri@comcast.net>
Co-authored-by: Paul <p22626262@gmail.com>
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
Co-authored-by: ekez <zekemedley@gmail.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
2023-03-20 10:32:22 +01:00
Alexander Peters
e6f51498b6
Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4 ( #1088 )
...
* Upgrade to IBC v4.2.0 with interchain-accounts v0.2.4
* Fix linter issues
* Test version handshake
* Add more ibc e2e scenarios
* Add fee middleware to wasm
* Get ibc app version from middleware
2022-11-22 10:54:30 +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
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
Alexander Peters
2a9c5c1ea5
Fix wasm simulations ( #870 )
...
* Fix wasm simulations + make functions compatible with tgrade
* Fix lint issues
* Fix simulation setup
* Make simulations store msg pass
* Use default values params to make operations succeed
* Normalize wasm store
* Add simulations to circleci config
* Run simulation in temp dir
* Store sim logs
* Increase circleci machine type
* Extract reflect contract api into helper
* Add execute msg to simulations
* Embed refect wasm contract
Co-authored-by: Pino' Surace <pino.surace@live.it>
2022-05-31 10:07:16 +02:00
Ethan Frey
bff3aff95b
Run new "make format"
2022-05-09 22:34:26 +02:00
Jacob Gadikian
f740dae543
push smol thing to github so can work with Mr. Vuong
2022-05-04 10:34:15 +02:00
Alexander Peters
b8319aa334
Upgrade to cosmos-sdk v0.45.0 ( #717 )
...
* Upgrade to cosmos-sdk v0.44.5
* Upgrade to sdk v0.45.0-rc1
* Fix local test deploy scripts
* Bump to v0.45.0 final release
* Fixed replace to 0.45.0 not rc1
* Fix changed import path since rc1
Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-01-20 12:47:01 +01:00
fkneeland-figure
dd390d7f5f
Go Formatting update ( #648 )
...
* make fmt
* changelog update
2021-10-21 14:54:16 +02:00
Leonardo Bragagnolo
d0befd973d
Added randomized simulation parameters generation ( #389 )
...
* added simulation params
* fixed return types
* implemented full sim test on wasmd
* removed wrong committed github action
* switched to a import export test since i'm introducing params and genesis simulations
* fixed makefile
* Fixed sim test flags not working
* fixed some errors on sim test
* fixed conflicts
still a failure to be solved
* fixed wasm params error
* added missing codec
* Update params.go
removed unused import
* fixed intellij cache errors
* added full app simulation test that pass
* added README.md for sims credits
added me into contributors list
Co-authored-by: riccardo.montagnin <riccardo.montagnin@gmail.com>
2021-02-05 13:19:14 +01:00
Alexander Peters
53bbf96e9e
Upgrade to cosmos-sdk v0.40.0-rc5 ( #345 )
...
* Upgrade to cosmos-sdk v0.40.0-rc5
* Migrate cli queries
* Update changelog
* Remove DONTCOVER filter for coverage
2020-12-17 14:13:18 +01:00
Alex Peters
bf83c4476c
Upgrade to Stargate RC2
2020-11-03 18:20:26 +01:00
Alex Peters
bcb00d6017
Upgrade to Stargate commits
2020-10-27 15:01:22 +01:00
Alex Peters
aff2214391
Better naming for proposal type selections
2020-07-15 09:17:01 +02:00
Alex Peters
4400c4526f
Move enabled gov types to app construction
2020-07-14 13:41:12 +02:00
Alex Peters
95292c8cd4
Merge remote-tracking branch 'remotes/gaia/master' into merge_gaia_master
...
* remotes/gaia/master: (38 commits)
Merge PR #259 : Bump SDK master commit
Exec go mod tidy (#267 )
Merge PR #265 : add version v2.0.5 to CHANGELOG
Fix broken link in delegator guide (#262 )
docs: removed redundant readme.md (#261 )
Merge PR #258 : Bump github.com/spf13/viper from 1.6.1 to 1.6.2
Merge PR #250 : Docs-update
Merge PR #256 : Bump github.com/pkg/errors from 0.9.0 to 0.9.1
Merge PR #255 : Bump github.com/pkg/errors from 0.8.1 to 0.9.0
Merge PR #253 : Bump SDK master commit
Merge PR #252 : v2.0.4 Changelog
Merge PR #249 : docker image build and upload for release tags
Merge PR #247 : Update SDK Commit & Update CLI Doc
Merge PR #246 : Update Archive page with explorers
Merge PR #245 : archives
Bump SDK commit to the latest master (#239 )
Merge PR #215 : Update simulation tests
Update join-mainnet.md (#229 )
Incorporate SDK's latest changes (#227 )
Merge PR #221 : Hide unnecessarily exported function to better coverage report
...
2020-01-23 14:07:35 +01:00
Alexander Bezobchuk
87a4269b90
Merge PR #247 : Update SDK Commit & Update CLI Doc
2020-01-07 14:14:39 -05:00
Federico Kunze
ebfbd95dc0
Merge PR #215 : Update simulation tests
2019-12-19 11:02:59 -05:00
Alessio Treglia
dcbddd9f04
Merge PR #221 : Hide unnecessarily exported function to better coverage report
2019-12-12 09:59:48 -05:00
Federico Kunze
7c5bd87464
update Gaia with to latest SDK master ( #210 )
...
* update Gaia with sim refactor
* fix tests
* update to latest master
2019-12-05 12:18:43 +01:00
Ethan Frey
4307d9a50a
Rename gaia{d,cli} to wasm{d,cli}, GaiaApp->WasmApp
2019-11-19 22:20:03 +01:00
Marko
967fc43f1a
Merge PR #188 : Add linting to CI
...
* Add some linting to gaia
- closes #187
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* fail tests
* tests pass
* address PR comments
* some more strictness
2019-11-14 12:04:50 -08:00
Alexander Bezobchuk
d518038d0b
Merge PR #175 : Bump SDK to latest master
2019-11-04 10:42:10 -07:00
Federico Kunze
6970ebe19b
Merge PR #122 : Genesis Account Command + Types
2019-09-14 20:19:46 -04:00
Alexander Bezobchuk
6fa5988730
Merge PR #119 : Upgrade go to 1.13 & Latest SDK Master
2019-09-10 14:56:58 -04:00
Federico Kunze
9c82ff2366
Merge PR #94 : update Gaia to latest SDK master
2019-08-09 11:00:50 -04:00
Alexander Bezobchuk
7b1465968b
Merge PR #90 : Updates reflecting sdk v0.36.0-rc4
2019-08-06 20:23:22 -04:00
Alexander Bezobchuk
10cde2212e
Merge PR #86 : Update SDK to version latest master
2019-08-05 11:50:11 -04:00
Alexander Bezobchuk
c1ae72295c
Merge PR #77 : Update SDK version
...
* Update SDK version
* Remove x/crypto replace
* remove colors
* Add all allInvariants
2019-07-18 06:55:39 -07:00
Federico Kunze
bab3694437
Merge PR #56 : Update to latest SDK: Supply
2019-07-05 09:40:06 -04:00
Alexander Bezobchuk
7d68770d30
Merge PR #46 : Upgrade to latest SDK version (73700df8c)
2019-06-15 21:48:20 +02:00
Alessio Treglia
7885cf61a8
Import simapp
2019-06-10 18:02:49 +01:00
Alessio Treglia
787bd94b31
Sync up with SDK's latest changes ( #24 )
2019-05-28 11:16:46 +01:00
Christopher Goes
5c5bf7c49b
Updates for upstream PR (community pool spend proposal) ( #10 )
...
Related cosmos/cosmos-sdk#4329
2019-05-21 14:32:48 +01:00
Alessio Treglia
c05e6c9c05
Initial release.
...
Closes : cosmos/cosmos-sdk#4103
2019-05-17 16:36:13 +02:00