-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make state tipset usage consistent in the API #4545
Commits on Dec 9, 2020
-
Make state tipset usage consistent in the API
_Always_ (almost) use the tipset's parent state, instead of computing. Exceptions: * MinerGetBaseInfo. Fixing this would break things so we need to be careful (although we could bump the API version, fix it, then fix the call sites). * StateReplay. This is replaying a message on top of the given tipset. * GasEstimateGasLimit. This executes the message on-top-of the tipset's computed state (unlike call which executes it on the tipset's parent state). * Having this method and Call apply the message at different heights is really weird.
Configuration menu - View commit details
-
Copy full SHA for b8e3808 - Browse repository at this point
Copy the full SHA b8e3808View commit details -
Compute the next nonce from the tipset, instead of actually executing…
… the tipset We could also do this in the message pool itself, but I'm not sure if it's worth it?
Configuration menu - View commit details
-
Copy full SHA for e164dbb - Browse repository at this point
Copy the full SHA e164dbbView commit details -
StateGetActor now gets the actor at the tipset parent state.
Configuration menu - View commit details
-
Copy full SHA for a47b063 - Browse repository at this point
Copy the full SHA a47b063View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78b9a4 - Browse repository at this point
Copy the full SHA b78b9a4View commit details
Commits on Jan 30, 2021
-
Merge remote-tracking branch 'origin/master' into steb/refactor-consi…
…stent-tipset-methods
Configuration menu - View commit details
-
Copy full SHA for 56a9d05 - Browse repository at this point
Copy the full SHA 56a9d05View commit details -
Co-authored-by: Łukasz Magiera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for feb24c9 - Browse repository at this point
Copy the full SHA feb24c9View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52bfed1 - Browse repository at this point
Copy the full SHA 52bfed1View commit details -
Merge remote-tracking branch 'origin/master' into steb/refactor-consi…
…stent-tipset-methods
Configuration menu - View commit details
-
Copy full SHA for 8f60371 - Browse repository at this point
Copy the full SHA 8f60371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c772d6 - Browse repository at this point
Copy the full SHA 2c772d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c1283 - Browse repository at this point
Copy the full SHA 33c1283View commit details