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
0f46dee0c4
Implement IBC contract support ( #394 )
...
* Implement IBC contract support
* Update changelog
* Adjust tests for new event logic
* Review comment
2021-01-29 11:11:15 +01:00
Alex Peters
bac2339ae2
Add sanity test for all genesis message types
2021-01-07 14:20:02 +01:00
Alex Peters
488d2fe352
Add doc for wasm position in genesis handler
2021-01-07 14:20:02 +01:00
Alex Peters
57999b26b7
Start with wasm msg in genesis
2021-01-07 14:19:18 +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
6045693a27
Set bech32 prefix
2020-11-17 15:27:23 +01:00
Alex Peters
ca040da925
Integrate wasmcli into wasmd
2020-11-17 12:54:21 +01:00
Alexander Peters
93761eac33
Upgrade wasmvm aka go-cosmwasm ( #311 )
...
* Upgrade wasmvm aka go-cosmwasm
* Update x/wasm/README.md
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
* Review feedback
* CircleCI: export GORACE
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-17 12:53:31 +01:00
Alexander Peters
4fb3a50fa7
Support self calling contract on instantiation ( #300 )
...
* Support self calling contract on instantiation
* Review feedback
* Review feedback
2020-11-09 09:16:41 +01:00
Alex Peters
bf83c4476c
Upgrade to Stargate RC2
2020-11-03 18:20:26 +01:00
Ethan Frey
85cccdc0d4
Away from master onto v0.40.0-rc1
2020-10-27 21:04:22 +01:00
Alex Peters
bcb00d6017
Upgrade to Stargate commits
2020-10-27 15:01:22 +01:00
Ethan Frey
3143ea67a7
Update app.go for new constructor
2020-10-06 20:59:22 +02:00
Ethan Frey
3b479c3235
Merge pull request #254 from gustavohmsilva/master
...
Closes #10 Implemented files called general_consts.go to all modules that heavly relied on the duplicated "ClientID : 1"
2020-10-06 08:36:50 +02:00
Gustavo H. M. Silva
fd2f51cb12
Closes #10 Implemented files called general_consts.go to all modules that heavly relied on the duplicated "ClientID : 1"
2020-09-06 09:16:20 +01:00
puneet2019
2d7eae23aa
module manager had evidence module added twice.
2020-08-20 12:37:45 +05:30
Ethan Frey
133ed4e75e
Add testcase for ConvertToProposals
2020-07-27 19:36:39 +02:00
Ethan Frey
9c6a5c46d0
Update Makefile, update proposals via -X flags
2020-07-27 19:30:40 +02:00
Ethan Frey
7b1a4de59d
Add logic to app.go to configure enabled proposals
2020-07-27 19:20:25 +02:00
Ethan Frey
5f48074a8a
Make the bech32 prefix configurable in Makefile, unique for coral
2020-07-27 15:10:13 +02:00
Ethan Frey
c3fe4d83b9
Set different dirs for coral binary
2020-07-27 15:10:13 +02:00
Ethan Frey
fd81e60d02
Enable Staking BeginBlocker
2020-07-23 13:54:32 +02:00
Alex Peters
660e1fd9b9
Upgrade sdk to launchpad rc0
2020-07-20 15:53:54 +02:00
Alex Peters
4400c4526f
Move enabled gov types to app construction
2020-07-14 13:41:12 +02:00
Alex Peters
7903528306
Add code doc
2020-07-14 13:33:17 +02:00
Alexander Peters
9ab18fc46f
Add wasm gov proposals to cli ( #183 )
...
* Add wasm gov proposals to cli
* Update changelog
* Rework gov proposal rest handlers
* Fix json naming
* Pretty print byte arrays in CLI
* Replace ambiguous cli flag and rest routes
* Minor cli usage doc update
2020-07-14 13:30:41 +02:00
Alex Peters
85a404691a
Add configurable control to upload code
2020-07-08 15:54:02 +02:00
Alexander Peters
8a547179d2
Gov proposal types and handler ( #173 )
...
* Gov proposal types and handler
* Review feedback
* Store code proposal and test
* Accept only valid proposals
* Complete proposal types
2020-07-07 17:55:11 +02:00
Ethan Frey
9aaad07ab2
Fix up staking / wasm set up in app.go
2020-05-22 16:52:49 +02:00
Ethan Frey
c829fcff5a
Rename import from cosmwasm/wasmd to CosmWasm/wasmd
2020-05-13 22:15:40 +02:00
Ethan Frey
945067f5c0
Update to 0.8.0-alpha2
2020-05-13 21:16:18 +02:00
Ethan Frey
c691c79042
Calculate staked amount for delegation
2020-05-11 13:22:57 +02:00
Ethan Frey
0ca2ff6702
Make QueryPlugins configurable for keeper
2020-05-07 11:08:20 +02:00
Ethan Frey
7b7a293835
Allow configuring custom message handlers in wasm
2020-05-07 10:20:18 +02:00
Ethan Frey
aaad847777
Update deps to forked sdk v0.38.2, support --trace debug flag
2020-02-08 22:37:12 +01:00
Ethan Frey
06c3f0f253
All compiles except ./cmd
2020-01-23 19:18:17 +01:00
Ethan Frey
a3ec9f95a5
Updated tendermint cmn imports
2020-01-23 18:59:38 +01: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
090c545347
Merge PR #259 : Bump SDK master commit
2020-01-22 18:15:30 -05:00
Ethan Frey
d250319e84
Remove print statement
2020-01-21 09:52:19 +01:00
Ethan Frey
da662fbd5c
Cleanup
2020-01-21 09:09:42 +01:00
Ethan Frey
34032047d9
Start writing full-app level integration test
2020-01-20 18:55:30 +01:00
Ethan Frey
3d3b6539ff
Use [wasm] subsection in app.toml
2020-01-20 10:29:22 +01:00
anilCSE
84f63203d1
Add wasmconfig and default config
2020-01-18 14:03:03 +05:30
anilCSE
2eff7112ea
Allow configure query gas limit
2020-01-17 10:14:33 +05:30
anilCSE
c88a7d14d2
Add lru cache size config
2020-01-17 09:45:36 +05:30
Alexander Bezobchuk
87a4269b90
Merge PR #247 : Update SDK Commit & Update CLI Doc
2020-01-07 14:14:39 -05:00
Alexander Bezobchuk
b7839f276a
Bump SDK commit to the latest master ( #239 )
...
* Bump go.{mod,sum}
* Update client package imports
* Update app
* Fix tests
* format
* Fix CLI test
2019-12-30 11:04:39 -03:00
Federico Kunze
ebfbd95dc0
Merge PR #215 : Update simulation tests
2019-12-19 11:02:59 -05:00