-
Notifications
You must be signed in to change notification settings - Fork 193
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
Tracker: v2 todos #444
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracker for various small v2 TODOs that are not specifically related to tablegen (those are tracked in #438)
World
ReverseMappingHook
with composite keys (see feat(world): add naive ReverseMappingHook/Module #487)Network
Tests
schema-type
(see feat: v2 - add store, world and schema-type, cli table code generation #422 (comment)) test(schema-type): add more tests #1146onBeforeSetField
,onAfterSetField
anddeleteRecord
toWorld.t.sol
Decisions
SchemaTable
into an codegen table instead of a special case #1134Misc
store
to useschema-type
(see feat: v2 - add store, world and schema-type, cli table code generation #422 (comment))bytes32
vsuint256
for table IDs (move back to bytes32 (instead of uint256) for tableIds #484)worldgen
#1136 (see feat(cli): add registerFunctionSelectors to deploy cli #501 (comment))defineComponent
support for module tablesforge script PostDeploy.sol
so that you canvm.startBroadcast()
without the private key arg (and thus centralizing where you pass in the private key)--private-key
flag to theforge script
command, which worked, but needssilent: true
to not log the private key. It also had sporadicnonce too low
issues, which means this may need totx.wait()
before running post deploy, or keep track of the nonce internally so it can pass in the right one.getUniqueEntity
should hash its nonce (feat(world): add UniqueEntityModule #552 (comment))MODE
fieldType
for arrays (https://github.com/latticexyz/mud/pull/493/files#r1154345942)The text was updated successfully, but these errors were encountered: