mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 07:26:52 +00:00
Global Boost (#112)
* update accounting logic for global boosts * rename vars * update event * const * deprecate top balance * handle div by zero * cast to u128 * debug logs * fix proof parser * debug logs * update boost sdk * remove debug logs * import * cleanup sdk * silent error * debug logs * more logs * boost math * debug log * log timing * debug logs * alt model * alt model * refine sdk * fix optional account parser * debug logs * boost keys * update sdk * remove debug logs * mainnet program id * cleanup * update metadata * update deps
This commit is contained in:
@@ -7,10 +7,10 @@ pub struct MineEvent {
|
||||
pub difficulty: u64,
|
||||
pub last_hash_at: i64,
|
||||
pub timing: i64,
|
||||
pub reward: u64,
|
||||
pub boost_1: u64,
|
||||
pub boost_2: u64,
|
||||
pub boost_3: u64,
|
||||
pub net_reward: u64,
|
||||
pub net_base_reward: u64,
|
||||
pub net_miner_boost_reward: u64,
|
||||
pub net_staker_boost_reward: u64,
|
||||
}
|
||||
|
||||
event!(MineEvent);
|
||||
|
||||
Reference in New Issue
Block a user