Ethan Buchman
|
7383ead106
|
updates for new tmsp protobuf
|
9 years ago |
Ethan Buchman
|
8e5e5c689f
|
lock mempool for commit and update. closes #202
|
9 years ago |
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
9 years ago |
Jae Kwon
|
8183e3201b
|
CommitSync() returns tmsp.Result
|
9 years ago |
Jae Kwon
|
18d0da4ea3
|
Remove BeginBlock
|
9 years ago |
Jae Kwon
|
16437867ff
|
Starting to use tmsp.BlockchainAware
|
9 years ago |
Jae Kwon
|
a6d37a49a2
|
s/GetHash/Commit/g
|
9 years ago |
Jae Kwon
|
f1b48ff009
|
Use protobuf enums for CodeType
|
9 years ago |
Jae Kwon
|
a73a65a45b
|
Use protobuf enums
|
9 years ago |
Jae Kwon
|
3f49b509d2
|
Conform to protobuf TMSP
|
9 years ago |
Ethan Buchman
|
c0024cc7b2
|
log invalid txs
|
9 years ago |
Jae Kwon
|
236c7afe9e
|
Conform to TMSP v0.2
|
9 years ago |
Ethan Buchman
|
799efb0629
|
merge/rebase fixes
|
9 years ago |
Jae Kwon
|
3e3c0083c7
|
Make order be decided first; Remove TMSP Commit/Rollback
|
9 years ago |
Jae Kwon
|
f534410e57
|
Fix state/execution ExecBlock() not rolling back
|
9 years ago |
Jae Kwon
|
ef43af19ab
|
Tendermint <-> Application refactor
|
9 years ago |
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Ethan Buchman
|
e4f0e2b399
|
update namereg with longer names, more allowed chars
|
9 years ago |
Jae Kwon
|
ffcc657be6
|
event listeners take EventData, not interface{}; EventData type assertions
|
9 years ago |
Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
9 years ago |
Jae Kwon
|
60310cc23f
|
websocket server sends pings; added ws_client; events refactor
|
9 years ago |
Ethan Buchman
|
9b69894180
|
namereg event
|
9 years ago |
Jae Kwon
|
aada207092
|
remove unnecessary permission check
|
9 years ago |
Jae Kwon
|
0ef5c3ad07
|
Fix returning prematurely within if(runCall){...}.
Renames
|
9 years ago |
Ethan Buchman
|
31b9d8ee27
|
SNativeTx -> PermissionTx, consolidate permissions and native contracts
|
9 years ago |
Ethan Buchman
|
ab536618e0
|
RegisteredSNativeContracts
|
9 years ago |
Ethan Buchman
|
ecd231a8eb
|
cleanup, drop ClearBase
|
9 years ago |
Ethan Buchman
|
e037093740
|
snative refactor and SNativeTx
|
9 years ago |
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
9 years ago |
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
9 years ago |
Jae Kwon
|
1e7cc32597
|
tendermint/account -> acm
|
9 years ago |
Jae Kwon
|
8d1e176180
|
fixed-length arrays cleanup
|
9 years ago |
Jae Kwon
|
198d7b9c6f
|
Fixes #93
|
9 years ago |
Jae Kwon
|
d91f073676
|
uuid branch tidying
|
9 years ago |
Ethan Buchman
|
72b681a1bc
|
fix TxID to use ripemd160 in events and rpc return
|
9 years ago |
Jae Kwon
|
a999a4bad0
|
PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code
|
9 years ago |
Jae Kwon
|
21295f4ae2
|
fixes for develop+permissions merge
|
9 years ago |
Ethan Buchman
|
8d6f80592b
|
some panics, dont panic on invalid opcode
|
9 years ago |
Ethan Buchman
|
58ffc639fd
|
fix call
|
10 years ago |
Ethan Buchman
|
231a003783
|
nametx perm
|
10 years ago |
Ethan Buchman
|
32e02acb0c
|
testing and fixes for snative CALL and CallTx
|
10 years ago |
Ethan Buchman
|
b11012026d
|
fire events on snative and allow from CallTx
|
10 years ago |
Ethan Buchman
|
b2282d5a39
|
faster binding of snatives to vm (available every call)
|
10 years ago |
Ethan Buchman
|
f75b6aff74
|
CreateAccount permission through SendTx and CALL (to unknown accounts)
|
10 years ago |
Ethan Buchman
|
2ec3d0611f
|
bond perm and tests
|
10 years ago |
Ethan Buchman
|
ab2b1643cb
|
snative
|
10 years ago |
Ethan Buchman
|
87ed1f5fda
|
permission/types pkg, Base and Roles
|
10 years ago |
Ethan Buchman
|
94f21ad012
|
move perms to vm.Account
|
10 years ago |
Ethan Buchman
|
c6c0701b69
|
testing send and call permissions
|
10 years ago |