feat: add convenience methods to EpochSchedule (#17810)

* first try, failing test

* fix implementation and tests

* lint:fix

* move method tests to seperate test

* lint fix

* apply starry's comments and grab the bonus points

* minor fixes after starry's second review

Co-authored-by: Arrowana <8245419+Arrowana@users.noreply.github.com>
This commit is contained in:
Pierre
2021-06-10 15:47:54 +10:00
committed by GitHub
parent e0d679b319
commit 97ef9b2bc3
5 changed files with 159 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ export * from './blockhash';
export * from './bpf-loader-deprecated';
export * from './bpf-loader';
export * from './connection';
export * from './epoch-schedule';
export * from './fee-calculator';
export * from './keypair';
export * from './loader';