zhangsoledad
zhangsoledad
@jw2013 这个现在有人做吗? 我试试看
you can set `config.requires_new_transaction` true, it will be ``` ruby Model.transaction do #aasm persistence Model.transaction(:requires_new => true) do raise ActiveRecord::Rollback end end ``` this will work with nested transactions @robbiegill...
> An epoch in CKB (4 hours) is far shorter than an epoch in BItcoin (2 weeks). The tally period of softfork signaling should be long enough so it's resistant...
> `lockinontimeout` `lockinontimeout` is the logic of BIP8, which is used to start a flag day. > * MUST_SIGNAL for one retarget period prior to the timeout, if LOCKED_IN was...
The current signaling period is tentatively set at 42 epochs, approximately one week.
Great work @ggriffiniii ! I took a quick pass over it, but it's a big PR. so I need more time to do a proper review.
I'd propose to use AsMut make public api more generic, like this ``` pub fn encode(src: &S, dst: &D) -> Result where S: AsRef + ?Sized, D: AsMut + ?Sized,...
This PR now stuck point is not timely processing, we can accept the algorithm changes, but for the API we do not want to break the original API now directly,...
There are about 10k lines of new code that are generated, which can be excluded during the review, so don't be afraid.