Commit Graph
2224 Commits
Author SHA1 Message Date
Zach Ramsay 8b02a595f3 CI: run 'make install_examples' 2018-05-21 15:18:56 -04:00
Ethan Buchman 5e858129c5 Merge branch 'master' into develop 2018-05-20 17:12:14 -04:00
Ethan Buchman 187be1a5df Merge pull request #1030 from cosmos/bucky/tm-0.19.5
Bucky/tm 0.19.5
2018-05-20 17:02:35 -04:00
Ethan Buchman 5b7b76fbd9 changelog 2018-05-20 16:56:41 -04:00
Ethan Buchman 9cd44d17b1 update tendermint 2018-05-20 16:49:02 -04:00
Ethan Buchman 33af8ee7e8 update to tm v0.19.5 2018-05-20 10:35:19 -04:00
Christopher Goes 5df0b87be5 Merge pull request #988 from cosmos/fabo/update-rest-spec
updated rest spec
2018-05-19 00:08:10 +02:00
Christopher Goes d47fdc1667 baseserver => Gaia 2018-05-19 00:07:33 +02:00
Ethan Buchman ece4c33821 Merge branch 'master' into develop 2018-05-18 08:45:18 -04:00
Ethan Buchman 5d18d5fde2 Merge pull request #1019 from cosmos/release/v0.17.1
update tm to 0.19.4. update changelog and version
2018-05-18 08:35:51 -04:00
Ethan Buchman 13d1667ac8 update tm to 0.19.4. update changelog and version 2018-05-17 16:10:16 -04:00
Christopher Goes 2198908d02 Merge pull request #1012 from cosmos/zramsay-patch-1
require go1.10 minimum
2018-05-16 18:17:08 +02:00
Zach a6ac950efe require go1.10 minimum
#1009
2018-05-16 10:32:25 -04:00
Christopher Goes 2a5c5c8110 Merge pull request #1006 from cosmos/zach/fix
gaiad: print `unsafe_reset_all` only once
2018-05-16 12:05:10 +02:00
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
Zach Ramsay d6708a40e8 gaiad: don't print command twice 2018-05-15 18:30:06 -04:00