Commit Graph

2208 Commits

Author SHA1 Message Date
Ethan Buchman 2b6a3fc8e3 changelog and version 2018-05-15 22:30:20 -04:00
Ethan Buchman e6d21c64cc
Merge pull request #963 from cosmos/cwgoes/gas-guzzling
Gas management, estimation, limitation
2018-05-15 22:19:53 -04:00
Ethan Buchman 4bdcad572b remove gasLimit from NewContext 2018-05-15 22:19:09 -04:00
Ethan Buchman e3a8496d6d Merge branch 'master' into develop 2018-05-15 22:14:06 -04:00
Christopher Goes 3d5b048444
Remove txGasLimit, update tests 2018-05-16 02:31:52 +02:00
Christopher Goes 03e220700e
Unexport RunTxMode (fix linter) 2018-05-16 02:18:25 +02:00
Christopher Goes 4134bf922c
Address PR comments 2018-05-16 02:06:17 +02:00
Christopher Goes 0cc1c52077
Rebase changelog 2018-05-16 01:15:49 +02:00
Christopher Goes 4775437426
Unexport verifyCost 2018-05-16 01:15:22 +02:00
Christopher Goes 396bf74b9f
Update changelog 2018-05-16 01:15:22 +02:00
Christopher Goes d55ba2ca7d
Add p2p filter functions & tests 2018-05-16 01:15:07 +02:00
Christopher Goes 4cfa99e21b
Move to new version in changelog 2018-05-16 01:15:07 +02:00
Christopher Goes 38716d5edc
ConsumeGas for pubkey.VerifyBytes 2018-05-16 01:14:31 +02:00
Christopher Goes a801874aba
PR comment: codec => cdc 2018-05-16 01:14:31 +02:00
Christopher Goes ce38d8f423
Minor fix, testcases 2018-05-16 01:14:31 +02:00
Christopher Goes 147cf9f897
Move GasKVStore to /store 2018-05-16 01:14:30 +02:00
Christopher Goes 702ffafa06
Rebase 2018-05-16 01:14:30 +02:00
Christopher Goes 214720318f
Update changelog 2018-05-16 01:14:30 +02:00
Christopher Goes 8c1c40b89a
New store query prefixes (ref #979) 2018-05-16 01:13:49 +02:00
Christopher Goes a240554695
SimulateTx through Query 2018-05-16 01:13:49 +02:00
Christopher Goes 097646e6df
Correct semantics for simulateDeliver 2018-05-16 01:13:49 +02:00
Christopher Goes da5fe2ef13
Add baseapp.CheckFull 2018-05-16 01:13:49 +02:00
Christopher Goes 1c4ed7b833
Gas-wrap ctx.KVStore 2018-05-16 01:13:48 +02:00
Christopher Goes 9dfccb1cfd
Update iterator gas pricing model 2018-05-16 01:13:48 +02:00
Christopher Goes ef1923f660
Add GasIterator 2018-05-16 01:13:48 +02:00
Christopher Goes c410ceb155
GasKVStore WIP 2018-05-16 01:13:48 +02:00
Christopher Goes ca4ef9a2fc
Add baseapp test for out-of-gas handling 2018-05-16 01:13:48 +02:00
Christopher Goes 09517056b0
Catch out-of-gas panics 2018-05-16 01:13:48 +02:00
Christopher Goes 1f8ef62d28
Swap to panic/recover version 2018-05-16 01:13:48 +02:00
Christopher Goes af379b6cf6
Linter fixes 2018-05-16 01:13:48 +02:00
Christopher Goes ddb3b36b7b
Pass gas consumed back in result struct 2018-05-16 01:13:47 +02:00
Christopher Goes f0e4d24ea3
Basic gas impl, quick testcase 2018-05-16 01:13:47 +02:00
Christopher Goes efc7843fb9
Changes to bank keeper for gas 2018-05-16 01:13:47 +02:00
Christopher Goes 26991803ee
GasMeter & context updates 2018-05-16 01:13:47 +02:00
Christopher Goes 46f9445f06
Add gas limit / gas consumed to context 2018-05-16 01:13:47 +02:00
Christopher Goes 2654959414
Merge pull request #943 from cosmos/sunny/change_pubkey
Change PubKey
2018-05-16 00:29:29 +02:00
Christopher Goes c81e37ce7a
Return tags on changePubkey 2018-05-15 23:40:01 +02:00
Christopher Goes 2c6b414098
Move changelog entry to version 0.17 2018-05-15 23:36:44 +02:00
Sunny Aggarwal ea6d3e8efc should work maybe? 2018-05-15 16:52:30 -04:00
Ethan Buchman 35d0e34b26
Merge pull request #999 from cosmos/release/v0.17.0
Release/v0.17.0
2018-05-15 16:16:34 -04:00
Ethan Buchman 20abeb3dcf version and changelog 2018-05-15 12:45:36 -04:00
Ethan Buchman a2ba50718e changelog and version 2018-05-15 12:45:01 -04:00
Ethan Buchman 62ae080997
Merge pull request #991 from cosmos/bucky/tm
update for tendermint v0.19.3
2018-05-15 08:50:09 -04:00
Ethan Buchman 69b6522410 update for tendermint v0.19.3 2018-05-14 17:20:00 -04:00
Ethan Buchman a4645677ab Merge branch 'master' into develop 2018-05-14 17:08:54 -04:00
Ethan Buchman 249c5508ef changelog and version 2018-05-14 17:05:27 -04:00
Rigel 64f445ed22
Merge pull request #985 from LLLeon/master
modify bad syntax for struct tag value
2018-05-14 10:29:11 -04:00
Rigel 9f3444d910
Merge pull request #986 from cosmos/adrian/sort_gentxs
Sort all genesis transaction by node id
2018-05-14 09:50:51 -04:00
rigelrozanski d2163017ce small efficiency increase 2018-05-14 09:39:29 -04:00
Adrian Brink 878a53bf0d
Prevent --gen-txs from failing silently
Instead of just failing silently if there is a non .json file or folder
in the gentx/ directory it now just skips that file or directory.

ref #940
2018-05-13 18:24:48 -04:00