Alex Peters
1a0469cf4c
Set end block order
2022-01-27 15:40:54 +01: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
Alexander Peters
efe87743e4
Limit simulation gas ( #674 )
...
* Limit simulation gas
* Put parameters on separate lines
2021-11-17 17:20:26 +01:00
Alexander Peters
c18bc4b00e
Add linter name and minor golint related updates ( #663 )
2021-10-25 15:33:21 +02:00
fkneeland-figure
57517b0c33
Add golangci lint check on pull requests ( #645 )
...
* added golangci lint check on pull requests
* changelog update
* updated to use circleci instead of github actions
* testing a golang change
* added workflow
* updated how we find the golangci command in the make file
* using orb for golangci
* Added golangci install make command
* use docker image for golangci
* stop using make in circleci
* reverted golang change to trigger ci
* gofmt
* make fmt
* fixed a few things
* updated version on golintci
* fixed all the lint errors
* check version
* skipped wrongly failing lint
* Revert generated file changes
* fix import grouping, return errors on failures, initialization of arrays revert
* fixed a few lint errors
* addressed more code review comments
* updated with error check
* increased timeout for golangci-lint
* dont format autogenerated files
Co-authored-by: Carlton Hanna <channa@figure.com>
2021-10-25 09:09:47 +02:00
fkneeland-figure
dd390d7f5f
Go Formatting update ( #648 )
...
* make fmt
* changelog update
2021-10-21 14:54:16 +02:00
Alexander Peters
62e976a551
Upgrade wasmvm-v1.0.0-soon2 ( #628 )
...
* Upgrade wasmvm-v1.0.0-soon2
* Improve comment on DefaultGasMultiplier
Co-authored-by: Simon Warta <simon@warta.it>
2021-10-07 14:11:37 +02:00
Alexander Peters
5e88752011
Merge pull request #627 from CosmWasm/upgrade_sdk
...
Upgrade Cosmos-sdk v0.42.10
2021-10-06 16:52:09 +02:00
Alex Peters
b605a30a14
Upgrade Cosmos-sdk v0.42.10
2021-10-06 16:46:35 +02:00
Alex Peters
23ffdc9dc2
Add capabilities to begin block
2021-10-06 16:35:03 +02:00
Alexander Peters
58f3776f6e
Implement tx counter for transaction info ( #621 )
...
* Implement tx counter for transaction info
* Count tx before pre-conditions
* Doc update
2021-09-27 21:53:01 +02:00
Ethan Frey
f5dc720926
Important: add iterator feature support
2021-09-22 19:11:49 +02:00
Alex Peters
9ec97b5de9
Handle wasmvm Burn message
2021-04-13 10:27:23 +02:00
Alex Peters
03bf7b0adf
Introduce new interfaces for extendability
2021-03-24 14:11:42 +01:00
Alex Peters
6996f72b38
Handle non default ibc tranfer port
2021-03-18 15:31:33 +01:00
Alexander Peters
8e35dc260b
Refactor wasm message handlers and query plugin ( #460 )
...
* Refactor wasm message handlers
* Add handler plugin tests
* Review feedback
* Add handler and query tests
2021-03-18 15:31:12 +01:00
Alex Peters
60b5100aa6
Fix blocklist
2021-03-11 09:09:53 +01:00
Alex Peters
6c3c1978b7
Pin/Unpin contract
2021-03-07 13:40:13 +01:00
Ethan Frey
0c3460e09f
Add stargate support to wasm querier plugins
2021-03-04 15:42:35 +01: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
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