Uh oh!
There was an error while loading. Please reload this page.
feat: various sdk improvements - #1313
Conversation
525f59d to
322c9a2Compare
JulianVentura
left a comment
There was a problem hiding this comment.
Code looks fine, but I had a "Failed to deserialize" error message when I tried to send an sp1 task to test.
I had to merge from staging in order to run anvil, so that may be breaking something
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JulianVentura
left a comment
There was a problem hiding this comment.
Working fine, good job!
PatStiles
left a comment
There was a problem hiding this comment.
Tested locally and works great!
…ility-when-passing-nonce-and-max-fee
…ility-when-passing-nonce-and-max-fee
Sdk improvements
Changes
Should be merged after #1325.
Testing
To test it, setup a local devnet as usual and:
cargo run --release -- get-user-nonce --user_addr "<YOUR_ADDRESS>"If you are using the non_paying address use:
0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266as the address.You should see the same nonce as the batcher cache.
Type of change
New feature
Checklist