Jae Kwon
|
fbf4a4323b
|
fix memory leaks in VM
|
9 years ago |
Ethan Buchman
|
bb662b8861
|
more config options
|
9 years ago |
Jae Kwon
|
625f23af13
|
Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here)
|
9 years ago |
Ethan Buchman
|
586498331b
|
fix suicide
|
9 years ago |
Jae Kwon
|
1a27d4dd63
|
remove secp256k1; Make cleanup
|
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
|
908fd11665
|
more explicit _, err := Start() checking
|
9 years ago |
Jae Kwon
|
60310cc23f
|
websocket server sends pings; added ws_client; events refactor
|
9 years ago |
Ethan Buchman
|
807bd662b2
|
vm: catch stack underflow on Peek()
|
9 years ago |
Ethan Buchman
|
9b69894180
|
namereg event
|
9 years ago |
Jae Kwon
|
1a5bc9eeb2
|
Remove StorageRoot from vm.Account
|
9 years ago |
Jae Kwon
|
0ef5c3ad07
|
Fix returning prematurely within if(runCall){...}.
Renames
|
9 years ago |
Jae Kwon
|
feeab6579b
|
Acc/X/Receive -> Acc/X/Call
|
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 |
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
9 years ago |
Jae Kwon
|
d712ff05cf
|
vm's Log events are lowercased
|
9 years ago |
androlo
|
0a72c1ee50
|
* tendermint/binary handles fixed-length arrays
* log-event tests
|
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 |
Ethan Buchman
|
8d6f80592b
|
some panics, dont panic on invalid opcode
|
10 years ago |
Ethan Buchman
|
415c12fca5
|
use more accurate AllSet PermFlag
|
10 years ago |
Ethan Buchman
|
883dbcc027
|
snatives take appState as arg (rather than vm receiver)
|
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
|
d824e1b731
|
cleanups, fix AllSet
|
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 |
Ethan Buchman
|
a0f3b94e83
|
account permissions and some gendoug
|
10 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
10 years ago |
Ethan Buchman
|
8f94997472
|
label/remove panics in vm
|
10 years ago |
Ethan Buchman
|
57ff919d50
|
godep
|
10 years ago |
Ethan Buchman
|
02f4219079
|
cleanup calldepth=0 events logic
|
10 years ago |
Ethan Buchman
|
0dbf17653a
|
fire event on failed funds transfer in vm
|
10 years ago |
Ethan Buchman
|
7b1fc780aa
|
fix send funds from contract
|
10 years ago |
Ethan Buchman
|
75e88969cb
|
failing test for send funds from contract
|
10 years ago |
Jae Kwon
|
931e2b5a9b
|
remove ethereum dependency
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Ethan Buchman
|
e702303e16
|
little fixes to vm and endianess
|
10 years ago |
Ethan Buchman
|
3579a3fdb9
|
tiny fixes
|
10 years ago |
Jae Kwon
|
b11ca1bbfc
|
(╯°□°)╯︵ ┻━┻
|
10 years ago |