wormhole/bridge
Hendrik Hofstadt fd6c54de83
bridge/pkg/solana: use polling GetProgramAccounts watcher (#156)
This mitigates https://github.com/solana-labs/solana/issues/9909 by
polling GetProgramAccounts with a server-side filter. It also removes
the agent dependency for the lockup observation logic - the agent is now
used for transaction construction only.
2021-01-21 11:31:32 +01:00
..
cmd bridge/pkg/solana: use polling GetProgramAccounts watcher (#156) 2021-01-21 11:31:32 +01:00
e2e Fix crash when testSolanaLockup is executed for the first time 2021-01-19 17:03:48 +01:00
pkg bridge/pkg/solana: use polling GetProgramAccounts watcher (#156) 2021-01-21 11:31:32 +01:00
tools bridge: migrate cmd/ to cobra 2020-10-28 22:47:12 +01:00
Dockerfile Bump Go and pin all Docker images to digests 2021-01-19 16:15:54 +01:00
go.mod bridge/pkg/solana: use polling GetProgramAccounts watcher (#156) 2021-01-21 11:31:32 +01:00
go.sum bridge/pkg/solana: use polling GetProgramAccounts watcher (#156) 2021-01-21 11:31:32 +01:00
main.go bridge: migrate cmd/ to cobra 2020-10-28 22:47:12 +01:00