cosmos-sdk/x/auth
Dev Ojha 419cf85433 Merge PR #2046: auth: Make gas cost take into account cryptosystem
* auth: Make gas cost take into account cryptosystem

This will make including the multisig easier.
The ratio for ed25519 vs secp256k1 are based on the ratio of their
verification times, using the benchmarks in tendermint/crypto.
2018-08-21 16:13:34 +02:00
..
client Merge PR #1741: CoreContext Refactor 2018-08-06 20:11:30 +02:00
account.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
account_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
ante.go Merge PR #2046: auth: Make gas cost take into account cryptosystem 2018-08-21 16:13:34 +02:00
ante_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
context.go in progress 2018-05-23 19:49:35 -07:00
context_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
feekeeper.go address Chris review 2018-05-25 21:14:49 -07:00
feekeeper_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
mapper.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
mapper_test.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
stdtx.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
stdtx_test.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00
wire.go Merge PR #1340: Reverted ChangePubKey 2018-06-22 21:53:24 +02:00