I hereby claim:
- I am shaptic on github.
- I am george_k (https://keybase.io/george_k) on keybase.
- I have a public key ASCDAZ3NJDKglo0EzOL8900A-bgMAcK-ul5-ABsBp2Jqkgo
To claim this, I am signing this object:
""" | |
Triangluation simulator. | |
Left mouse button: place a vertex. | |
Right mouse button: finalize a shape. | |
T: triangulate shapes. | |
""" | |
import math | |
from random import randint |
#include <cstdint> | |
#include <list> | |
#include <vector> | |
#include <algorithm> | |
// This code uses C++11 features like "auto" and initializer lists. | |
// Compare two floating point numbers accurately. | |
bool compf(float a, float b, float threshold=0.00001f) | |
{ |
I hereby claim:
To claim this, I am signing this object:
With the introduction of Protocol 14 and specifically CAP-33, accounts can now be created without a starting balance (given a sponsor).
The CAP notes:
Operation Validity Changes
Any downstream system relying on the fact thatCreateAccountOp
is invalid ifstartingBalance = 0
will be affected.
This subtlety is easy to overlook, so please ensure that the SDK allows this updated constraint.
If this SDK validates the starting balance to prevent starting balances of zero, please update the SDK to allow it.
When closing this issue, please respond with at least the GitHub release that supports Protocol 20.
The next version of the Stellar network will feature a new smart contract platform called Soroban. Note that this version features only additive changes: existing operations, etc. have not changed. (Protocol 20 will be the same thing as "Preview 11," the latest release of Soroban to Stellar Futurenet.)
stellar-xdr
@ 9ac0264.