Pinned
1,102 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 23 commits in 4 repositories
Created a pull request in tendermint/starport that received 7 comments
feat(map): provide custom indexes
Add the option --indexes to specify custom fields to index the type.
This is the same format as providing fields but comma separated: --index foo:s…
+481
−221
•
7
comments
Opened 19 other pull requests in 2 repositories
tendermint/starport
8
merged
1
open
1
closed
- fix(template/map): add an additional check in query tests
-
fix: small comment typo in
listtemplate - feat(map): tests generation for map with custom index
-
fix: use release version of
spmin template - fix(services/chain): don't init accounts from config for SPN chains
- fix: error when using a custom index for map that includes more than two word
- chore: merge master
- chore: release/v0.17.0
-
fix:
mwasm.gofilename - fix(scaffolder): remove the ibc missing placeholder error
tendermint/spn
4
open
5
merged
- feat(launch): create chain message
-
fix(launch): use interface for
InitialGenesisofChain - feat(launch): initialize request pool
- feat(launch): initialize genesis validator
- feat(launch): initialize vested account
- feat(launch): initialize genesis account
-
feat(launch): initialize
chain -
chore: initialize
accountandlaunchmodules - chore: initialize application
Reviewed 37 pull requests in 5 repositories
tendermint/starport 19 pull requests
- refactor(templates): use wasm from tendermint/spm-extras
- feat(cmd): add 'scaffold type' and refactor scaffolding
- fix(scaffolding): correct modified/created file logs
- refactor(module/placeholders): remove unused placeholders
- docs: update readme for v0.17
- docs(cli): update generated docs
- docs: Update changelog for v0.17
- docs: Starport v0.17
- feat(module): bandchain oracle support
- chore: disable ga
- chore(templates/ci): do not build arm binaries
- docs: Revert changes to the readme
- improvement(cmd): rename --no-default-module to --no-module
- feat(pkg/protoanalysis): ignore hidden files
- chore(cmd): manually order command list
- feat(cmd/scaffold): add module, wasm, query, and
- feat(Makefile): add more commands
- refactor(cmd): add list and map commands to scaffold
- feat: dependencies option for module create
tendermint/spn 13 pull requests
- feat(launch): initialize vested account
- feat(launch): initialize request pool
- feat(profile): allows to create a new coordinator
- feat(profile): init the validator structure
- refactor(account): rename the module to avoid collision
- feat(launch): initialize genesis account
- feat(account): initialize the coordinator struct
- fix(test): fix test and lint errors
- feat(.github): GitHub templates
- feat(CI): GitHub workflow for CI tests
- feat(Makefile): Makefile commands and build version
- ci: add codeowners file
-
docs: update readme with a link to
master-legacy
tendermint/spm 2 pull requests
cosmos/sdk-tutorials 2 pull requests
tendermint/spm-extras 1 pull request
Created an issue in tendermint/spn that received 7 comments
account module namespace collides with a default account command
Describe the bug
We have by default an account namespace for Cosmos SDK chains to query SDK account from address.
Our module account also create a …
7
comments
Opened 41 other issues in 2 repositories
tendermint/spn
22
open
8
closed
- Determine and implement chain name verification
- profile: add coordinator count check in genesis validate
-
test: use
<package>_testas package for tests - profile: allow to delete a validator profile
- profile: allow to update validator description
- profile: initialize validator profile
- Solve lint issues
- launch: queries to list genesis accounts, vested accounts and validators from a chain ID
- launch: allows to revert launch
- launch: allow to trigger the launch of a chain
- launch: allow to settle requests
- launch: request to remove a genesis validator
- launch: request a genesis validator
- launch: request to remove an account
- launch: request a vested account
- launch: request a genesis account
- enable CI workflow
- launch: initialize request pool
- launch: initialize genesis validators
- launch: initialize vested accounts
- launch: initialize genesis accounts
- launch: allow to edit a chain
- launch: allow to create a chain
- launch: initialize chain
- account: allow to update coordinator address
- Some issues not shown.
tendermint/starport
10
open
1
closed
-
Scaffolding list: adding count verification in generated genesis
Validate()method - The count value of scaffolded list is prefixed twice in the store
-
starport s messageprovide custom name for the creator of the message - relayer configure: merge source version and target version
- New type: scaffold indexed list
-
no-queryoption for type commands -
Remove type
Creatorfield for internal types - Scaffold map tests when a custom index is provided
- component scaffolding: provide custom type for field
- map: custom index option
- More resilient app.go modification process for the scaffolder

