Sai Kumar
|
8ae41eb7cc
|
WIP: fixing the test cases
|
2022-04-26 19:02:26 +05:30 |
|
Sai Kumar
|
19b1635e00
|
Merge branch 'main' into sai/upgrade_cosmos_v0.46
|
2022-04-26 17:28:34 +05:30 |
|
dependabot[bot]
|
ead4208480
|
build(deps): bump github/codeql-action from 1 to 2 (#1064)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-26 11:03:36 +00:00 |
|
dependabot[bot]
|
825d3930c6
|
build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4 (#1065)
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4)
---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-26 13:02:16 +02:00 |
|
Sai Kumar
|
de5fc87573
|
Merge pull request #36 from deep-stack/ng-gql-get-status
Fix GQL query getStatus
|
2022-04-26 16:29:16 +05:30 |
|
Sai Kumar
|
e6d416db7f
|
WIP: fixing the test cases
|
2022-04-26 16:22:19 +05:30 |
|
Sai Kumar
|
694d4c667d
|
WIP: fixing the test cases
|
2022-04-26 16:09:18 +05:30 |
|
nabarun
|
e20e7c24c8
|
fix: GQL getStatus query
|
2022-04-26 15:30:21 +05:30 |
|
Sai Kumar
|
e8b0e2cf30
|
fix: fix the build issue
|
2022-04-26 10:30:05 +05:30 |
|
Sai Kumar
|
fd59a37798
|
fix : fix the conflicts
|
2022-04-23 21:23:51 +05:30 |
|
Sai Kumar
|
cf0be98f9b
|
Merge branch 'main' into sai/upgrade_cosmos_v0.46
|
2022-04-23 21:23:06 +05:30 |
|
Sai Kumar
|
9d7333d4fb
|
fix : fix the chain start
|
2022-04-23 20:07:00 +05:30 |
|
Federico Kunze Küllmer
|
a121224dbc
|
docs: update EVM spec
|
2022-04-22 14:57:48 +02:00 |
|
Sai Kumar
|
feae504ff8
|
WIP: fix the start cmd
|
2022-04-22 18:25:14 +05:30 |
|
Ashwin Phatak
|
cfeeece6bd
|
Merge pull request #34 from deep-stack/ng-gql-get-accounts
Fix GQL query getAccounts
|
2022-04-22 15:59:39 +05:30 |
|
nabarun
|
e3f97b1df9
|
fix: gql query getAccounts for high balances
|
2022-04-22 15:42:31 +05:30 |
|
A. F. Dudley
|
a7f8611858
|
Delete stale.yml
Getting rid of this insane workflow.
|
2022-04-21 22:09:12 -04:00 |
|
Ashwin Phatak
|
de7c0558c9
|
Merge pull request #33 from deep-stack/ng-client-set-record
Fixes to nameservice message types and GQL queries
|
2022-04-21 10:08:41 +05:30 |
|
nabarun
|
9d4c381e1a
|
fix: increase timers for nameservice tests
|
2022-04-21 00:45:52 +05:30 |
|
nabarun
|
2ea883bc50
|
nameservice: return record id in setRecord message response
|
2022-04-20 17:21:52 +05:30 |
|
Sai Kumar
|
92791d5f9d
|
WIP: trying to migrate auth handlers to middlewares
|
2022-04-20 17:20:55 +05:30 |
|
nabarun
|
92f07873f4
|
chore: replace with wrn with crn
|
2022-04-20 13:19:07 +05:30 |
|
 yihuangandFederico Kunze Küllmer
|
0543a28941
|
rpc: make json-rpc API namespaces extensible (#1056)
* make jsonrpc api namespaces extensible
Closes: #1052, #1037
* Apply suggestions from code review
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-19 12:49:05 +00:00 |
|
nabarun
|
7f70108a4a
|
nameservice: implement processing record and authority expiry
|
2022-04-19 15:51:37 +05:30 |
|
   
|
eaca3e09e2
|
fix: simulations don't generate EVM transactions (#996)
* use SimAppChainId instead of the default cosmos-sdk simulation chainid
* implement custom RandomGenesisAccounts for auth module simulation
* use customized RandomGenesisAccounts
* generate random ethereum txs operations
* use sdk.DefaultBondDenom
* implement WeightedOperations
* fix self assignment
* use customized RandomAccounts to generate accounts with ethsecp256k1 private key
* RandomAccounts generate random accounts with ethsecp256k1 private key
* implement SimulateEthSimpleTransfer
* implement SimulateEthCreateContract
* refactor and implement operationSimulateEthCallContract as future operations of SimulateEthCreateContract
* Update app/app.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update app/test_helpers.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update app/test_helpers.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* fix r.Read return only 1 result
* fix linter errors
* change SimulateContext to private
* return transferable amount immediately
* fix linter errors
* fix linter errors: append assign to different slice
* fix linter error: remove else block
* use gofumpt
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* Update x/evm/simulation/operations.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* fix recipient typo
* add nosec comment to escape Potential hardcoded credentials check
* add comments
* use SimAppChainID as valid chainID
* do not specify genesis.json to create random genesis state for simulation
* sub estimateGas to avoid overflow
* correct RandomGenesisAccounts comments
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* correct app/test_helpers.go comments
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* remove NewTxConfig
* implement RegisterStoreDecoder
* remove WeightMsgEthCallContract and adjust weights
* use gofmt
* update godoc
* use types.DefaultEVMDenom in evm genesis params
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* use types.DefaultEVMDenom
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
* update godoc
* Update x/evm/simulation/genesis.go
* replace evmdenom with bonddenom in AppStateFn
* fix AppStateFn
* fix lint error
* add ParamChanges for RandomizedParams
* rename app/test_helpers.go -> app/utils.go
* testing for RandomGenesisAccounts
* use cdc for marshaling
* lint
* changelog
* changelog 2
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: crypto-facs <84574577+crypto-facs@users.noreply.github.com>
Co-authored-by: Freddy Caceres <freddy.caceres@crypto.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
|
2022-04-19 09:50:00 +00:00 |
|
 Snyk botandFederico Kunze Küllmer
|
e4abbe1bbc
|
fix: tests/solidity/suites/eip1559/package.json to reduce vulnerabilities (#1038)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-19 09:25:51 +00:00 |
|
 Snyk botandFederico Kunze Küllmer
|
d96e2b70f6
|
fix: tests/solidity/suites/storage/package.json to reduce vulnerabilities (#1039)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-19 09:24:34 +00:00 |
|
 Snyk botandFederico Kunze Küllmer
|
e7b6d925cb
|
fix: tests/solidity/package.json to reduce vulnerabilities (#1036)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-19 09:23:27 +00:00 |
|
nabarun
|
8477b3d9cb
|
Implement float, boolean and reference types for attributes keyValueInput
|
2022-04-19 08:58:10 +05:30 |
|
crypto-facs
|
7e359068d8
|
eth_getBlockByNumber fix on batch transactions (#1050)
|
2022-04-18 19:06:04 +02:00 |
|
nabarun
|
f7623b26f9
|
nameservice: return names with records query
|
2022-04-18 14:44:32 +05:30 |
|
crypto-facs
|
bc4b018b60
|
Context block height fix on TraceTx (#1051)
|
2022-04-16 19:31:30 +02:00 |
|
dependabot[bot]
|
75099039be
|
build(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#1054)
|
2022-04-15 10:16:03 +00:00 |
|
nabarun
|
d762ce98b3
|
nameservice: queryRecords filter by attributes
|
2022-04-13 17:33:42 +05:30 |
|
 MalteHerrmannandFederico Kunze Küllmer
|
4d63238ab0
|
tests: Increase coverage for msg.go and access_list_tx.go (#1044)
* tests: Add tests for MsgEthereumTx getter methods
* tests: Add nil data test for MsgEthereumTx buildTx
* tests: Removed unnecessary sdk>big.Int conversions
in MsgEthereumTx ValidateBasic test
* tests: Replace deprecated ethtypes.NewTransaction
* tests: Add AccessListTx tests
* tests: Fix dropped LegacyTx coverage
* Address PR comments
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-12 23:08:14 +02:00 |
|
Federico Kunze Küllmer
|
5ccd4c4c15
|
ci: cleanup (#1048)
|
2022-04-12 15:51:20 +02:00 |
|
Federico Kunze Küllmer
|
1e03c0c603
|
deps: bump SDK to v0.45.3 (#1046)
* release: v0.13.0 (#1030)
* release: v0.12.0 changelog
* changelog: v0.12.1 (#1019)
* evm: update empty hash check for storage state (#1016)
* v0.12.1: changelog
* changelog: v0.12.2 (#1022)
* changelog: v0.12.2
* fix
* fix
* update changelog
* deps: bump SDK to v0.45.3
* changelog
* fixes
|
2022-04-12 15:31:25 +02:00 |
|
nabarun
|
8f5449f397
|
auction: change params for auction module test
|
2022-04-12 11:39:50 +05:30 |
|
Sai Kumar
|
d377665800
|
fix: fix the params init
|
2022-04-11 18:00:11 +05:30 |
|
 dependabot[bot]andFederico Kunze Küllmer
|
cb6715cffb
|
build(deps): bump actions/setup-go from 2 to 3 (#1040)
* build(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Apply suggestions from code review
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-11 10:36:53 +00:00 |
|
dependabot[bot]
|
f257709a27
|
build(deps): bump actions/stale from 4 to 5 (#1041)
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-11 12:33:34 +02:00 |
|
Sai Kumar
|
8cd1189e8c
|
fix: fix the eth keys register
|
2022-04-11 15:50:05 +05:30 |
|
Sai Kumar
|
a0e2858d4f
|
WIP: upgrade cosmos-sdk from 0.45 to SMT 0.46
|
2022-04-11 13:39:39 +05:30 |
|
nabarun
|
2b8b18d659
|
fix: return nil response for gql queries
|
2022-04-08 18:02:18 +05:30 |
|
nabarun
|
555934b799
|
nameservice: change Record message types for chiba-clonk-client
|
2022-04-08 13:03:58 +05:30 |
|
 Loredana CirsteaandFederico Kunze Küllmer
|
e1512c52e9
|
types: add ValidateNonZeroAddress utility function (#1033)
* Add ValidateNonZeroAddress validation utility
* Update types/validation.go
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
|
2022-04-07 10:51:28 +00:00 |
|
MalteHerrmann
|
c70701e785
|
tests: add more dynamic fee tx tests (#1032)
|
2022-04-06 19:54:41 +02:00 |
|
dependabot[bot]
|
4fdbcd7f4c
|
build(deps): bump codecov/codecov-action from 2.1.0 to 3 (#1031)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-04-06 12:49:36 +02:00 |
|
Sai Kumar
|
39b742874c
|
Update genesis-validators.md
|
2022-04-06 10:21:37 +05:30 |
|
Sai Kumar
|
2a6383ed99
|
Update genesis-validators.md
|
2022-04-06 10:18:56 +05:30 |
|