Alexander Bezobchuk
|
82a2c5d6d8
|
Merge PR #5280: Custom JSON Marshal/Unmarshal for Account Types
|
2019-11-06 13:06:26 -07:00 |
Alexander Bezobchuk
|
ede9aaed3b
|
Revert "Mege PR #5092: changed bench32prefixes" (#5283)
This reverts commit 5a310fabbd .
|
2019-11-06 10:18:48 -07:00 |
Elvin
|
5a310fabbd
|
Mege PR #5092: changed bench32prefixes
|
2019-11-06 07:18:32 -07:00 |
Alexander Bezobchuk
|
60c4f5c7bc
|
Merge PR #5279: Fix IAVL Iterator Race Condition
|
2019-11-06 06:52:22 -07:00 |
maxwellfoley3
|
1f4f20c3af
|
fix typo in link (#5281)
|
2019-11-06 11:01:05 +01:00 |
dependabot-preview[bot]
|
6ec37ab4ce
|
Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#5273)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 15:09:33 +01:00 |
dependabot-preview[bot]
|
91822d64b8
|
Bump github.com/spf13/viper from 1.4.0 to 1.5.0 (#5274)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.4.0...v1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-05 11:30:18 +01:00 |
Alexander Bezobchuk
|
7e3e51e082
|
Merge PR #5271: add v0.37.4 section
|
2019-11-04 13:11:56 -07:00 |
Alexander Bezobchuk
|
02c6c9fafd
|
Merge PR #5268: fix IncrementSequenceDecorator gas estimate
|
2019-10-31 16:08:35 -04:00 |
Alexander Bezobchuk
|
3099b42aa1
|
Merge PR #5261: bump tendermint version to v0.32.7; add changelog entry
|
2019-10-29 15:52:23 -04:00 |
Alexander Bezobchuk
|
60dfebcdcb
|
Merge PR #5260: add v0.34.10 changelog section
|
2019-10-29 14:48:10 -04:00 |
Jordan Sexton
|
9d2d0a77b0
|
"auth/StdTx" -> "cosmos-sdk/StdTx" (#5256)
|
2019-10-29 10:21:12 +01:00 |
Jordan Sexton
|
adcfc6a1d1
|
"auth/StdTx" -> "cosmos-sdk/StdTx" (#5255)
|
2019-10-28 22:02:47 +01:00 |
Riccardo Montagnin
|
5af6bd77aa
|
Merge PR #5248: Ensure all the empty arrays return an empty slice
|
2019-10-28 10:09:04 -04:00 |
dependabot-preview[bot]
|
4f3273ca52
|
Bump github.com/pelletier/go-toml from 1.5.0 to 1.6.0 (#5251)
Bumps [github.com/pelletier/go-toml](https://github.com/pelletier/go-toml) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](https://github.com/pelletier/go-toml/compare/v1.5.0...v1.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-28 10:52:22 +01:00 |
dependabot-preview[bot]
|
95fc679213
|
Bump github.com/99designs/keyring from 1.1.2 to 1.1.3 (#5252)
Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/99designs/keyring/releases)
- [Commits](https://github.com/99designs/keyring/compare/v1.1.2...v1.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-28 09:51:16 +01:00 |
Juan Leni
|
cf8816e46a
|
Merge PR #5224: adding description to changelog
|
2019-10-24 09:44:10 -04:00 |
Aditya
|
4cd18bcf35
|
Merge PR 5196: RecheckTx Optimizations
|
2019-10-23 10:43:58 -04:00 |
Marko
|
f08c30d394
|
Merge PR #5234: update tendermint crypto
|
2019-10-23 09:35:12 -04:00 |
Federico Kunze
|
8344c0aef8
|
update simulation operations to use BaseApp (#4946)
* update operations to use baseapp
* updates and cleanup operations
* update operations
* restructure sim ops params
* rename sim /operations/msg.go to /operations.go
* move GenTx to a helper pkg to avoid circle deps
* rm msg.ValidateBasic
* changelog
* random fees; delete auth's DeductFees sim operation
* add chain-id for sig verification
* Update x/simulation/account.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* fix bank, gov and distr errors
* fix staking and slashing errors; increase prob for send enabled
* increase gas x10
* make format
* fix some distr and staking edge cases
* fix all edge cases
* golang ci
* rename acc vars; default no fees to 0stake
* cleanup; check for exchange rate and skip invalid ops
* fixes
* check for max entries
* add pubkey to genaccounts
* fix gov bug
* update staking sim ops
* fix small redelegation error
* fix small self delegation on unjail
* rm inf loop on random val/accs
* copy array
* add ok boolean to RandomValidator return values
* format
* Update x/bank/simulation/operations.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* Update simapp/helpers/test_helpers.go
Co-Authored-By: colin axner <colinaxner@berkeley.edu>
* address @colin-axner comments
* add genaccount pubkey validation
* fix test
* update operations and move RandomFees to x/simulation
* update gov ops
* address @alexanderbez comments
* avoid modifications to config
* reorder params
* changelog
* Update x/distribution/simulation/genesis.go
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* remove named return values
* ensure all operations are simulated
* golangci
* add nolint
* disable whitespace and funlen linter
* disable godox
* add TODO on unjail
* update ops weights
* remove dup
* update godoc
* x/slashing/simulation/operations.go linting
* x/staking/simulation/operations.go linting
* update operations format
* x/bank/simulation/operations.go linting
* x/distribution/simulation/operations.go linting
* x/staking/simulation/operations.go linting
* start changes: make bank simulate send multiple coins, code cleanup
* fix nondeterminism bug
* fix txsiglimit err
* fix multisend bug
* simplify simulation, cleanup opt privkey args
* make slashing test invalid unjail msgs
* Update simapp/state.go
* golangCI changes
|
2019-10-23 11:14:45 +02:00 |
Henrik Aasted Sørensen
|
7581871b9b
|
Merge PR #5227: Use existing struct
|
2019-10-21 10:36:31 -04:00 |
Alexandre Esteves
|
9ef647ba61
|
Merge PR #5225: Fix links
|
2019-10-21 10:14:37 -04:00 |
dependabot-preview[bot]
|
27784095c9
|
Bump github.com/cosmos/ledger-cosmos-go from 0.10.3 to 0.11.1 (#5226)
Bumps [github.com/cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) from 0.10.3 to 0.11.1.
- [Release notes](https://github.com/cosmos/ledger-cosmos-go/releases)
- [Commits](https://github.com/cosmos/ledger-cosmos-go/compare/v0.10.3...v0.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-21 11:46:16 +02:00 |
Alexander Bezobchuk
|
84621bbd53
|
Merge PR #5216: Fix Query Gov Proposals Pagination
|
2019-10-18 12:46:21 -04:00 |
var
|
0ea8c3270e
|
Merge PR #5107: Sum validator operator's all voting power
|
2019-10-18 12:38:23 -04:00 |
Sunny Aggarwal
|
d7a08ce5f2
|
Merge PR #5219: Added sqrt function to sdk.Decimal type
|
2019-10-18 12:25:07 -04:00 |
Marko
|
d8a9891325
|
Update stale bot tag (#5220)
- Update stale bot label from `wontfix` to `stale`
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
|
2019-10-18 17:14:21 +02:00 |
Alessio Treglia
|
09276c492c
|
Merge PR #5218: Update ADR-006's progress
|
2019-10-18 09:09:51 -04:00 |
Alexander Bezobchuk
|
1edecb8df5
|
Merge PR #4826: ADR 009: Evidence Module
|
2019-10-17 11:07:25 -04:00 |
Marko
|
b9490f2d93
|
Merge PR #5203: Add more linters
|
2019-10-17 09:47:35 -04:00 |
Alexander Bezobchuk
|
97eac176a5
|
Merge PR #5208: remove duplicate events from previous messages
|
2019-10-16 11:00:44 -04:00 |
Aditya
|
28347bf5f7
|
Merge PR #5195: Move Signature Size calculation to TxSizeGasDecorator
|
2019-10-15 16:21:54 -04:00 |
Marko
|
7094463f26
|
remove version (#5198)
|
2019-10-15 12:52:54 +02:00 |
Vladimir Evgrafov
|
ce52f8ff73
|
Merge PR #5159: Remove unused nolints from baseapp & format the rest of them
* baseapp: Remove unused nolints & format the rest of them
* Export queryRouter type
* Export router type
|
2019-10-14 15:05:10 -07:00 |
dependabot-preview[bot]
|
2af4622bb6
|
Bump github.com/gogo/protobuf from 1.3.0 to 1.3.1 (#5189)
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](https://github.com/gogo/protobuf/compare/v1.3.0...v1.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-14 16:47:52 -04:00 |
Xuefeng Zhu
|
3428291a61
|
Merge PR #5160: Simply Dec and Int sign check
* Simply Dec and Int sign check
* address comment
|
2019-10-14 16:05:42 -04:00 |
Xuefeng Zhu
|
21f2896f8d
|
Merge PR #5157: Remove pubkey from slashing infraction log
|
2019-10-14 13:49:14 -04:00 |
Marko
|
9f3789157e
|
Merge PR #5192: golangcI-lint updates & set static version to 1.19
|
2019-10-14 11:43:19 -04:00 |
dependabot-preview[bot]
|
fbd551da98
|
Bump github.com/tendermint/go-amino from 0.15.0 to 0.15.1 (#5190)
Bumps [github.com/tendermint/go-amino](https://github.com/tendermint/go-amino) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/tendermint/go-amino/releases)
- [Changelog](https://github.com/tendermint/go-amino/blob/v0.15.1/CHANGELOG.md)
- [Commits](https://github.com/tendermint/go-amino/compare/v0.15.0...v0.15.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-14 13:33:15 +02:00 |
Rahul Dwivedi
|
92ea174ea6
|
Merge PR #5168: Add missing description field to MsgCreateValidator YAML output
|
2019-10-12 23:03:31 -04:00 |
Marko
|
bb6bed4ed3
|
Merge PR #5171: Remove NFT module
|
2019-10-11 10:18:21 -04:00 |
Alexander Bezobchuk
|
18de630d0a
|
Merge PR #5178: Update CHANGELOG
|
2019-10-10 15:33:31 -04:00 |
Alexander Bezobchuk
|
cced18c1d0
|
Merge PR #5176: Update CHANGELOG
|
2019-10-10 14:16:04 -04:00 |
Alexander Bezobchuk
|
ca84d810d5
|
Merge PR #5175: Bump Tendermint version to v0.32.6
|
2019-10-10 10:42:18 -07:00 |
Kevin Davis
|
64a2741250
|
Merge PR #5040: Separate vesting from auth, add custom vesting schedules
|
2019-10-10 11:53:30 -04:00 |
Aditya
|
c0223a4414
|
Merge PR #5006: Modular AnteDecorator
|
2019-10-10 08:46:09 -04:00 |
dependabot-preview[bot]
|
605f9d71ad
|
Bump github.com/mattn/go-isatty from 0.0.9 to 0.0.10 (#5170)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.9...v0.0.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-10 14:27:23 +02:00 |
Alexander Bezobchuk
|
8d7cc5e08d
|
Merge PR #5166: Add pruning constants and fix template
|
2019-10-09 15:57:12 -04:00 |
Alessio Treglia
|
ee404e96ab
|
Merge PR #5164: Handle New{,Test}Keyring errors
|
2019-10-09 14:53:54 -04:00 |
Rahul Dwivedi
|
160033414c
|
Merge PR #5161: FIX: implements yaml marshaller in msg.go
|
2019-10-09 14:46:08 -04:00 |