adm: Make 'morph-init' idempotent #1654
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1654
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-node:bugfix/make_init_ideo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref: TrueCloudLab/frostfs-dev-env#94
The value of the alphabet balance is unstable. The balance of consensus account appears to be a more reliable indicator.
Signed-off-by: Alexander Chuprov a.chuprov@yadro.com
@ -28,2 +28,4 @@
// initialProxyGASAmount represents the amount of GAS given to a proxy contract.
initialProxyGASAmount = 50_000 * native.GASFactor
// InitialGASSupply contains value from https://github.com/nspcc-dev/neo-go/blob/0d8c751e50951ad84cec8b89cf6ea1a9e0f4f878/config/protocol.mainnet.yml#L4
InitialGASSupply = 52000000 * native.GASFactor
There is also
gasInitialTotalSupply
, what is the difference?Also, this value may differ between networks, I think
getversion
RPC should contain the actual value.You are right. Fixed.
I believe it's old value of
initialGasDistribution
. Add commit "getgasInitialTotalSupply
from the network". link1 and link21c43fcdda9
toe8cb6b30c9
make up
is not stateless anymore #94