Christopher Goes
|
aed5d94b1c
|
Remove absent validators from sdk.NewContext
|
2018-05-29 02:26:17 +02:00 |
Christopher Goes
|
95c5baf449
|
Rebase & squash slashing
|
2018-05-28 21:55:27 +02:00 |
sunnya97
|
5d7c3af1b8
|
works
|
2018-05-23 22:09:01 -07:00 |
sunnya97
|
cb52712660
|
in progress
|
2018-05-23 19:49:35 -07:00 |
Ethan Buchman
|
4bdcad572b
|
remove gasLimit from NewContext
|
2018-05-15 22:19:09 -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
|
d55ba2ca7d
|
Add p2p filter functions & tests
|
2018-05-16 01:15:07 +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
|
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
|
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
|
ddb3b36b7b
|
Pass gas consumed back in result struct
|
2018-05-16 01:13:47 +02:00 |
Christopher Goes
|
26991803ee
|
GasMeter & context updates
|
2018-05-16 01:13:47 +02:00 |
Christopher Goes
|
ad6c7f0be4
|
Remove MemLogger, update baseapp
|
2018-05-01 13:52:49 +02:00 |
Christopher Goes
|
62fc3e2c49
|
Context-accessible logger field
|
2018-05-01 13:52:49 +02:00 |
Rigel
|
a674d75016
|
Merge pull request #895 from cosmos/sunny/remove-msg-get
Remove Get function from Msg interface
|
2018-04-30 22:12:19 -04:00 |
Christopher Goes
|
a6589949fb
|
Remove unnecessary code
|
2018-05-01 00:19:28 +02:00 |
rigelrozanski
|
ce32117399
|
rational embedes bigRat
|
2018-04-30 17:21:14 -04:00 |
rigelrozanski
|
318e924145
|
refactor
|
2018-04-27 20:36:11 -04:00 |
rigelrozanski
|
10ddd7a3d3
|
refactor export function, working
|
2018-04-27 20:06:50 -04:00 |
Christopher Goes
|
10d2e5ae40
|
Move generateApp & exportApp to baseapp/helpers
|
2018-04-27 20:04:29 -04:00 |
rigelrozanski
|
260ab69e4f
|
cleanup, move simplestaking to democoin
|
2018-04-26 22:59:30 -04:00 |
rigelrozanski
|
1f9184a24b
|
basic go-linting // moved corecontext
|
2018-04-18 15:39:32 -04:00 |
rigelrozanski
|
c63a545206
|
stake handler tests
|
2018-04-18 12:19:35 -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 |
Christopher Goes
|
49b8978454
|
Swap all examples & testcases to use automatic DB namespacing
|
2018-04-14 17:05:50 -07:00 |
Ethan Buchman
|
f5c285f5ee
|
more MarshalJSONIndent
|
2018-04-09 23:18:56 +03:00 |
Jae Kwon
|
49fdf80d9d
|
WIP commit
|
2018-04-06 17:25:08 -07:00 |
Christopher Goes
|
0888096677
|
Replace Result.ToQuery with Error.QueryResult (closes #765)
|
2018-04-03 22:15:52 +02:00 |
Ethan Buchman
|
f40e01aada
|
fix test
|
2018-04-02 18:30:30 +03:00 |
Ethan Buchman
|
be05bf4343
|
remove InitGenesis
|
2018-04-02 18:14:42 +03:00 |
Ethan Buchman
|
d25593afc4
|
Merge pull request #726 from cosmos/adrian/mountmultipledbs
Mount every single store with its own DB
|
2018-03-30 06:41:10 -04:00 |
Adrian Brink
|
fcc8a9a415
|
Address comments
I hope this is correct. I'm feely pretty dizzy right now from the fish
food.
|
2018-03-29 20:44:56 +02:00 |
Adrian Brink
|
8574f923e8
|
Mount every single store with its own DB
|
2018-03-28 14:33:48 +02:00 |
Christopher Goes
|
578392d4b2
|
Address Rigel review - also run gofmt
|
2018-03-28 11:24:31 +02:00 |
Christopher Goes
|
5b642062a7
|
Initial per-module genesis initialization
|
2018-03-28 11:24:31 +02:00 |
Ethan Buchman
|
eb23803833
|
remove tx.GetFeePayer
|
2018-03-17 18:34:06 +01:00 |
Rigel
|
7627323c93
|
Merge pull request #619 from lino-network/bugfix
Fix Issue#618
|
2018-03-14 16:05:59 +01:00 |
Yukai Tu
|
651e931763
|
Fix Issue#618
|
2018-03-13 11:53:45 -07:00 |
Ethan Buchman
|
630a5fe579
|
revert to old go-wire
|
2018-03-02 04:24:07 -05:00 |
Ethan Buchman
|
62d6a5de46
|
crypto.Address -> sdk.Address
|
2018-03-02 02:49:07 -05:00 |
Ethan Buchman
|
cba7379f78
|
dont mount multiple stores while its broken
|
2018-03-01 02:03:26 -05:00 |
Ethan Buchman
|
2047abc8bc
|
add tests to show mounting multiple stores is broken. see #532
|
2018-03-01 02:00:44 -05:00 |
rigelrozanski
|
0469358286
|
rebase fixes
|
2018-03-01 03:17:48 +00:00 |