Skip to content

v0.4.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@steven-sheehy steven-sheehy released this 27 Nov 21:26
· 1 commit to release/0.4 since this release
Number overflow halting parser on crypto/file/contract update (#409)

* Fix #386 number overflow converting from (long sec, int nanos) to long nanos_timestamp affecting entity (crypto account, file, contract) updates.

Signed-off-by: Mike Burrage <[email protected]>

* Address review feedback

Signed-off-by: Steven Sheehy <[email protected]>

* Add test for create entity with expiration flow

Signed-off-by: Steven Sheehy <[email protected]>

* Added rest api integration test to verify min and max set for account expiration time

Signed-off-by: Nana-EC <[email protected]>

* Removed unnecessary tests

Signed-off-by: Nana-EC <[email protected]>