• J
    core: transition db now also returns the required gas amount · 1f3596c2
    Jeffrey Wilcke 提交于
    Exposes some core methods to transition and compute new state
    information and adds an additional return value to the transition db
    method to fetch required gas for that particular message (excluding gas
    refunds from any SSTORE[X] = 0 and SUICIDE.
    
    Fixes #2395
    1f3596c2
state_transition.go 7.9 KB