Notable Changes
We now build a docker image with every release! You can find tagged releases here: https://hub.docker.com/r/surfpool/surfpool
Features
- feat(cli): add --skip-signature-verification flag by @bonlime in #533
- feat(rpc): implement programSubscribe WS method by @MicaiahReid in #541
Fixes
- fix(cli): error better with ls command when txtx.yaml file doesn't exist by @0xzrf in #535
- fix(core): keep resetNetwork blockhash state consistent by @bonlime in #534
- fix(cli): add panic unwinding error handling to give appropriate errors message by @0xzrf in #532
- fix(rpc): return InvalidParams instead of panic in simulateTransaction by @bonlime in #528
- fix: separate account fetching from loop to avoid rate limiting by @0xzrf in #542
- fix(cli): update accounts initialization to use validator account from anchor.toml by @MicaiahReid in #545
- fix: order signatures for getSignaturesForAddress by @MicaiahReid in #546
- fix(core): implement transaction signature verification and reject duplicates by @MicaiahReid in #544
Misc
- ci: remove upload of bins to aws by @MicaiahReid in #550
- chore: add installation script by @MicaiahReid in #549
- test: add regression test for token 2022 realloc by @MicaiahReid in #548
- ci: add workflow for building and pushing Docker images by @MicaiahReid in #551
- chore: update litesvm and litesvm-token versions to 0.10.0 by @MicaiahReid in #554
Shoutouts
Thank you so much to our external contributors!
Full Changelog: v1.0.1...v1.1.0