Skip to content

Fair develop#35

Open
setunapo wants to merge 4 commits intodevelopfrom
fair_develop
Open

Fair develop#35
setunapo wants to merge 4 commits intodevelopfrom
fair_develop

Conversation

@setunapo
Copy link
Owner

Description

add a description of your changes here...

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@setunapo setunapo force-pushed the fair_develop branch 7 times, most recently from 65059e6 to 3bee802 Compare November 16, 2022 10:07
`fillTransactions` will call `commitTransactions` twice, if the delay
timer is expired during the first call, it will make the delay timer
never be triggered in the second commitTransactions call.
Pseudo code:
    x := time.NewTimer(time.Second)
    <-x.C
    fmt.Println("read delay 1")
    <-x.C
    fmt.Println("read delay 2")  // will never hit
** try fillTransactions several times for the best
** drop current mining block on new block imported
** commitTransactions return with a reason
** code refactor, use error code
setunapo pushed a commit that referenced this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant