Commit Graph

61 Commits

Author SHA1 Message Date
Joon ec6acda6a4 Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
Joon 314b5a854d Merge PR #1218: sdk.Int in sdk.Coin
implement Int, Int256, Uint256
pass ci
pass ci
add to changelog, add boundcheck to test
add comments, fix cli_test.go
fix errors
apply requested changes
panics on New*WithDecimal
fix Int.BigInt()
fix stake tests
* Panic on uint division-by-zero
* Set ok=false on NewIntFromString, NewUintFromString failure
* Nuke CircleCI caches
2018-06-15 23:16:45 +02:00
David Kajpust 78703f027d fixed small breaking changes from pulling in develop 2018-06-06 15:49:22 -04:00
David Kajpust 33a5e01264 fixed merge conflicts 2018-06-06 14:14:51 -04:00
Zaki Manian ce850dca3b Switch from bech32cosmos to bech32 2018-06-01 16:23:58 +02:00
David Kajpust 424ce545ef autogen addr func updated for 999 addrs if needed 2018-06-01 11:39:23 +01:00
David Kajpust 7b4c632066 autogenerate testaddrs func created 2018-06-01 10:51:38 +01:00
rigelrozanski 952aedc4f1 get rid of candidacy references 2018-05-31 14:57:09 -07:00
Rigel 1c462013a9
Merge branch 'develop' into matt/stake-rest 2018-05-30 10:53:12 -04:00
Zaki Manian f33f49a840 Almost from scratch reimplementation of bech32cosmos integration. 2018-05-27 13:47:23 +02:00
Matt Bell 5c1a7694e5 Merge branch 'develop' into matt/stake-rest 2018-05-27 16:02:33 +09:00
rigelrozanski 57d86cc04c fix many lcd errors, restructure lcd init 2018-05-25 10:17:49 -04:00
sunnya97 5d7c3af1b8 works 2018-05-23 22:09:01 -07:00
sunnya97 33492cc070 in progress 2018-05-23 19:53:42 -07:00
sunnya97 cb52712660 in progress 2018-05-23 19:49:35 -07:00
sunnya97 3055d939ed in progress 2018-05-23 19:26:54 -07:00
rigelrozanski db9fd51d1c ... 2018-05-22 15:13:03 -04:00
rigelrozanski 26be2a231b working addressed bucky comments 2018-05-18 18:57:47 -04:00
rigelrozanski ac56ac8e5b removed use of caches in the stake keeper 2018-05-17 16:03:35 -04:00
rigelrozanski e145676fcc revert absent validator changes 2018-05-17 10:47:25 -04:00
rigelrozanski 37156ad192 debug stake store refactor, cli change 2018-05-17 09:17:40 -04:00
rigelrozanski 750cbc53ec stake cleanup, functionality for total prevote power 2018-05-17 09:17:14 -04:00
rigelrozanski d871605241 staking fee distribution working commit 2018-05-17 09:15:06 -04:00
Christopher Goes 62fc3e2c49
Context-accessible logger field 2018-05-01 13:52:49 +02:00
Adrian Brink d52d74582a
Change fermion to steak 2018-04-30 16:24:46 -07:00
rigelrozanski ce32117399 rational embedes bigRat 2018-04-30 17:21:14 -04:00
Sunny Aggarwal 016a1c8ec9 removed seal 2018-04-22 23:36:15 -07:00
rigelrozanski d28efaac27 many renames / golint compliance 2018-04-19 00:49:24 -04:00
rigelrozanski 2994af56c9 gaia new error codetype 2018-04-18 12:36:55 -04:00
rigelrozanski 996cafe972 register wire, stake changelog, stake genesis update 2018-04-18 12:19:35 -04:00
rigelrozanski 8a34b91fac fix existing gaia tests 2018-04-18 12:18:28 -04:00
Christopher Goes f8e44b5b00 Error codespacing (#809)
* Initial codespacing layout (ref #766)
* Add codespace to Router (ref #766)
* Implement Codespacer and update modules
* Default codespaces, testcases
* Update error formatting, codespacer tests
* Add RegisterOrPanic testcase
* Update CHANGELOG
2018-04-17 19:16:21 -07:00
Jae Kwon c4bc888375 Fix almost all tests 2018-04-07 00:02:00 -07:00
Jae Kwon 49fdf80d9d WIP commit 2018-04-06 17:25:08 -07:00
Jae Kwon a44e871dc7 WIP, aminoification 2018-04-06 16:20:14 -07:00
Ethan Buchman d87488a48b stake: register auth.BaseAccount, not basecoin AppAccount 2018-04-05 13:17:08 -04:00
rigelrozanski 1db8764b9e handler tests compile
...

...
2018-04-05 13:17:08 -04:00
Christopher Goes cfb3ba75af
Update InitGenesis tests for x/stake 2018-04-03 20:50:31 +02:00
Christopher Goes 8fad09a659
Implement InitGenesis for x/stake (closes #737) 2018-04-03 12:56:33 +02:00
rigelrozanski c1a8f2cce9 fix tick tests 2018-04-03 00:19:21 +02:00
rigelrozanski e5199f0c7c fix validator keeper functionality, add testing 2018-03-28 19:01:50 +02:00
rigelrozanski 1df21e0fb6 validatebasic tests cleanup 2018-03-28 19:01:50 +02:00
rigelrozanski 59562cd864 remove term voting power from candidates 2018-03-28 19:01:50 +02:00
rigelrozanski 5ba297089a expose some keeper functions, tick cleanup 2018-03-28 19:01:50 +02:00
rigelrozanski 3a011678e7 keeper tests/revisions 2018-03-28 19:01:50 +02:00
rigelrozanski 13835f084f sunny refactor compiling 2018-03-28 19:01:50 +02:00
rigelrozanski 93173e9fdd working sunny staking refactor 2018-03-28 19:01:50 +02:00
rigelrozanski c1d8aefecd testing staking
...

...
2018-03-28 19:01:50 +02:00
rigelrozanski acc5bda225 tests compile 2018-03-28 19:01:50 +02:00
rigelrozanski 3f0d7edb06 gettin' stakin' tests up to snuff 2018-03-28 19:01:50 +02:00