-
Notifications
You must be signed in to change notification settings - Fork 97
rm template matching and pseudo opcodes #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove dead MSFT dependency
|
|
|
Btw ... segfault seems happens here:
When we modify |
Thanks @tonymorony - yes, lets add that when we fixed |
|
@ca333 finally, seems i found a root of segfault in as |
tonymorony
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
komodo-test doesn't crash on my side anymore, just some tests failing as Decker mentioned above
https://paste.ubuntu.com/p/3gq9mdKvPH/
fix rawtransactions tests amount
|
DeckerSU/KomodoOcean@2957504 - can we also add analog of this commit in current PR. This will prevent of spamming really big hex strings (in case of splitfund tx expired). I guess so detail log was needed for debug purposes, when we had transtition to overwinter / sapling. But now seems it's don't needed anymore. p.s. Also, i'm working on a fix for a proper removal of "stucked" txes in mempool. We have a case in which tx can be already in mempool on all nodes, but never will included in block - bcz of |
|
Seems i fixed it (need to test). There was a big difference, between how it was: and how it should be: More details here: |
Update version and deprecation height
cc: @jl777 @DeckerSU