cosmos-sdk/types
Dev Ojha d6df6b07d1 Merge PR #1388: types/int: Switch Int, Uint to use pointers internally
* types/int: Switch Int, Uint to use pointers internally
This reduces the amount of pointer refs & derefs.
* Fix nil pointers on unmarshalling amino
* Fix elusive bug in marshalling with unitialized big int
* Remove debug code
* Switch big.rat to use pointers internally
2018-06-27 03:10:34 +02:00
..
lib Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
abci.go Add p2p filter functions & tests 2018-05-16 01:15:07 +02:00
account.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
codespacer.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
codespacer_test.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
coin.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
coin_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
context.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
context_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
errors.go Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
errors_test.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
gas.go Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
handler.go in progress 2018-05-23 19:49:35 -07:00
int.go Merge PR #1388: types/int: Switch Int, Uint to use pointers internally 2018-06-27 03:10:34 +02:00
int_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
rational.go Merge PR #1388: types/int: Switch Int, Uint to use pointers internally 2018-06-27 03:10:34 +02:00
rational_test.go Merge PR #1388: types/int: Switch Int, Uint to use pointers internally 2018-06-27 03:10:34 +02:00
result.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
stake.go Merge PR #1168: Governance MVP 2018-06-22 02:19:14 +02:00
store.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
store_test.go added just FF byte 2018-04-10 01:32:04 +02:00
tags.go Rebase & squash slashing 2018-05-28 21:55:27 +02:00
tags_test.go AppendTags a function of Tags 2018-05-10 17:37:12 +02:00
tx_msg.go Merge PR #1377: types: remove GetMemo from Tx 2018-06-26 04:37:21 +02:00
wire.go Merge PR #1085: Re-enable tx history in LCD 2018-06-11 22:09:29 +02:00